Skip to content

Commit a4400f8

Browse files
committed
1 parent a033e33 commit a4400f8

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.0.0-beta.5](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.5) (2022-12-16)
2+
3+
### Bug Fixes
4+
5+
- **database:** correctly set pending when hydrating and during racing conditions ([90bd7f5](https://github.com/vuejs/vuefire/commit/90bd7f5cbeada113b1976ea6dd975cead63771f8))
6+
- **firestore:** correctly set pending when hydrating and during racing conditions ([998fe38](https://github.com/vuejs/vuefire/commit/998fe38704e9ad01e47a9f94c9dc7d72fade6940))
7+
18
# [3.0.0-beta.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.4) (2022-12-13)
29

310
# [3.0.0-beta.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.3) (2022-12-12)

package.json

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

packages/nuxt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.0.15](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.15) (2022-12-16)
2+
3+
### Bug Fixes
4+
5+
- **auth:** auto import useCurrentUser ([a033e33](https://github.com/vuejs/vuefire/commit/a033e3314e10a3fd83e6d4cc7910c3afaa63b098))
6+
- **auth:** cookie must be named \_\_session ([6f08cc0](https://github.com/vuejs/vuefire/commit/6f08cc0362bfe024312110246daee360bf02e3c2))
7+
8+
### Features
9+
10+
- add logs ([03b971e](https://github.com/vuejs/vuefire/commit/03b971eecf583c87c1ee8d49a2cd05a94cf25f03))
11+
- **admin:** also check for FUNCTION_NAME env ([eb122b7](https://github.com/vuejs/vuefire/commit/eb122b775b9cb0c918e30aeecdb245166e511744))
12+
- **admin:** make options optional ([64a5e50](https://github.com/vuejs/vuefire/commit/64a5e50fde4cd1047427db2162f758b056ed9f1f))
13+
114
## [0.0.14](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.14) (2022-12-13)
215

316
### 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.0.14",
4+
"version": "0.0.15",
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.0-beta.4"
42+
"vuefire": ">=3.0.0-beta.5"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)