diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b951bd1..17c813c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.8](https://github.com/vuejs/vuefire/compare/vuefire@3.1.7...vuefire@3.1.8) (2023-07-16) + +### Features + +- use const name for admin apps ([6f539d4](https://github.com/vuejs/vuefire/commit/6f539d49e8f90df9b542dbfd984bedf80595ba8f)) + ## [3.1.7](https://github.com/vuejs/vuefire/compare/vuefire@3.1.6...vuefire@3.1.7) (2023-07-13) - Deprecated undocumented `decodeUserToken()` in favor of `decodeSessionCookie()` diff --git a/package.json b/package.json index e03c663a..7d95d6e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.7", + "version": "3.1.8", "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 426421cc..2b06c214 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.7](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.6...nuxt-vuefire@0.2.7) (2023-07-16) + +### Bug Fixes + +- **auth:** only apply ssr modules when needed ([671f973](https://github.com/vuejs/vuefire/commit/671f973edd83560e781fd94e89c78ac6748ce847)), closes [vuejs/vuefire#1389](https://github.com/vuejs/vuefire/issues/1389) + ## [0.2.6](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.5...nuxt-vuefire@0.2.6) (2023-07-13) ### Bug Fixes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 3a32a817..48e9086c 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.6", + "version": "0.2.7", "license": "MIT", "type": "module", "exports": { @@ -44,7 +44,7 @@ "firebase": "^9.0.0 || ^10.0.0", "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0", - "vuefire": ">=3.1.7" + "vuefire": ">=3.1.8" }, "peerDependenciesMeta": { "@firebase/app-types": {