File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.6] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.5...vuefire@3.1.6 ) (2023-07-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** auth:** correct verification of token id ([ fd2050b] ( https://github.com/vuejs/vuefire/commit/fd2050b2c62465e554df16937aeecb4ce0c5e8bf ) )
6
+ - ** ssr:** create user only with auth activated ([ 078c3ac] ( https://github.com/vuejs/vuefire/commit/078c3ac9563e5e9788036cc717c4f458a4d9193c ) )
7
+
8
+ ### Features
9
+
10
+ - ** warn:** doc to docs ([ 3eec751] ( https://github.com/vuejs/vuefire/commit/3eec751b31d7e6bc6c6c98cd39d54fa3f775e3b5 ) )
11
+
1
12
## [ 3.1.5] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.4...vuefire@3.1.5 ) (2023-07-13)
2
13
3
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
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.5] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.4...nuxt-vuefire@0.2.5 ) (2023-07-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** auth:** correct verification of token id ([ fd2050b] ( https://github.com/vuejs/vuefire/commit/fd2050b2c62465e554df16937aeecb4ce0c5e8bf ) )
6
+ - ** ssr:** create user only with auth activated ([ 078c3ac] ( https://github.com/vuejs/vuefire/commit/078c3ac9563e5e9788036cc717c4f458a4d9193c ) )
7
+
8
+ ### Features
9
+
10
+ - ** warn:** doc to docs ([ 3eec751] ( https://github.com/vuejs/vuefire/commit/3eec751b31d7e6bc6c6c98cd39d54fa3f775e3b5 ) )
11
+
1
12
## [ 0.2.4] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.3...nuxt-vuefire@0.2.4 ) (2023-07-13)
2
13
3
14
This release contains no changes.
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.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
7
7
"exports" : {
44
44
"firebase" : " ^9.0.0 || ^10.0.0" ,
45
45
"firebase-admin" : " ^11.3.0" ,
46
46
"firebase-functions" : " ^4.1.0" ,
47
- "vuefire" : " >=3.1.5 "
47
+ "vuefire" : " >=3.1.6 "
48
48
},
49
49
"peerDependenciesMeta" : {
50
50
"@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments