Skip to content

Commit

Permalink
release: vuefire@3.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 10, 2022
1 parent d6f3519 commit c6cd840
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.0.0-alpha.6](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2022-11-10)

### Features

- composables to use firebase ([f854b67](https://github.com/vuejs/vuefire/commit/f854b6764f7457b10934236278a0b7389a35e03e))
- wait on server for data ([947a325](https://github.com/vuejs/vuefire/commit/947a32518002cecc36e10e6166f89f7d04c8f749))

# [3.0.0-alpha.5](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2022-11-08)

### Bug Fixes
Expand Down Expand Up @@ -36,7 +43,7 @@ const app = createApp()
app.use(rtdbPlugin, {
serialize: (doc) => {
// write your personalized serialize version
}
},
})
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.14.2",
"unpkg": "dist/index.iife.js",
Expand Down

0 comments on commit c6cd840

Please sign in to comment.