Skip to content

Commit eb7e668

Browse files
committed
1 parent c3d9eb5 commit eb7e668

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.1.17](https://github.com/vuejs/vuefire/compare/[email protected]@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/[email protected]@3.1.16) (2023-09-06)
212

313
This version includes fixes in the `package.json` file for TypeScript users.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.3.0](https://github.com/vuejs/vuefire/compare/[email protected]@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/[email protected]@0.2.19) (2023-09-06)
28

39
This version contains no changes.

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -45,7 +45,7 @@
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": {

0 commit comments

Comments
 (0)