Skip to content

Commit

Permalink
release: vuefire@3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 7, 2022
1 parent 100bf5e commit dd6d44f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0-alpha.3](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2022-10-07)

### Bug Fixes

- make @vue/composition-api optional ([#1068](https://github.com/vuejs/vuefire/issues/1068)) ([33eee5e](https://github.com/vuejs/vuefire/commit/33eee5e47a6b0cd3522d4cd44ec7387c9075fcee))

### Features

- use Firebase 9 ([81701bb](https://github.com/vuejs/vuefire/commit/81701bba36776a2bb75d3581a66d2060f9144591))

### BREAKING CHANGES

- vuefire now requires firebase 9

# [3.0.0-alpha.2](https://github.com/posva/vuefire/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2020-12-08)

- Support for Firebase 8
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.2",
"version": "3.0.0-alpha.3",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.12.2",
"unpkg": "dist/vuefire.global-vue-2.js",
Expand Down

0 comments on commit dd6d44f

Please sign in to comment.