Skip to content

Commit ef86e44

Browse files
committed
1 parent 33441f7 commit ef86e44

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### [3.2.1-beta.0](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.11...v3.2.1-beta.0) (2024-12-18)
1+
## [3.2.1](https://github.com/vuejs/vuefire/compare/v3.2.1-beta.0...v3.2.1) (2024-12-18)
22

3-
Support Firebase 11
3+
### Features
4+
5+
- support latest firebase ([062c044](https://github.com/vuejs/vuefire/commit/062c0441903d3b8f9b6467e292a896ff4aed0cd1))
46

57
# [3.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.0) (2024-08-16)
68

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.2.1-beta.0",
3+
"version": "3.2.1",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.0.5-beta.1](https://github.com/vuejs/vuefire/compare/[email protected].0[email protected]-beta.1) (2024-12-18)
1+
## [1.0.5](https://github.com/vuejs/vuefire/compare/[email protected].1[email protected]) (2024-12-18)
22

33
### Features
44

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "1.0.5-beta.1",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -47,7 +47,7 @@
4747
"firebase": "^9.0.0 || ^10.0.0 || ^11.1.0",
4848
"firebase-admin": "^11.3.0 || ^12.2.0 || ^13.0.1",
4949
"firebase-functions": "^4.1.0 || ^5.0.0 || ^6.1.2",
50-
"vuefire": ">=3.2.1-beta.0"
50+
"vuefire": ">=3.2.1"
5151
},
5252
"peerDependenciesMeta": {
5353
"@firebase/app-types": {

0 commit comments

Comments
 (0)