Skip to content

Commit 35a7f1f

Browse files
committed
1 parent 7d91e35 commit 35a7f1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.0.0-beta.7](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.7) (2022-12-19)
2+
3+
### Bug Fixes
4+
5+
- **firestore:** track all ref subs ([1d46371](https://github.com/vuejs/vuefire/commit/1d463710915b9859c8415cd7848f0780a09df25a)), closes [#1223](https://github.com/vuejs/vuefire/issues/1223)
6+
7+
### Features
8+
9+
- **firestore:** default serverTimestamps to estimate ([ae85a41](https://github.com/vuejs/vuefire/commit/ae85a41a4614c7b4b3526c79aebfb8ac8d6853fd))
10+
111
# [3.0.0-beta.6](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.6) (2022-12-16)
212

313
No updates in this release

package.json

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

0 commit comments

Comments
 (0)