Skip to content

Commit 868c546

Browse files
committed
1 parent fc5b771 commit 868c546

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [3.0.0-alpha.10](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2022-11-21)
2+
3+
### Bug Fixes
4+
5+
- resilient walkSet and walkGet ([80879d1](https://github.com/vuejs/vuefire/commit/80879d1e925a1c186f47d7b29c5838b8af40a358))
6+
7+
### Features
8+
9+
- **auth:** update current profile info ([ae90bed](https://github.com/vuejs/vuefire/commit/ae90bed8f80de7449673e6a145079e3e17318540))
10+
- **firestore:** fetch once option ([094f6a5](https://github.com/vuejs/vuefire/commit/094f6a561b713e94027c73ea4560062493b09be4))
11+
112
# [3.0.0-alpha.9](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2022-11-17)
213

314
### Features

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-alpha.9",
3+
"version": "3.0.0-alpha.10",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"unpkg": "dist/index.iife.js",

0 commit comments

Comments
 (0)