File tree 4 files changed +24
-3
lines changed 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.9] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.8...vuefire@3.1.9 ) (2023-07-20)
2
+
3
+ ### Features
4
+
5
+ - expose devalue transformers ([ 7c1ce18] ( https://github.com/vuejs/vuefire/commit/7c1ce185f2cec5a6b4a2c60b86d2b0c9fdd06211 ) )
6
+ - ** logs:** use consola for logs ([ f802558] ( https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662 ) )
7
+ - ** logs:** use debug instead of info ([ 56eabc8] ( https://github.com/vuejs/vuefire/commit/56eabc8ca3963688c34f05d8da9bf421581b7fa9 ) )
8
+
1
9
## [ 3.1.8] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.7...vuefire@3.1.8 ) (2023-07-16)
2
10
3
11
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.1.8 " ,
3
+ "version" : " 3.1.9 " ,
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.8] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.7...nuxt-vuefire@0.2.8 ) (2023-07-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** emulator:** missing storage ([ bfd93bc] ( https://github.com/vuejs/vuefire/commit/bfd93bc5112d6fc541023326cc0f6b5825febd5d ) )
6
+
7
+ ### Features
8
+
9
+ - add emulators support ([ 7f86fa7] ( https://github.com/vuejs/vuefire/commit/7f86fa7e4f7df10336be120e456e7a56cdf0f02d ) )
10
+ - avoid enabling auth emulator without auth ([ 6ee1c49] ( https://github.com/vuejs/vuefire/commit/6ee1c49df234a5b86311421239a12fe496a75b4d ) )
11
+ - ** emulators:** extra logs to warn user ([ 728f811] ( https://github.com/vuejs/vuefire/commit/728f8112cf64f23c0aee3a8256e5d6963cc4d950 ) )
12
+ - ** logs:** use consola for logs ([ f802558] ( https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662 ) )
13
+
1
14
## [ 0.2.7] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.6...nuxt-vuefire@0.2.7 ) (2023-07-16)
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.2.7 " ,
4
+ "version" : " 0.2.8 " ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
7
7
"exports" : {
45
45
"firebase" : " ^9.0.0 || ^10.0.0" ,
46
46
"firebase-admin" : " ^11.3.0" ,
47
47
"firebase-functions" : " ^4.1.0" ,
48
- "vuefire" : " >=3.1.8 "
48
+ "vuefire" : " >=3.1.9 "
49
49
},
50
50
"peerDependenciesMeta" : {
51
51
"@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments