File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.17] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.16...vuefire@3.1.17 ) (2023-09-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** options:** run with context for bind ([ d988f13] ( https://github.com/vuejs/vuefire/commit/d988f1389449350e8fa48317a2d9019a8d7f27ab ) )
6
+
7
+ ### Features
8
+
9
+ - allow getters to functions ([ 8b8b26e] ( https://github.com/vuejs/vuefire/commit/8b8b26ebc428b4c0af81cb72cf91d8799f230215 ) )
10
+
1
11
## [ 3.1.16] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.15...vuefire@3.1.16 ) (2023-09-06)
2
12
3
13
This version includes fixes in the ` package.json ` file for TypeScript users.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuefire" ,
3
- "version" : " 3.1.16 " ,
3
+ "version" : " 3.1.17 " ,
4
4
"description" : " Official Firebase bindings for Vue.js" ,
5
5
"packageManager" : " pnpm@8.6.11" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change
1
+ # [ 0.3.0] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.19...nuxt-vuefire@0.3.0 ) (2023-09-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - remove duplication of configs ([ 81c613c] ( https://github.com/vuejs/vuefire/commit/81c613c32fbd6a96e1bdb85e5d47fd1fafb4c6bb ) ), closes [ vuejs/vuefire #1411 ] ( https://github.com/vuejs/vuefire/issues/1411 )
6
+
1
7
## [ 0.2.19] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.18...nuxt-vuefire@0.2.19 ) (2023-09-06)
2
8
3
9
This version 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.19 " ,
4
+ "version" : " 0.3.0 " ,
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.16 "
48
+ "vuefire" : " >=3.1.17 "
49
49
},
50
50
"peerDependenciesMeta" : {
51
51
"@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments