Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 20, 2023
1 parent 6518caf commit f04934d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.1.9](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.9) (2023-07-20)

### Features

- expose devalue transformers ([7c1ce18](https://github.com/vuejs/vuefire/commit/7c1ce185f2cec5a6b4a2c60b86d2b0c9fdd06211))
- **logs:** use consola for logs ([f802558](https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662))
- **logs:** use debug instead of info ([56eabc8](https://github.com/vuejs/vuefire/commit/56eabc8ca3963688c34f05d8da9bf421581b7fa9))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.8",
"version": "3.1.9",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
13 changes: 13 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.2.8](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.8) (2023-07-20)

### Bug Fixes

- **emulator:** missing storage ([bfd93bc](https://github.com/vuejs/vuefire/commit/bfd93bc5112d6fc541023326cc0f6b5825febd5d))

### Features

- add emulators support ([7f86fa7](https://github.com/vuejs/vuefire/commit/7f86fa7e4f7df10336be120e456e7a56cdf0f02d))
- avoid enabling auth emulator without auth ([6ee1c49](https://github.com/vuejs/vuefire/commit/6ee1c49df234a5b86311421239a12fe496a75b4d))
- **emulators:** extra logs to warn user ([728f811](https://github.com/vuejs/vuefire/commit/728f8112cf64f23c0aee3a8256e5d6963cc4d950))
- **logs:** use consola for logs ([f802558](https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.2.7",
"version": "0.2.8",
"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.8"
"vuefire": ">=3.1.9"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit f04934d

Please sign in to comment.