Skip to content

Commit cca1277

Browse files
committed
1 parent db81a3e commit cca1277

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [3.0.0-beta.6](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.6) (2022-12-16)
2+
3+
No updates in this release
4+
15
# [3.0.0-beta.5](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.5) (2022-12-16)
26

37
### 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-beta.5",
3+
"version": "3.0.0-beta.6",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"type": "module",

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.16](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.16) (2022-12-16)
2+
3+
### Bug Fixes
4+
5+
- wrong logging ([db81a3e](https://github.com/vuejs/vuefire/commit/db81a3e5999fe9f75ef6fbb5c7bf0864b20d6ccc))
6+
17
## [0.0.15](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.15) (2022-12-16)
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.15",
4+
"version": "0.0.16",
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-beta.5"
42+
"vuefire": ">=3.0.0-beta.6"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)