Skip to content

Commit

Permalink
release: vuefire@3.2.1-beta.0 nuxt-vuefire@1.0.5-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 18, 2024
1 parent f6970e3 commit ab50fa2
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2.1-beta.0](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.11...v3.2.1-beta.0) (2024-12-18)

Support Firebase 11

# [3.2.0](https://github.com/vuejs/vuefire/compare/vuefire@3.1.24...vuefire@3.2.0) (2024-08-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.2.0",
"version": "3.2.1-beta.0",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@9.5.0",
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [1.0.5-beta.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@1.0.4...nuxt-vuefire@1.0.5-beta.0) (2024-12-18)

Support Firebase 11

## [1.0.4](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@1.0.3...nuxt-vuefire@1.0.4) (2024-08-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": "1.0.4",
"version": "1.0.5-beta.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0 || ^12.2.0",
"firebase-functions": "^4.1.0 || ^5.0.0",
"vuefire": ">=3.2.0"
"vuefire": ">=3.2.1-beta.0"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit ab50fa2

Please sign in to comment.