Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 26, 2023
1 parent ee25d06 commit 66f42ed
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.0) (2023-02-26)

### Bug Fixes

- avoid uncaught firebase error ([9b20cfc](https://github.com/vuejs/vuefire/commit/9b20cfcb0d3874cb46bdb2cd6282809e67bc6f4c))
- **database:** pending for lists ([ee25d06](https://github.com/vuejs/vuefire/commit/ee25d06883ed89b3160aa1b0417bd80a3de9159d))
- **firestore:** pending value for collections ([3186afb](https://github.com/vuejs/vuefire/commit/3186afb2c651f88c16ed4d0fadb7b4090f17ed49)), closes [#1314](https://github.com/vuejs/vuefire/issues/1314)
- **storage:** propagate the error ([438ee3e](https://github.com/vuejs/vuefire/commit/438ee3e6fe4cf120b58c87b738009b714452e9ec))

### Features

- **auth:** `useIsCurrentUserLoaded()` composable ([#1307](https://github.com/vuejs/vuefire/issues/1307)) ([f640929](https://github.com/vuejs/vuefire/commit/f640929bf0fc002f1dc2385ff2238a797ca7f854))

## [3.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.1) (2023-01-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.0.1",
"version": "3.1.0",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [0.1.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.6) (2023-02-26)

This release contains no changes

## [0.1.5](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.5) (2023-01-17)

This release contains no changes

## [0.1.4](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.4) (2023-01-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"firebase": "^9.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.0.1"
"vuefire": ">=3.1.0"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 66f42ed

Please sign in to comment.