Skip to content

Commit c36a7ba

Browse files
committed
1 parent b50ac72 commit c36a7ba

File tree

8 files changed

+41
-6
lines changed

8 files changed

+41
-6
lines changed

packages/@posva/vuefire-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.1](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **firestore:** array with objects with references ([b50ac72](https://github.com/vuejs/vuefire/commit/b50ac72e3c4165fa20c72410e185604960b48ba4)), closes [#576](https://github.com/vuejs/vuefire/issues/576)
12+
13+
14+
15+
16+
617
# [2.3.0](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2019-12-31)
718

819

packages/@posva/vuefire-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posva/vuefire-core",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Shared code for vue + Firebase apps used by vuefire and vuexfire",
55
"author": "Eduardo San Martin Morote <[email protected]>",
66
"homepage": "https://github.com/vuejs/vuefire#readme",

packages/documentation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.2) (2020-03-17)
7+
8+
**Note:** Version bump only for package documentation
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.1) (2019-12-31)
715

816

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentation",
33
"private": true,
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"description": "docs for vuefire",
66
"author": "Eduardo San Martin Morote <[email protected]>",
77
"homepage": "https://github.com/vuejs/vuefire#readme",

packages/vuefire/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.2) (2020-03-17)
7+
8+
**Note:** Version bump only for package vuefire
9+
10+
11+
12+
13+
614
## [2.2.1](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.1) (2019-12-31)
715

816

packages/vuefire/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.common.js",
66
"module": "dist/vuefire.esm.js",
@@ -52,7 +52,7 @@
5252
"@posva/vuefire-test-helpers": "^1.2.2"
5353
},
5454
"dependencies": {
55-
"@posva/vuefire-core": "^2.3.0"
55+
"@posva/vuefire-core": "^2.3.1"
5656
},
5757
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
5858
}

packages/vuexfire/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.2) (2020-03-17)
7+
8+
**Note:** Version bump only for package vuexfire
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.1) (2019-12-31)
715

816
**Note:** Version bump only for package vuexfire

packages/vuexfire/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuexfire",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Firestore binding for Vuex",
55
"main": "dist/vuexfire.common.js",
66
"module": "dist/vuexfire.esm.js",
@@ -55,7 +55,7 @@
5555
"vuex": "^3.1.1"
5656
},
5757
"dependencies": {
58-
"@posva/vuefire-core": "^2.3.0"
58+
"@posva/vuefire-core": "^2.3.1"
5959
},
6060
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
6161
}

0 commit comments

Comments
 (0)