Skip to content

Commit

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

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

### 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.3",
"version": "3.0.0-beta.4",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.14.2",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.0.14](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.13...nuxt-vuefire@0.0.14) (2022-12-13)

### Bug Fixes

- **admin:** apply globals if present ([9e43384](https://github.com/vuejs/vuefire/commit/9e43384566fef9ff021fd5b6e33b71df1dc436c4))

### Performance Improvements

- avoid creating custom provider for nothing ([541a6c4](https://github.com/vuejs/vuefire/commit/541a6c4fc781dc2bcc30e45e3b0e2b545d4b629d))

## [0.0.13](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.12...nuxt-vuefire@0.0.13) (2022-12-13)

### 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.13",
"version": "0.0.14",
"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.3"
"vuefire": ">=3.0.0-beta.4"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit b2fa5ef

Please sign in to comment.