File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.0.0-beta.5] ( https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.4...vuefire@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
+
1
8
# [ 3.0.0-beta.4] ( https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.3...vuefire@3.0.0-beta.4 ) (2022-12-13)
2
9
3
10
# [ 3.0.0-beta.3] ( https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.2...vuefire@3.0.0-beta.3 ) (2022-12-12)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.0.0-beta.4 " ,
3
+ "version" : " 3.0.0-beta.5 " ,
4
4
"description" : " Official Firebase bindings for Vue.js" ,
5
5
"packageManager" : " pnpm@7.14.2" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change
1
+ ## [ 0.0.15] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.14...nuxt-vuefire@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
+
1
14
## [ 0.0.14] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.13...nuxt-vuefire@0.0.14 ) (2022-12-13)
2
15
3
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-vuefire" ,
3
3
"description" : " Nuxt.js module for VueFire" ,
4
- "version" : " 0.0.14 " ,
4
+ "version" : " 0.0.15 " ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
7
7
"exports" : {
39
39
"firebase" : " ^9.0.0" ,
40
40
"firebase-admin" : " ^11.3.0" ,
41
41
"firebase-functions" : " ^4.1.0" ,
42
- "vuefire" : " >=3.0.0-beta.4 "
42
+ "vuefire" : " >=3.0.0-beta.5 "
43
43
},
44
44
"peerDependenciesMeta" : {
45
45
"@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments