Skip to content

Commit 81f7205

Browse files
committed
1 parent c7d2aed commit 81f7205

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.23](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.23) (2024-02-23)
2+
3+
### Bug Fixes
4+
5+
- bindFirestoreRef not reacting to getter ([#1496](https://github.com/vuejs/vuefire/issues/1496)) ([e459dd1](https://github.com/vuejs/vuefire/commit/e459dd18ad7b784e0fd6e84fbb4de48beca7231c))
6+
17
## [3.1.22](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.22) (2024-01-05)
28

39
### 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.22",
3+
"version": "3.1.23",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.0.2](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.2) (2024-02-23)
2+
13
## [1.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.1) (2024-01-03)
24

35
### 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.1",
4+
"version": "1.0.2",
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",
4949
"firebase-functions": "^4.1.0",
50-
"vuefire": ">=3.1.20"
50+
"vuefire": ">=3.1.23"
5151
},
5252
"peerDependenciesMeta": {
5353
"@firebase/app-types": {

0 commit comments

Comments
 (0)