Skip to content

Commit 3b57b35

Browse files
committed
1 parent 5bcb5f7 commit 3b57b35

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.2) (2023-07-10)
2+
3+
### Bug Fixes
4+
5+
- **server:** catch expired tokens ([310b146](https://github.com/vuejs/vuefire/commit/310b1461467f6af74e2c9b66dae23eb8f28dfd80))
6+
17
## [3.1.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.1) (2023-07-07)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.1](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.1) (2023-07-10)
2+
3+
### Bug Fixes
4+
5+
- **auth:** avoid errors when user is logged out ([238fd65](https://github.com/vuejs/vuefire/commit/238fd65b06a4727c72e793fbe3fe39105262873f))
6+
7+
### Features
8+
9+
- **ssr:** handles TimeStamps ([9559e71](https://github.com/vuejs/vuefire/commit/9559e71b307fcc60545b9dd9b4d8d0ee47d3894a))
10+
111
# [0.2.0](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.0) (2023-07-07)
212

313
### Bug Fixes

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.0",
4+
"version": "0.2.1",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -45,7 +45,7 @@
4545
"firebase": "^9.0.0",
4646
"firebase-admin": "^11.3.0",
4747
"firebase-functions": "^4.1.0",
48-
"vuefire": ">=3.1.1"
48+
"vuefire": ">=3.1.2"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)