Skip to content

Commit

Permalink
release: nuxt-vuefire@0.0.16 vuefire@3.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 16, 2022
1 parent db81a3e commit cca1277
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.0.0-beta.6](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.5...vuefire@3.0.0-beta.6) (2022-12-16)

No updates in this release

# [3.0.0-beta.5](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.4...vuefire@3.0.0-beta.5) (2022-12-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.14.2",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.16](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.15...nuxt-vuefire@0.0.16) (2022-12-16)

### Bug Fixes

- wrong logging ([db81a3e](https://github.com/vuejs/vuefire/commit/db81a3e5999fe9f75ef6fbb5c7bf0864b20d6ccc))

## [0.0.15](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.14...nuxt-vuefire@0.0.15) (2022-12-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"firebase": "^9.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.0.0-beta.5"
"vuefire": ">=3.0.0-beta.6"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit cca1277

Please sign in to comment.