Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 13, 2023
1 parent a11bf4c commit 1b0d271
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [3.1.14](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.14) (2023-08-13)

There are no changes in this release.

## [3.1.13](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.13) (2023-08-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.13",
"version": "3.1.14",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,13 @@
## [0.2.14](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.14) (2023-08-13)

### Bug Fixes

- **nuxt:** use fork of lru-cache ([a11bf4c](https://github.com/vuejs/vuefire/commit/a11bf4cc039468a1251545dfd3cd903c11632eae))

### Features

- **app-check:** disable with emulators and no service account ([76c8b21](https://github.com/vuejs/vuefire/commit/76c8b2117c1af3351c7989d2d07dbfbc2a3fd661))

## [0.2.13](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.13) (2023-08-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.2.13",
"version": "0.2.14",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.13"
"vuefire": ">=3.1.14"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 1b0d271

Please sign in to comment.