Skip to content

Commit fa2c448

Browse files
committed
1 parent fe78629 commit fa2c448

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.1) (2023-01-06)
2+
3+
### Bug Fixes
4+
5+
- **firestore:** apply converter to nested refs ([fe78629](https://github.com/vuejs/vuefire/commit/fe786297c7fcf50f6f0333eb5acb98002037eb47)), closes [#1263](https://github.com/vuejs/vuefire/issues/1263)
6+
- unwrap promise $databaseBind() ([4e6d32f](https://github.com/vuejs/vuefire/commit/4e6d32f08b5c3fcf0834b6a5a644b294a48c6765)), closes [#1275](https://github.com/vuejs/vuefire/issues/1275)
7+
18
# [3.0.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0) (2022-12-23)
29

310
<p align="center">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"type": "module",

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.19](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.19) (2023-01-06)
2+
3+
- dependencies updated
4+
15
## [0.0.18](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.18) (2022-12-27)
26

37
### 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.0.18",
4+
"version": "0.0.19",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -39,7 +39,7 @@
3939
"firebase": "^9.0.0",
4040
"firebase-admin": "^11.3.0",
4141
"firebase-functions": "^4.1.0",
42-
"vuefire": ">=3.0.0-beta.6"
42+
"vuefire": ">=3.0.1"
4343
},
4444
"peerDependenciesMeta": {
4545
"@firebase/app-types": {

0 commit comments

Comments
 (0)