Skip to content

Commit 7a55685

Browse files
committed
1 parent 15ff005 commit 7a55685

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.12](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.12) (2023-07-25)
2+
3+
### Features
4+
5+
- **app-check:** automatically pick up env variable ([ea864a6](https://github.com/vuejs/vuefire/commit/ea864a6b68f509c876d3ec5400b2931c31355d59))
6+
17
## [3.1.11](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.11) (2023-07-20)
28

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

packages/nuxt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.2.12](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.12) (2023-07-25)
2+
3+
### Bug Fixes
4+
5+
- **app-check:** avoid picking up variable in prod ([f7b956d](https://github.com/vuejs/vuefire/commit/f7b956da8fd287517c500af92b39e26b846af322))
6+
7+
### Features
8+
9+
- **app-check:** automatically pick up env variable ([ea864a6](https://github.com/vuejs/vuefire/commit/ea864a6b68f509c876d3ec5400b2931c31355d59))
10+
- **app-check:** warn user against production leak appcheck ([5f140cd](https://github.com/vuejs/vuefire/commit/5f140cdf145e7ea82a1727d36ebec3b7c3f27223))
11+
112
## [0.2.11](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.11) (2023-07-20)
213

314
### 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.11",
4+
"version": "0.2.12",
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.11"
48+
"vuefire": ">=3.1.12"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)