Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 16, 2024
1 parent 12e47ce commit d492728
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.0) (2024-08-16)

### Bug Fixes

- **types:** augment `vue` rather than `@vue/runtime-core` ([#1565](https://github.com/vuejs/vuefire/issues/1565)) ([ad462bd](https://github.com/vuejs/vuefire/commit/ad462bdbf7614927b6fd2511aba7620a806ced23))

## [3.1.24](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.24) (2024-07-13)

- Update firebase peer dependencies
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.1.24",
"version": "3.2.0",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
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 @@
## [1.0.4](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.4) (2024-08-16)

### Bug Fixes

- **types:** augment `vue` rather than `@vue/runtime-core` ([#1565](https://github.com/vuejs/vuefire/issues/1565)) ([ad462bd](https://github.com/vuejs/vuefire/commit/ad462bdbf7614927b6fd2511aba7620a806ced23))

## [1.0.3](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.3) (2024-07-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": "1.0.3",
"version": "1.0.4",
"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.1.24"
"vuefire": ">=3.2.0"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit d492728

Please sign in to comment.