Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 6, 2023
1 parent 9af25b2 commit cab2e95
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [3.1.16](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.16) (2023-09-06)

This version includes fixes in the `package.json` file for TypeScript users.

### Features

- **log:** show name of app ([a3df0b1](https://github.com/vuejs/vuefire/commit/a3df0b10e06d250a9369d8d7b70bf66781f99a61))

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

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

This version contains no changes.

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

### 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.18",
"version": "0.2.19",
"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.15"
"vuefire": ">=3.1.16"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit cab2e95

Please sign in to comment.