Skip to content

Commit b2fa5ef

Browse files
committed
1 parent a8546c8 commit b2fa5ef

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [3.0.0-beta.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.4) (2022-12-13)
2+
13
# [3.0.0-beta.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.3) (2022-12-12)
24

35
### Bug Fixes

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

Diff for: packages/nuxt/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.14](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.14) (2022-12-13)
2+
3+
### Bug Fixes
4+
5+
- **admin:** apply globals if present ([9e43384](https://github.com/vuejs/vuefire/commit/9e43384566fef9ff021fd5b6e33b71df1dc436c4))
6+
7+
### Performance Improvements
8+
9+
- avoid creating custom provider for nothing ([541a6c4](https://github.com/vuejs/vuefire/commit/541a6c4fc781dc2bcc30e45e3b0e2b545d4b629d))
10+
111
## [0.0.13](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.13) (2022-12-13)
212

313
### Bug Fixes

Diff for: 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.13",
4+
"version": "0.0.14",
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.3"
42+
"vuefire": ">=3.0.0-beta.4"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)