Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 16, 2023
1 parent 671f973 commit 7c21690
Show file tree
Hide file tree
Showing 4 changed files with 15 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.8](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.8) (2023-07-16)

### Features

- use const name for admin apps ([6f539d4](https://github.com/vuejs/vuefire/commit/6f539d49e8f90df9b542dbfd984bedf80595ba8f))

## [3.1.7](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.7) (2023-07-13)

- Deprecated undocumented `decodeUserToken()` in favor of `decodeSessionCookie()`
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.7",
"version": "3.1.8",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.7](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.7) (2023-07-16)

### Bug Fixes

- **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)

## [0.2.6](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.6) (2023-07-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.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.7"
"vuefire": ">=3.1.8"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 7c21690

Please sign in to comment.