Skip to content

Commit ee68363

Browse files
committed
1 parent 813ae08 commit ee68363

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.0.0-beta.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.1) (2022-12-05)
2+
3+
### Features
4+
5+
- **app-check:** add access to appcheck ([01d5651](https://github.com/vuejs/vuefire/commit/01d5651122045aa5fc119200ae068fc80ad3f2ab))
6+
- **ssr:** use env credentials in prod ([4fadba7](https://github.com/vuejs/vuefire/commit/4fadba79076647ca80905320739ec2b0461af6f6))
7+
18
# [3.0.0-alpha.13](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-alpha.13) (2022-12-01)
29

310
### Bug Fixes

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

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.7](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.7) (2022-12-05)
2+
3+
### Features
4+
5+
- **ssr:** use env credentials in prod ([4fadba7](https://github.com/vuejs/vuefire/commit/4fadba79076647ca80905320739ec2b0461af6f6))
6+
17
## [0.0.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.6) (2022-12-01)
28

39
### Bug Fixes

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -39,7 +39,7 @@
3939
"firebase": "^9.0.0",
4040
"firebase-admin": "^11.3.0",
4141
"firebase-functions": "^4.1.0",
42-
"vuefire": ">=3.0.0-alpha.13"
42+
"vuefire": ">=3.0.0-beta.1"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)