diff --git a/CHANGELOG.md b/CHANGELOG.md index e86db307..25d62d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.24](https://github.com/vuejs/vuefire/compare/vuefire@3.1.23...vuefire@3.1.24) (2024-07-13) + +- Update firebase peer dependencies + ## [3.1.23](https://github.com/vuejs/vuefire/compare/vuefire@3.1.22...vuefire@3.1.23) (2024-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 6648470f..57e0f57c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.23", + "version": "3.1.24", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@9.5.0", "engines": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 1d22009a..3e2b3b8f 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.0.3](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@1.0.2...nuxt-vuefire@1.0.3) (2024-07-13) + +### Bug Fixes + +- **nuxt:** use `lodash.template` directly to compile templates ([#1525](https://github.com/vuejs/vuefire/issues/1525)) ([f62ba9c](https://github.com/vuejs/vuefire/commit/f62ba9c1dcb91a26753af468ea550400ebc150bf)) +- opt in to `import.meta.*` properties ([#1514](https://github.com/vuejs/vuefire/issues/1514)) ([2e81d21](https://github.com/vuejs/vuefire/commit/2e81d21420637a711574c1820c7170c331dda57c)) + +### Features + +- upgrade firebase support ([20f7cc3](https://github.com/vuejs/vuefire/commit/20f7cc3a64441d9ebe86624dac7e50203f92bd12)), closes [#1554](https://github.com/vuejs/vuefire/issues/1554) + ## [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) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 1593f457..b99376c1 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.2", + "version": "1.0.3", "license": "MIT", "type": "module", "exports": { @@ -48,7 +48,7 @@ "firebase": "^9.0.0 || ^10.0.0", "firebase-admin": "^11.3.0 || ^12.2.0", "firebase-functions": "^4.1.0 || ^5.0.0", - "vuefire": ">=3.1.23" + "vuefire": ">=3.1.24" }, "peerDependenciesMeta": { "@firebase/app-types": {