Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
chore: release v7.0.3 (#314)
Browse files Browse the repository at this point in the history
* chore: release v7.0.3

* Update CHANGELOG.md
  • Loading branch information
Kesin11 authored Oct 17, 2020
1 parent 51aeea0 commit c606b78
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [7.0.3](https://github.com/Kesin11/Firestore-simple/compare/v7.0.2...v7.0.3) (2020-10-17)


### Bug Fixes

* Fix 'delete' operator must be optional ([3011958](https://github.com/Kesin11/Firestore-simple/commit/3011958d2bcd9286f374567f23201bd299d24513))
* Remove instanceof from query paging methods ([104a3bd](https://github.com/Kesin11/Firestore-simple/commit/104a3bdaf2d0376bbfc08a0d966652c7b0c85ff6))



# [7.0.2](https://github.com/Kesin11/Firestore-simple/compare/v7.0.1...v7.0.2) (2020-08-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "7.0.2"
"version": "7.0.3"
}
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firestore-simple/admin",
"version": "7.0.2",
"version": "7.0.3",
"description": "A simple wrapper for Firestore Admin SDK",
"author": "Kenta Kase <[email protected]>",
"homepage": "https://github.com/Kesin11/Firestore-simple/tree/master/packages/admin#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firestore-simple/web",
"version": "7.0.2",
"version": "7.0.3",
"description": "A simple wrapper for Firestore Web SDK",
"author": "Kenta Kase <[email protected]>",
"homepage": "https://github.com/Kesin11/Firestore-simple/tree/master/packages/web#readme",
Expand Down

0 comments on commit c606b78

Please sign in to comment.