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.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+
111## [ 3.1.16] ( https://github.com/vuejs/vuefire/compare/vuefire@3.1.15...vuefire@3.1.16 ) (2023-09-06)
212
313This version includes fixes in the ` package.json ` file for TypeScript users.
Original file line number Diff line number Diff line change 11{
22 "name" : " vuefire" ,
3- "version" : " 3.1.16 " ,
3+ "version" : " 3.1.17 " ,
44 "description" : " Official Firebase bindings for Vue.js" ,
55 "packageManager" : " pnpm@8.6.11" ,
66 "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+
17## [ 0.2.19] ( https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.18...nuxt-vuefire@0.2.19 ) (2023-09-06)
28
39This version contains no changes.
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.2.19 " ,
4+ "version" : " 0.3.0 " ,
55 "license" : " MIT" ,
66 "type" : " module" ,
77 "exports" : {
4545 "firebase" : " ^9.0.0 || ^10.0.0" ,
4646 "firebase-admin" : " ^11.3.0" ,
4747 "firebase-functions" : " ^4.1.0" ,
48- "vuefire" : " >=3.1.16 "
48+ "vuefire" : " >=3.1.17 "
4949 },
5050 "peerDependenciesMeta" : {
5151 "@firebase/app-types" : {
You can’t perform that action at this time.
0 commit comments