Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 7, 2023
1 parent ccb88ae commit be07d71
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.1) (2023-07-07)

### Bug Fixes

- use value of currentUser ref in useIsCurrentUserLoaded ([#1344](https://github.com/vuejs/vuefire/issues/1344)) ([d1196d6](https://github.com/vuejs/vuefire/commit/d1196d645ed6cb7f8066ea8bb546c71f4516a20a))

# [3.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.0) (2023-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.0",
"version": "3.1.1",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.0) (2023-07-07)

### Bug Fixes

- allow passing GOOGLE_APPLICATION_CREDENTIALS env variable ([693af39](https://github.com/vuejs/vuefire/commit/693af39a1e086743c2038cde805a6b70d28696b0))

### Features

- **admin:** add user to event context ([67dbffd](https://github.com/vuejs/vuefire/commit/67dbffdefe3a5edc51f2bc251fb0e5c4e539fba7))
- resolve service account path from env variable ([22938c7](https://github.com/vuejs/vuefire/commit/22938c748df6498e124690b4db142b63763a1d9a))

## [0.1.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.6) (2023-02-26)

This release contains no changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.1.6",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"firebase": "^9.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.0"
"vuefire": ">=3.1.1"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit be07d71

Please sign in to comment.