Skip to content

Commit be07d71

Browse files
committed
1 parent ccb88ae commit be07d71

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.1) (2023-07-07)
2+
3+
### Bug Fixes
4+
5+
- use value of currentUser ref in useIsCurrentUserLoaded ([#1344](https://github.com/vuejs/vuefire/issues/1344)) ([d1196d6](https://github.com/vuejs/vuefire/commit/d1196d645ed6cb7f8066ea8bb546c71f4516a20a))
6+
17
# [3.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.0) (2023-02-26)
28

39
### 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.1.0",
3+
"version": "3.1.1",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [0.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.0) (2023-07-07)
2+
3+
### Bug Fixes
4+
5+
- allow passing GOOGLE_APPLICATION_CREDENTIALS env variable ([693af39](https://github.com/vuejs/vuefire/commit/693af39a1e086743c2038cde805a6b70d28696b0))
6+
7+
### Features
8+
9+
- **admin:** add user to event context ([67dbffd](https://github.com/vuejs/vuefire/commit/67dbffdefe3a5edc51f2bc251fb0e5c4e539fba7))
10+
- resolve service account path from env variable ([22938c7](https://github.com/vuejs/vuefire/commit/22938c748df6498e124690b4db142b63763a1d9a))
11+
112
## [0.1.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.6) (2023-02-26)
213

314
This release contains no changes

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.1.6",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -45,7 +45,7 @@
4545
"firebase": "^9.0.0",
4646
"firebase-admin": "^11.3.0",
4747
"firebase-functions": "^4.1.0",
48-
"vuefire": ">=3.1.0"
48+
"vuefire": ">=3.1.1"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)