Skip to content

Commit 1b0d271

Browse files
committed
1 parent a11bf4c commit 1b0d271

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.14](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.14) (2023-08-13)
2+
3+
There are no changes in this release.
4+
15
## [3.1.13](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.13) (2023-08-01)
26

37
### 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.13",
3+
"version": "3.1.14",
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.14](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.14) (2023-08-13)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** use fork of lru-cache ([a11bf4c](https://github.com/vuejs/vuefire/commit/a11bf4cc039468a1251545dfd3cd903c11632eae))
6+
7+
### Features
8+
9+
- **app-check:** disable with emulators and no service account ([76c8b21](https://github.com/vuejs/vuefire/commit/76c8b2117c1af3351c7989d2d07dbfbc2a3fd661))
10+
111
## [0.2.13](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.13) (2023-08-01)
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.13",
4+
"version": "0.2.14",
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.13"
48+
"vuefire": ">=3.1.14"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)