Skip to content

Commit 4d3b6f1

Browse files
chore: 3.1.0-next.1 [skip ci]
# [3.1.0-next.1](v3.0.0...v3.1.0-next.1) (2023-09-12) ### Features * support React suspense ([#229](#229)) ([afda4e4](afda4e4))
1 parent afda4e4 commit 4d3b6f1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.1.0-next.1](https://github.com/andipaetzold/react-firehooks/compare/v3.0.0...v3.1.0-next.1) (2023-09-12)
2+
3+
4+
### Features
5+
6+
* support React suspense ([#229](https://github.com/andipaetzold/react-firehooks/issues/229)) ([afda4e4](https://github.com/andipaetzold/react-firehooks/commit/afda4e41ebd8100eba55c04313c60d14c35e622d))
7+
18
# [3.0.0](https://github.com/andipaetzold/react-firehooks/compare/v2.5.0...v3.0.0) (2023-08-01)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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-next.1",
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)