Skip to content

Commit 7c21690

Browse files
committed
1 parent 671f973 commit 7c21690

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.8](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.8) (2023-07-16)
2+
3+
### Features
4+
5+
- use const name for admin apps ([6f539d4](https://github.com/vuejs/vuefire/commit/6f539d49e8f90df9b542dbfd984bedf80595ba8f))
6+
17
## [3.1.7](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.7) (2023-07-13)
28

39
- Deprecated undocumented `decodeUserToken()` in favor of `decodeSessionCookie()`

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

Diff for: packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.7](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.7) (2023-07-16)
2+
3+
### Bug Fixes
4+
5+
- **auth:** only apply ssr modules when needed ([671f973](https://github.com/vuejs/vuefire/commit/671f973edd83560e781fd94e89c78ac6748ce847)), closes [vuejs/vuefire#1389](https://github.com/vuejs/vuefire/issues/1389)
6+
17
## [0.2.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.6) (2023-07-13)
28

39
### 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.2.6",
4+
"version": "0.2.7",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -44,7 +44,7 @@
4444
"firebase": "^9.0.0 || ^10.0.0",
4545
"firebase-admin": "^11.3.0",
4646
"firebase-functions": "^4.1.0",
47-
"vuefire": ">=3.1.7"
47+
"vuefire": ">=3.1.8"
4848
},
4949
"peerDependenciesMeta": {
5050
"@firebase/app-types": {

0 commit comments

Comments
 (0)