Skip to content

Commit b51a3f5

Browse files
committed
1 parent ee13c16 commit b51a3f5

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
# [3.0.0-beta.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.3) (2022-12-12)
2+
3+
### Bug Fixes
4+
5+
- pass name internally ([f7b3d44](https://github.com/vuejs/vuefire/commit/f7b3d44d35791a0e393b78b6445527a0bbde3a10))
6+
7+
### Features
8+
9+
- **app-check:** allow specifying your own debug token ([e0b2b5a](https://github.com/vuejs/vuefire/commit/e0b2b5a85c6a95669e07f7b7f178f56145cd0388))
10+
- **auth:** allow passing the app name to getUser functions ([20ab13d](https://github.com/vuejs/vuefire/commit/20ab13d78eef3ff07113d3239e0db80c53e5b049))
11+
- **auth:** handle ssr ([567fd12](https://github.com/vuejs/vuefire/commit/567fd12bc7fa215d9facaf8a6aa114750a74d2b4))
12+
- **nuxt:** handle user context on the server and use LRU cache for apps ([a335c54](https://github.com/vuejs/vuefire/commit/a335c547a79b583d6ae967073dfd95ebe05e7954))
13+
- **ssr:** allow resolving getCurrentUser ([282b6bc](https://github.com/vuejs/vuefire/commit/282b6bce880acb2b3170555fe6062d0b49a5d59a))
14+
115
# [3.0.0-beta.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.2) (2022-12-06)
216

317
- SSR fixes
18+
419
# [3.0.0-beta.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.1) (2022-12-05)
520

621
### Features

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

packages/nuxt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.0.11](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.11) (2022-12-12)
2+
3+
### Features
4+
5+
- **auth:** handle ssr ([567fd12](https://github.com/vuejs/vuefire/commit/567fd12bc7fa215d9facaf8a6aa114750a74d2b4))
6+
- automatically fix resolve issue ([97f275a](https://github.com/vuejs/vuefire/commit/97f275a60e52a64e979aac96fb155272d2e026b1))
7+
- **nuxt:** add auto imports ([bb9f2fd](https://github.com/vuejs/vuefire/commit/bb9f2fdc14daf2efe660f6bdf41d32e10eccde4b))
8+
- **nuxt:** add auto imports app ([2bf116c](https://github.com/vuejs/vuefire/commit/2bf116c50f103760abded869e714a7075d58c737))
9+
- **nuxt:** handle user context on the server and use LRU cache for apps ([a335c54](https://github.com/vuejs/vuefire/commit/a335c547a79b583d6ae967073dfd95ebe05e7954))
10+
- **nuxt:** simplify getCurrentUser ([1abe9d9](https://github.com/vuejs/vuefire/commit/1abe9d99085e67ee703552d7e69acee2ad94c326))
11+
- **nuxt:** split plugins and check options ot add them ([840ca8b](https://github.com/vuejs/vuefire/commit/840ca8b9f068f6ecabd2d08dfda56636cff9569a))
12+
- useFirebaseApp in nuxt ([df57432](https://github.com/vuejs/vuefire/commit/df574325b8c08af044d8f7827615e1e79dd2bff3))
13+
114
## [0.0.10](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.10) (2022-12-06)
215

316
- remove prepare script

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

0 commit comments

Comments
 (0)