Skip to content

Commit

Permalink
release: nuxt-vuefire@0.0.15 vuefire@3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 16, 2022
1 parent a033e33 commit a4400f8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.0.0-beta.5](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.4...vuefire@3.0.0-beta.5) (2022-12-16)

### Bug Fixes

- **database:** correctly set pending when hydrating and during racing conditions ([90bd7f5](https://github.com/vuejs/vuefire/commit/90bd7f5cbeada113b1976ea6dd975cead63771f8))
- **firestore:** correctly set pending when hydrating and during racing conditions ([998fe38](https://github.com/vuejs/vuefire/commit/998fe38704e9ad01e47a9f94c9dc7d72fade6940))

# [3.0.0-beta.4](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.3...vuefire@3.0.0-beta.4) (2022-12-13)

# [3.0.0-beta.3](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.2...vuefire@3.0.0-beta.3) (2022-12-12)
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.14.2",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.0.15](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.14...nuxt-vuefire@0.0.15) (2022-12-16)

### Bug Fixes

- **auth:** auto import useCurrentUser ([a033e33](https://github.com/vuejs/vuefire/commit/a033e3314e10a3fd83e6d4cc7910c3afaa63b098))
- **auth:** cookie must be named \_\_session ([6f08cc0](https://github.com/vuejs/vuefire/commit/6f08cc0362bfe024312110246daee360bf02e3c2))

### Features

- add logs ([03b971e](https://github.com/vuejs/vuefire/commit/03b971eecf583c87c1ee8d49a2cd05a94cf25f03))
- **admin:** also check for FUNCTION_NAME env ([eb122b7](https://github.com/vuejs/vuefire/commit/eb122b775b9cb0c918e30aeecdb245166e511744))
- **admin:** make options optional ([64a5e50](https://github.com/vuejs/vuefire/commit/64a5e50fde4cd1047427db2162f758b056ed9f1f))

## [0.0.14](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.13...nuxt-vuefire@0.0.14) (2022-12-13)

### Bug Fixes
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.0.14",
"version": "0.0.15",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"firebase": "^9.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.0.0-beta.4"
"vuefire": ">=3.0.0-beta.5"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit a4400f8

Please sign in to comment.