Skip to content

Commit caa319a

Browse files
committed
1 parent 366ccc0 commit caa319a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# [3.0.0-beta.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.2) (2022-12-06)
2+
3+
- SSR fixes
14
# [3.0.0-beta.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.1) (2022-12-05)
25

36
### Features

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-beta.1",
3+
"version": "3.0.0-beta.2",
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.8](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.8) (2022-12-06)
2+
3+
### Features
4+
5+
- **ssr:** fail on unknown provider ([366ccc0](https://github.com/vuejs/vuefire/commit/366ccc0583d384db060ac109df88e69f584e3c57))
6+
17
## [0.0.7](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.7) (2022-12-05)
28

39
### Features

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.7",
4+
"version": "0.0.8",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -38,7 +38,7 @@
3838
"firebase": "^9.0.0",
3939
"firebase-admin": "^11.3.0",
4040
"firebase-functions": "^4.1.0",
41-
"vuefire": ">=3.0.0-beta.1"
41+
"vuefire": ">=3.0.0-beta.2"
4242
},
4343
"peerDependenciesMeta": {
4444
"@firebase/app-types": {

0 commit comments

Comments
 (0)