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

Commit

Permalink
chore(release): 1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-02-15)

### Bug Fixes

* add modify extension check ([413bcc6](413bcc6))
* fix ambiguous query between query factory bug ([29b3948](29b3948))
* fix loading ([765ac26](765ac26))
* in to include ([d2d4f7e](d2d4f7e))
* merge snapshot data ([e7e009f](e7e009f))
* only check ref key update ([333bd97](333bd97))
* prevent side effect on useMemo by dry run parameter ([797fd7d](797fd7d))
* prevent unsubscribe when data not exist ([bc6fedd](bc6fedd))

### Features

* add field to guaranteed to exist option ([4cba5a2](4cba5a2))
* optional field ref ([dafa6bf](dafa6bf))
* optional field reference ([ce77af5](ce77af5))
  • Loading branch information
semantic-release-bot committed Feb 15, 2022
1 parent bc6fedd commit f9fa021
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.0.0-alpha.3](https://github.com/ishowta/firestore-join-hooks/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-02-15)


### Bug Fixes

* add modify extension check ([413bcc6](https://github.com/ishowta/firestore-join-hooks/commit/413bcc6cf095190f6d2e6e50e7c45280b3663616))
* fix ambiguous query between query factory bug ([29b3948](https://github.com/ishowta/firestore-join-hooks/commit/29b3948ebcb42f9fc52ef45fecb8060835a66273))
* fix loading ([765ac26](https://github.com/ishowta/firestore-join-hooks/commit/765ac261e6aa412f2190f88baa3779e1741521ce))
* in to include ([d2d4f7e](https://github.com/ishowta/firestore-join-hooks/commit/d2d4f7e7132699b1ffc18c2af263247a5ab455a9))
* merge snapshot data ([e7e009f](https://github.com/ishowta/firestore-join-hooks/commit/e7e009f239029c74f2902a227b8a978c0c2de797))
* only check ref key update ([333bd97](https://github.com/ishowta/firestore-join-hooks/commit/333bd97eeefe3cef634ce76b33e09e95d1ba5c60))
* prevent side effect on useMemo by dry run parameter ([797fd7d](https://github.com/ishowta/firestore-join-hooks/commit/797fd7d4906a41e19935d8ef5b83f58cb853a82f))
* prevent unsubscribe when data not exist ([bc6fedd](https://github.com/ishowta/firestore-join-hooks/commit/bc6feddd7b7c76aa3739f639cf92480c280e61ce))


### Features

* add field to guaranteed to exist option ([4cba5a2](https://github.com/ishowta/firestore-join-hooks/commit/4cba5a2a8aa36f45c6614d422bf2f99c01cf1b4f))
* optional field ref ([dafa6bf](https://github.com/ishowta/firestore-join-hooks/commit/dafa6bf173ce0034818345200130501b52441bb7))
* optional field reference ([ce77af5](https://github.com/ishowta/firestore-join-hooks/commit/ce77af5363ed28ddda68f684ef06ede4e729ab69))

# [1.0.0-alpha.2](https://github.com/ishowta/firestore-join-hooks/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-graph-hooks",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "MIT",
"author": "ishowta",
"main": "dist/index.js",
Expand Down

0 comments on commit f9fa021

Please sign in to comment.