Skip to content

Commit e5563a8

Browse files
chore: 4.1.1 [skip ci]
## [4.1.1](v4.1.0...v4.1.1) (2024-08-15) ### Bug Fixes * initial state was reset in single subscription hooks in strict mode in dev ([d0db2af](d0db2af)) * race condition in multi "*Once" hooks ([e7af873](e7af873)) * race condition in single `*Once` hooks when reference changes ([d835504](d835504))
1 parent a0ed6db commit e5563a8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.1.1](https://github.com/andipaetzold/react-firehooks/compare/v4.1.0...v4.1.1) (2024-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* initial state was reset in single subscription hooks in strict mode in dev ([d0db2af](https://github.com/andipaetzold/react-firehooks/commit/d0db2af76434a617d7e87cf9b0a7ff9f716880f4))
7+
* race condition in multi "*Once" hooks ([e7af873](https://github.com/andipaetzold/react-firehooks/commit/e7af8731a38d823789f97ecaa7569d20e8d8fdcb))
8+
* race condition in single `*Once` hooks when reference changes ([d835504](https://github.com/andipaetzold/react-firehooks/commit/d835504c253017bf08bb205994949d2dc38abcc3))
9+
110
# [4.1.0](https://github.com/andipaetzold/react-firehooks/compare/v4.0.3...v4.1.0) (2024-03-14)
211

312

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.1.0",
3+
"version": "4.1.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)