From dcbc269455cfd6843e68be9ac133dc71398ff622 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 1 Dec 2020 12:20:50 +0100 Subject: [PATCH] release: v3.0.0-alpha.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14224e55..d1e7bd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.0.0-alpha.1](https://github.com/posva/vuefire/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-12-01) + +### Bug Fixes + +- **firestore:** fix plugin for Vue 2 ([8e775dd](https://github.com/posva/vuefire/commit/8e775ddc70a068dee65374a48184812e5882f744)) +- **rtdb:** fix global vue 2 ([8dcf8ef](https://github.com/posva/vuefire/commit/8dcf8ef4d9db22a388a3996a166607011f0f9214)) + # [3.0.0-alpha.0](https://github.com/posva/vuefire/compare/v2.0.0-alpha.11...v3.0.0-alpha.0) (2020-11-30) Initial release, existing API from [docs](https://vuefire.vuejs.org/vuefire/getting-started.html#installation) should be the same. Added composition API functions: diff --git a/package.json b/package.json index d913754a..0bd3a178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Some awesome description", "main": "dist/vuefire.cjs.js", "unpkg": "dist/vuefire.global-vue-2.js",