Skip to content

Commit f04934d

Browse files
committed
1 parent 6518caf commit f04934d

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.9](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.9) (2023-07-20)
2+
3+
### Features
4+
5+
- expose devalue transformers ([7c1ce18](https://github.com/vuejs/vuefire/commit/7c1ce185f2cec5a6b4a2c60b86d2b0c9fdd06211))
6+
- **logs:** use consola for logs ([f802558](https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662))
7+
- **logs:** use debug instead of info ([56eabc8](https://github.com/vuejs/vuefire/commit/56eabc8ca3963688c34f05d8da9bf421581b7fa9))
8+
19
## [3.1.8](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.8) (2023-07-16)
210

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

packages/nuxt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.2.8](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.8) (2023-07-20)
2+
3+
### Bug Fixes
4+
5+
- **emulator:** missing storage ([bfd93bc](https://github.com/vuejs/vuefire/commit/bfd93bc5112d6fc541023326cc0f6b5825febd5d))
6+
7+
### Features
8+
9+
- add emulators support ([7f86fa7](https://github.com/vuejs/vuefire/commit/7f86fa7e4f7df10336be120e456e7a56cdf0f02d))
10+
- avoid enabling auth emulator without auth ([6ee1c49](https://github.com/vuejs/vuefire/commit/6ee1c49df234a5b86311421239a12fe496a75b4d))
11+
- **emulators:** extra logs to warn user ([728f811](https://github.com/vuejs/vuefire/commit/728f8112cf64f23c0aee3a8256e5d6963cc4d950))
12+
- **logs:** use consola for logs ([f802558](https://github.com/vuejs/vuefire/commit/f8025587aaf3ba4d533ea2d1768d1d96c6799662))
13+
114
## [0.2.7](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.7) (2023-07-16)
215

316
### 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.7",
4+
"version": "0.2.8",
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.8"
48+
"vuefire": ">=3.1.9"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)