Skip to content

Commit d492728

Browse files
committed
1 parent 12e47ce commit d492728

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.0) (2024-08-16)
2+
3+
### Bug Fixes
4+
5+
- **types:** augment `vue` rather than `@vue/runtime-core` ([#1565](https://github.com/vuejs/vuefire/issues/1565)) ([ad462bd](https://github.com/vuejs/vuefire/commit/ad462bdbf7614927b6fd2511aba7620a806ced23))
6+
17
## [3.1.24](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.24) (2024-07-13)
28

39
- Update firebase peer dependencies

package.json

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

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.4](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.4) (2024-08-16)
2+
3+
### Bug Fixes
4+
5+
- **types:** augment `vue` rather than `@vue/runtime-core` ([#1565](https://github.com/vuejs/vuefire/issues/1565)) ([ad462bd](https://github.com/vuejs/vuefire/commit/ad462bdbf7614927b6fd2511aba7620a806ced23))
6+
17
## [1.0.3](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.3) (2024-07-13)
28

39
### Bug Fixes

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.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -47,7 +47,7 @@
4747
"firebase": "^9.0.0 || ^10.0.0",
4848
"firebase-admin": "^11.3.0 || ^12.2.0",
4949
"firebase-functions": "^4.1.0 || ^5.0.0",
50-
"vuefire": ">=3.1.24"
50+
"vuefire": ">=3.2.0"
5151
},
5252
"peerDependenciesMeta": {
5353
"@firebase/app-types": {

0 commit comments

Comments
 (0)