Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 13, 2024
1 parent 3314ff6 commit 17b79cf
Show file tree
Hide file tree
Showing 4 changed files with 18 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.1.24](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.24) (2024-07-13)

- Update firebase peer dependencies

## [3.1.23](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.23) (2024-02-23)

### 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.1.23",
"version": "3.1.24",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.3](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.3) (2024-07-13)

### Bug Fixes

- **nuxt:** use `lodash.template` directly to compile templates ([#1525](https://github.com/vuejs/vuefire/issues/1525)) ([f62ba9c](https://github.com/vuejs/vuefire/commit/f62ba9c1dcb91a26753af468ea550400ebc150bf))
- opt in to `import.meta.*` properties ([#1514](https://github.com/vuejs/vuefire/issues/1514)) ([2e81d21](https://github.com/vuejs/vuefire/commit/2e81d21420637a711574c1820c7170c331dda57c))

### Features

- upgrade firebase support ([20f7cc3](https://github.com/vuejs/vuefire/commit/20f7cc3a64441d9ebe86624dac7e50203f92bd12)), closes [#1554](https://github.com/vuejs/vuefire/issues/1554)

## [1.0.2](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.2) (2024-02-23)

## [1.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.1) (2024-01-03)
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.2",
"version": "1.0.3",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -48,7 +48,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.23"
"vuefire": ">=3.1.24"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 17b79cf

Please sign in to comment.