From cab2e95e95b9c4d66b5f0fa5e75539f1f3a27f01 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 6 Sep 2023 19:05:38 +0200 Subject: [PATCH] release: nuxt-vuefire@0.2.19 vuefire@3.1.16 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/nuxt/CHANGELOG.md | 4 ++++ packages/nuxt/package.json | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75884209..db606924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.16](https://github.com/vuejs/vuefire/compare/vuefire@3.1.15...vuefire@3.1.16) (2023-09-06) + +This version includes fixes in the `package.json` file for TypeScript users. + +### Features + +- **log:** show name of app ([a3df0b1](https://github.com/vuejs/vuefire/commit/a3df0b10e06d250a9369d8d7b70bf66781f99a61)) + ## [3.1.15](https://github.com/vuejs/vuefire/compare/vuefire@3.1.14...vuefire@3.1.15) (2023-08-16) ### Bug Fixes diff --git a/package.json b/package.json index 8383219c..abe09867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.15", + "version": "3.1.16", "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 85dd30eb..a91704a2 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.19](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.18...nuxt-vuefire@0.2.19) (2023-09-06) + +This version contains no changes. + ## [0.2.18](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.17...nuxt-vuefire@0.2.18) (2023-08-28) ### Bug Fixes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 0eb68dc2..451e8a18 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.18", + "version": "0.2.19", "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.15" + "vuefire": ">=3.1.16" }, "peerDependenciesMeta": { "@firebase/app-types": {