diff --git a/CHANGELOG.md b/CHANGELOG.md index 598cace0..75884209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.15](https://github.com/vuejs/vuefire/compare/vuefire@3.1.14...vuefire@3.1.15) (2023-08-16) + +### Bug Fixes + +- **rtdb:** use ssrKey if given ([c40d517](https://github.com/vuejs/vuefire/commit/c40d51706deb985600bb3e3e568bef32a572969e)) + ## [3.1.14](https://github.com/vuejs/vuefire/compare/vuefire@3.1.13...vuefire@3.1.14) (2023-08-13) There are no changes in this release. diff --git a/package.json b/package.json index 04205e11..83ed703a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.14", + "version": "3.1.15", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@8.6.6", "engines": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 40740021..0e458788 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.15](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.14...nuxt-vuefire@0.2.15) (2023-08-16) + +### Bug Fixes + +- **admin:** avoid deleting stale apps on get ([1596a52](https://github.com/vuejs/vuefire/commit/1596a528992590ed1acd9f39fd42b840cfbad1cb)) +- correctly preserve id ([f9b0ef5](https://github.com/vuejs/vuefire/commit/f9b0ef52c6aebf0d3ca7108fb85d488116f660d7)) + ## [0.2.14](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.13...nuxt-vuefire@0.2.14) (2023-08-13) ### Bug Fixes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 6305ac02..f1f4e06d 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": "0.2.14", + "version": "0.2.15", "license": "MIT", "type": "module", "exports": { @@ -45,7 +45,7 @@ "firebase": "^9.0.0 || ^10.0.0", "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0", - "vuefire": ">=3.1.14" + "vuefire": ">=3.1.15" }, "peerDependenciesMeta": { "@firebase/app-types": {