From 81f7205c9280365ede4f2c0057b8007f48c3b141 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 23 Feb 2024 08:57:10 +0100 Subject: [PATCH] release: nuxt-vuefire@1.0.2 vuefire@3.1.23 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/nuxt/CHANGELOG.md | 2 ++ packages/nuxt/package.json | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9b9897..e86db307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6633c16d..2336d985 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 5da57d9c..1d22009a 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -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 diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 846b4995..cf8e1b9d 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -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": { @@ -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": {