Skip to content

Commit 17b79cf

Browse files
committed
1 parent 3314ff6 commit 17b79cf

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.24](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.24) (2024-07-13)
2+
3+
- Update firebase peer dependencies
4+
15
## [3.1.23](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.23) (2024-02-23)
26

37
### Bug Fixes

package.json

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

packages/nuxt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.3](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.3) (2024-07-13)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** use `lodash.template` directly to compile templates ([#1525](https://github.com/vuejs/vuefire/issues/1525)) ([f62ba9c](https://github.com/vuejs/vuefire/commit/f62ba9c1dcb91a26753af468ea550400ebc150bf))
6+
- opt in to `import.meta.*` properties ([#1514](https://github.com/vuejs/vuefire/issues/1514)) ([2e81d21](https://github.com/vuejs/vuefire/commit/2e81d21420637a711574c1820c7170c331dda57c))
7+
8+
### Features
9+
10+
- upgrade firebase support ([20f7cc3](https://github.com/vuejs/vuefire/commit/20f7cc3a64441d9ebe86624dac7e50203f92bd12)), closes [#1554](https://github.com/vuejs/vuefire/issues/1554)
11+
112
## [1.0.2](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.2) (2024-02-23)
213

314
## [1.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.1) (2024-01-03)

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.2",
4+
"version": "1.0.3",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -48,7 +48,7 @@
4848
"firebase": "^9.0.0 || ^10.0.0",
4949
"firebase-admin": "^11.3.0 || ^12.2.0",
5050
"firebase-functions": "^4.1.0 || ^5.0.0",
51-
"vuefire": ">=3.1.23"
51+
"vuefire": ">=3.1.24"
5252
},
5353
"peerDependenciesMeta": {
5454
"@firebase/app-types": {

0 commit comments

Comments
 (0)