Skip to content

Commit

Permalink
release: nuxt-vuefire@1.0.2 vuefire@3.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 23, 2024
1 parent c7d2aed commit 81f7205
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.23](https://github.com/vuejs/vuefire/compare/vuefire@3.1.22...vuefire@3.1.23) (2024-02-23)

### Bug Fixes

- bindFirestoreRef not reacting to getter ([#1496](https://github.com/vuejs/vuefire/issues/1496)) ([e459dd1](https://github.com/vuejs/vuefire/commit/e459dd18ad7b784e0fd6e84fbb4de48beca7231c))

## [3.1.22](https://github.com/vuejs/vuefire/compare/vuefire@3.1.21...vuefire@3.1.22) (2024-01-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.22",
"version": "3.1.23",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@8.15.3",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.0.2](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@1.0.1...nuxt-vuefire@1.0.2) (2024-02-23)

## [1.0.1](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@1.0.0...nuxt-vuefire@1.0.1) (2024-01-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.20"
"vuefire": ">=3.1.23"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 81f7205

Please sign in to comment.