Skip to content

Commit

Permalink
chore: 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent a0ed6db commit e5563a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.1](https://github.com/andipaetzold/react-firehooks/compare/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](https://github.com/andipaetzold/react-firehooks/commit/d0db2af76434a617d7e87cf9b0a7ff9f716880f4))
* race condition in multi "*Once" hooks ([e7af873](https://github.com/andipaetzold/react-firehooks/commit/e7af8731a38d823789f97ecaa7569d20e8d8fdcb))
* race condition in single `*Once` hooks when reference changes ([d835504](https://github.com/andipaetzold/react-firehooks/commit/d835504c253017bf08bb205994949d2dc38abcc3))

# [4.1.0](https://github.com/andipaetzold/react-firehooks/compare/v4.0.3...v4.1.0) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firehooks",
"version": "4.1.0",
"version": "4.1.1",
"description": "Lightweight dependency-free collection of React hooks for Firebase",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit e5563a8

Please sign in to comment.