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

Commit f9fa021

Browse files
chore(release): 1.0.0-alpha.3 [skip ci]
# [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))
1 parent bc6fedd commit f9fa021

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* add modify extension check ([413bcc6](https://github.com/ishowta/firestore-join-hooks/commit/413bcc6cf095190f6d2e6e50e7c45280b3663616))
7+
* fix ambiguous query between query factory bug ([29b3948](https://github.com/ishowta/firestore-join-hooks/commit/29b3948ebcb42f9fc52ef45fecb8060835a66273))
8+
* fix loading ([765ac26](https://github.com/ishowta/firestore-join-hooks/commit/765ac261e6aa412f2190f88baa3779e1741521ce))
9+
* in to include ([d2d4f7e](https://github.com/ishowta/firestore-join-hooks/commit/d2d4f7e7132699b1ffc18c2af263247a5ab455a9))
10+
* merge snapshot data ([e7e009f](https://github.com/ishowta/firestore-join-hooks/commit/e7e009f239029c74f2902a227b8a978c0c2de797))
11+
* only check ref key update ([333bd97](https://github.com/ishowta/firestore-join-hooks/commit/333bd97eeefe3cef634ce76b33e09e95d1ba5c60))
12+
* prevent side effect on useMemo by dry run parameter ([797fd7d](https://github.com/ishowta/firestore-join-hooks/commit/797fd7d4906a41e19935d8ef5b83f58cb853a82f))
13+
* prevent unsubscribe when data not exist ([bc6fedd](https://github.com/ishowta/firestore-join-hooks/commit/bc6feddd7b7c76aa3739f639cf92480c280e61ce))
14+
15+
16+
### Features
17+
18+
* add field to guaranteed to exist option ([4cba5a2](https://github.com/ishowta/firestore-join-hooks/commit/4cba5a2a8aa36f45c6614d422bf2f99c01cf1b4f))
19+
* optional field ref ([dafa6bf](https://github.com/ishowta/firestore-join-hooks/commit/dafa6bf173ce0034818345200130501b52441bb7))
20+
* optional field reference ([ce77af5](https://github.com/ishowta/firestore-join-hooks/commit/ce77af5363ed28ddda68f684ef06ede4e729ab69))
21+
122
# [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)
223

324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-graph-hooks",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"license": "MIT",
55
"author": "ishowta",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)