Skip to content

Commit c6cd840

Browse files
committed
1 parent d6f3519 commit c6cd840

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.0.0-alpha.6](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2022-11-10)
2+
3+
### Features
4+
5+
- composables to use firebase ([f854b67](https://github.com/vuejs/vuefire/commit/f854b6764f7457b10934236278a0b7389a35e03e))
6+
- wait on server for data ([947a325](https://github.com/vuejs/vuefire/commit/947a32518002cecc36e10e6166f89f7d04c8f749))
7+
18
# [3.0.0-alpha.5](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2022-11-08)
29

310
### Bug Fixes
@@ -36,7 +43,7 @@ const app = createApp()
3643
app.use(rtdbPlugin, {
3744
serialize: (doc) => {
3845
// write your personalized serialize version
39-
}
46+
},
4047
})
4148
```
4249

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

0 commit comments

Comments
 (0)