Skip to content

Commit 66f42ed

Browse files
committed
1 parent ee25d06 commit 66f42ed

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.0) (2023-02-26)
2+
3+
### Bug Fixes
4+
5+
- avoid uncaught firebase error ([9b20cfc](https://github.com/vuejs/vuefire/commit/9b20cfcb0d3874cb46bdb2cd6282809e67bc6f4c))
6+
- **database:** pending for lists ([ee25d06](https://github.com/vuejs/vuefire/commit/ee25d06883ed89b3160aa1b0417bd80a3de9159d))
7+
- **firestore:** pending value for collections ([3186afb](https://github.com/vuejs/vuefire/commit/3186afb2c651f88c16ed4d0fadb7b4090f17ed49)), closes [#1314](https://github.com/vuejs/vuefire/issues/1314)
8+
- **storage:** propagate the error ([438ee3e](https://github.com/vuejs/vuefire/commit/438ee3e6fe4cf120b58c87b738009b714452e9ec))
9+
10+
### Features
11+
12+
- **auth:** `useIsCurrentUserLoaded()` composable ([#1307](https://github.com/vuejs/vuefire/issues/1307)) ([f640929](https://github.com/vuejs/vuefire/commit/f640929bf0fc002f1dc2385ff2238a797ca7f854))
13+
114
## [3.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.1) (2023-01-06)
215

316
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"type": "module",

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## [0.1.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.6) (2023-02-26)
2+
3+
This release contains no changes
4+
15
## [0.1.5](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.5) (2023-01-17)
26

7+
This release contains no changes
8+
39
## [0.1.4](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.4) (2023-01-15)
410

511
### Bug Fixes

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -39,7 +39,7 @@
3939
"firebase": "^9.0.0",
4040
"firebase-admin": "^11.3.0",
4141
"firebase-functions": "^4.1.0",
42-
"vuefire": ">=3.0.1"
42+
"vuefire": ">=3.1.0"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)