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+
18# [ 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)
29
310# [ 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 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" : " pnpm@7.14.2" ,
66 "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+
114## [ 0.0.14] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.13...nuxt-vuefire@0.0.14 ) (2022-12-13)
215
316### Bug Fixes
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments