Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 13, 2023
1 parent c3d9eb5 commit eb7e668
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [3.1.17](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.17) (2023-09-13)

### Bug Fixes

- **options:** run with context for bind ([d988f13](https://github.com/vuejs/vuefire/commit/d988f1389449350e8fa48317a2d9019a8d7f27ab))

### Features

- allow getters to functions ([8b8b26e](https://github.com/vuejs/vuefire/commit/8b8b26ebc428b4c0af81cb72cf91d8799f230215))

## [3.1.16](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.16) (2023-09-06)

This version includes fixes in the `package.json` file for TypeScript users.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.16",
"version": "3.1.17",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,9 @@
# [0.3.0](https://github.com/vuejs/vuefire/compare/[email protected]@0.3.0) (2023-09-13)

### Bug Fixes

- remove duplication of configs ([81c613c](https://github.com/vuejs/vuefire/commit/81c613c32fbd6a96e1bdb85e5d47fd1fafb4c6bb)), closes [vuejs/vuefire#1411](https://github.com/vuejs/vuefire/issues/1411)

## [0.2.19](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.19) (2023-09-06)

This version contains no changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.2.19",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.16"
"vuefire": ">=3.1.17"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit eb7e668

Please sign in to comment.