Skip to content

Commit

Permalink
chore: 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.5.0...v3.0.0) (2023-08-01)

### Bug Fixes

* **firestore:** remove dynamic import from useCountFromServer ([#162](#162)) ([47a03f6](47a03f6))
* properly cleanup `useQueries*` on unmount ([b77becc](b77becc))

### Features

* rename `useCollection*` hooks to `useQuery*` ([#194](#194)) ([372f055](372f055))
* require firebase 9.11.0 or later ([#148](#148)) ([7da01b0](7da01b0))
* target es2017 instead of es2015 ([#163](#163)) ([be187d0](be187d0))
* useQueries & useQueriesData ([#193](#193)) ([03be7c8](03be7c8))

### BREAKING CHANGES

* `useCollection*` hooks are renamed to `useQuery*`
* require firebase 9.11.0 or later
* package targets es2017
  • Loading branch information
semantic-release-bot committed Aug 1, 2023
1 parent 9183c54 commit 5bb9b68
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [3.0.0](https://github.com/andipaetzold/react-firehooks/compare/v2.5.0...v3.0.0) (2023-08-01)


### Bug Fixes

* **firestore:** remove dynamic import from useCountFromServer ([#162](https://github.com/andipaetzold/react-firehooks/issues/162)) ([47a03f6](https://github.com/andipaetzold/react-firehooks/commit/47a03f60baa82768d7fc95b703a14493ca588f3b))
* properly cleanup `useQueries*` on unmount ([b77becc](https://github.com/andipaetzold/react-firehooks/commit/b77becc381f41c633455f9b7d8d5bc5b0c7db469))


### Features

* rename `useCollection*` hooks to `useQuery*` ([#194](https://github.com/andipaetzold/react-firehooks/issues/194)) ([372f055](https://github.com/andipaetzold/react-firehooks/commit/372f055322bf7f273c9736e3bb80969bef2e046f))
* require firebase 9.11.0 or later ([#148](https://github.com/andipaetzold/react-firehooks/issues/148)) ([7da01b0](https://github.com/andipaetzold/react-firehooks/commit/7da01b003caeaa82fd293549c821fc9c5bc3997e))
* target es2017 instead of es2015 ([#163](https://github.com/andipaetzold/react-firehooks/issues/163)) ([be187d0](https://github.com/andipaetzold/react-firehooks/commit/be187d03301b156eb032eecb9076b94395bd69e2))
* useQueries & useQueriesData ([#193](https://github.com/andipaetzold/react-firehooks/issues/193)) ([03be7c8](https://github.com/andipaetzold/react-firehooks/commit/03be7c8054d7e1b2ed4716a6af807a35ab267057))


### BREAKING CHANGES

* `useCollection*` hooks are renamed to `useQuery*`
* require firebase 9.11.0 or later
* package targets es2017

# [3.0.0-next.8](https://github.com/andipaetzold/react-firehooks/compare/v3.0.0-next.7...v3.0.0-next.8) (2023-07-07)


Expand Down Expand Up @@ -310,4 +333,4 @@

### Features

* firestore hooks ([37ac438](https://github.com/andipaetzold/react-firehooks/commit/37ac438a6886d75b732e1d7fca73d1a65a43928c))
* firestore hooks ([37ac438](https://github.com/andipaetzold/react-firehooks/commit/37ac438a6886d75b732e1d7fca73d1a65a43928c))
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": "3.0.0-next.8",
"version": "3.0.0",
"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 5bb9b68

Please sign in to comment.