Skip to content

Commit 9f096b5

Browse files
committed
1 parent aaa731b commit 9f096b5

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.13](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.13) (2023-08-01)
2+
3+
### Bug Fixes
4+
5+
- **app-check:** app-check is actually defined on server too ([359f9d0](https://github.com/vuejs/vuefire/commit/359f9d0014dc35e4b37506db99fd9848204b22a4))
6+
- **firestore:** set pending on queries ([61513f6](https://github.com/vuejs/vuefire/commit/61513f68e9be84887ff716ae83cbb7c390844cd8)), closes [vuejs/vuefire#1317](https://github.com/vuejs/vuefire/issues/1317)
7+
18
## [3.1.12](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.12) (2023-07-25)
29

310
### Features

package.json

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

packages/nuxt/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.2.13](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.13) (2023-08-01)
2+
3+
### Bug Fixes
4+
5+
- **emulators:** activate without enabled option in dev ([c2c7267](https://github.com/vuejs/vuefire/commit/c2c7267953913ee92a09087e6734f24dbc8bb4f3))
6+
- **emulators:** do not crash without firebase.json file ([e68977b](https://github.com/vuejs/vuefire/commit/e68977bb7e554805358a0203c06148b9defdb58f))
7+
- **emulators:** pass client side option to hide auth warning ([8424077](https://github.com/vuejs/vuefire/commit/8424077c8817a902a89f026551ba5de712d25c5b))
8+
- **ssr:** serialize non enumerable id ([fa2778a](https://github.com/vuejs/vuefire/commit/fa2778a51145491240c5f2b6140375ae4b01dc10)), closes [vuejs/vuefire#1398](https://github.com/vuejs/vuefire/issues/1398)
9+
10+
### Features
11+
12+
- **app-check:** allow debug in production with VUEFIRE_APPCHECK_DEBUG ([fd5db49](https://github.com/vuejs/vuefire/commit/fd5db491e2da0e112c5b9d0501b7e63561066642))
13+
- **emulators:** warn if firebase.json file is missing ([06f7d70](https://github.com/vuejs/vuefire/commit/06f7d70f7056aa0677c2e208126416cb14b9c594))
14+
115
## [0.2.12](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.12) (2023-07-25)
216

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

0 commit comments

Comments
 (0)