Skip to content

Commit a9497a8

Browse files
chore: 4.0.0 [skip ci]
# [4.0.0](v3.1.0...v4.0.0) (2023-10-26) ### Features * remove `useCountFromServer` ([#248](#248)) ([f2724ed](f2724ed)) * require firebase 10.5.0 or later ([#247](#247)) ([03cf52f](03cf52f)) * useAggregateFromServer ([#192](#192)) ([327a210](327a210)) ### BREAKING CHANGES * `useCountFromServer` was removed in favor of `useAggregateFromServer` * require firebase 10.5.0 or later
1 parent 104867d commit a9497a8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/andipaetzold/react-firehooks/compare/v3.1.0...v4.0.0) (2023-10-26)
2+
3+
4+
### Features
5+
6+
* remove `useCountFromServer` ([#248](https://github.com/andipaetzold/react-firehooks/issues/248)) ([f2724ed](https://github.com/andipaetzold/react-firehooks/commit/f2724edbcd20fd57a26b8860a3ff59a8d26fc3ae))
7+
* require firebase 10.5.0 or later ([#247](https://github.com/andipaetzold/react-firehooks/issues/247)) ([03cf52f](https://github.com/andipaetzold/react-firehooks/commit/03cf52ff81cab28b935b3b66b8aba8577a0759be))
8+
* useAggregateFromServer ([#192](https://github.com/andipaetzold/react-firehooks/issues/192)) ([327a210](https://github.com/andipaetzold/react-firehooks/commit/327a2106711b913351f0e942e27c4be7483fbd13))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* `useCountFromServer` was removed in favor of
14+
`useAggregateFromServer`
15+
* require firebase 10.5.0 or later
16+
117
# [4.0.0-next.2](https://github.com/andipaetzold/react-firehooks/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-10-12)
218

319

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": "4.0.0-next.2",
3+
"version": "4.0.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)