Skip to content

Commit ccbea01

Browse files
chore: 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2023-09-19) ### Features * refetch/resubscribe when options change ([#240](#240)) ([f9c30ea](f9c30ea)) * useQueriesOnce & useQueriesDataOnce ([#239](#239)) ([0380229](0380229))
1 parent c5fb063 commit ccbea01

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [3.1.0](https://github.com/andipaetzold/react-firehooks/compare/v3.0.0...v3.1.0) (2023-09-19)
2+
3+
4+
### Features
5+
6+
* refetch/resubscribe when options change ([#240](https://github.com/andipaetzold/react-firehooks/issues/240)) ([f9c30ea](https://github.com/andipaetzold/react-firehooks/commit/f9c30ea98116aa89ef64aae74a000340bece9e6c))
7+
* useQueriesOnce & useQueriesDataOnce ([#239](https://github.com/andipaetzold/react-firehooks/issues/239)) ([0380229](https://github.com/andipaetzold/react-firehooks/commit/0380229696262f3cec3acf3b6a9b365aca50dc91))
8+
19
# [3.0.0](https://github.com/andipaetzold/react-firehooks/compare/v2.5.0...v3.0.0) (2023-08-01)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Lightweight dependency-free collection of React hooks for Firebase",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)