File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.2] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.1...vuefire@3.1.2 ) (2023-07-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** server:** catch expired tokens ([ 310b146] ( https://github.com/vuejs/vuefire/commit/310b1461467f6af74e2c9b66dae23eb8f28dfd80 ) )
6
+
1
7
## [ 3.1.1] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.0...vuefire@3.1.1 ) (2023-07-07)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " Official Firebase bindings for Vue.js" ,
5
5
"packageManager" : " pnpm@8.6.6" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change
1
+ ## [ 0.2.1] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.0...nuxt-vuefire@0.2.1 ) (2023-07-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** auth:** avoid errors when user is logged out ([ 238fd65] ( https://github.com/vuejs/vuefire/commit/238fd65b06a4727c72e793fbe3fe39105262873f ) )
6
+
7
+ ### Features
8
+
9
+ - ** ssr:** handles TimeStamps ([ 9559e71] ( https://github.com/vuejs/vuefire/commit/9559e71b307fcc60545b9dd9b4d8d0ee47d3894a ) )
10
+
1
11
# [ 0.2.0] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.1.6...nuxt-vuefire@0.2.0 ) (2023-07-07)
2
12
3
13
### 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.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
7
7
"exports" : {
45
45
"firebase" : " ^9.0.0" ,
46
46
"firebase-admin" : " ^11.3.0" ,
47
47
"firebase-functions" : " ^4.1.0" ,
48
- "vuefire" : " >=3.1.1 "
48
+ "vuefire" : " >=3.1.2 "
49
49
},
50
50
"peerDependenciesMeta" : {
51
51
"@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments