diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1794eb..ca74d9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.18](https://github.com/vuejs/vuefire/compare/vuefire@3.1.17...vuefire@3.1.18) (2023-11-08) + +This release contain no changes + ## [3.1.17](https://github.com/vuejs/vuefire/compare/vuefire@3.1.16...vuefire@3.1.17) (2023-09-13) ### Bug Fixes diff --git a/package.json b/package.json index bc02e0a8..81b11f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.17", + "version": "3.1.18", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@8.6.11", "engines": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index a6d4a5c0..78967944 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.4.1](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.0...nuxt-vuefire@0.4.1) (2023-11-08) + +### Bug Fixes + +- **nuxt:** import nuxt composables from #imports ([#1457](https://github.com/vuejs/vuefire/issues/1457)) ([7e1a273](https://github.com/vuejs/vuefire/commit/7e1a273e9cff683208f2c10e7755e2a65f1cd615)) + # [0.4.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.3.1...nuxt-vuefire@0.4.0) (2023-10-02) ### Code Refactoring diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c3319118..99275ca5 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.4.0", + "version": "0.4.1", "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.17" + "vuefire": ">=3.1.18" }, "peerDependenciesMeta": { "@firebase/app-types": {