Skip to content

Commit b2c96be

Browse files
committed
1 parent 55e737d commit b2c96be

File tree

10 files changed

+79
-10
lines changed

10 files changed

+79
-10
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.0](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2019-10-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** reset is ignored when unbinding if passed to bind ([8c5bd69](https://github.com/vuejs/vuefire/commit/8c5bd69))
12+
13+
14+
### Features
15+
16+
* **core:** add wait option for firestore ([67560c0](https://github.com/vuejs/vuefire/commit/67560c0))
17+
* **core:** add wait option to rtdb ([b431a28](https://github.com/vuejs/vuefire/commit/b431a28))
18+
* **core:** allow reset option in unbind rtdb ([aad5f08](https://github.com/vuejs/vuefire/commit/aad5f08))
19+
* **core:** allow reset option to be passed to unbind firestore ([634f51f](https://github.com/vuejs/vuefire/commit/634f51f))
20+
21+
22+
23+
24+
625
## [2.1.2](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2019-08-06)
726

827

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posva/vuefire-core",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
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",
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/vuejs/vuefire/issues"
4141
},
4242
"devDependencies": {
43-
"@posva/vuefire-test-helpers": "^1.2.0"
43+
"@posva/vuefire-test-helpers": "^1.2.1"
4444
},
4545
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
4646
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.2.1](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2019-10-10)
7+
8+
**Note:** Version bump only for package @posva/vuefire-test-helpers

packages/@posva/vuefire-test-helpers/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-test-helpers",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "test helpers related to vue + firebase 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: 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.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.0) (2019-10-10)
7+
8+
9+
### Features
10+
11+
* **vuexfire:** add wait option ([beb1ecb](https://github.com/vuejs/vuefire/commit/beb1ecb))
12+
13+
14+
15+
16+
617
## [2.0.3](https://github.com/vuejs/vuefire/compare/[email protected]@2.0.3) (2019-08-05)
718

819
**Note:** Version bump only for package documentation

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.0.3",
4+
"version": "2.1.0",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.0) (2019-10-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **vuefire:** reset from bind is not applied to unbind ([b6e64ec](https://github.com/vuejs/vuefire/commit/b6e64ec))
12+
13+
14+
### Features
15+
16+
* **vuefire:** add reset option to bind and unbind ([22c9411](https://github.com/vuejs/vuefire/commit/22c9411))
17+
* **vuefire:** add reset option to firestore bind and unbind ([0ff13af](https://github.com/vuejs/vuefire/commit/0ff13af))
18+
* **vuefire:** add wait option ([31d824f](https://github.com/vuejs/vuefire/commit/31d824f))
19+
20+
21+
22+
23+
624
## [2.1.2](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.2) (2019-08-06)
725

826
**Note:** Version bump only for package vuefire

packages/vuefire/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.common.js",
66
"module": "dist/vuefire.esm.js",
@@ -49,10 +49,10 @@
4949
"firebase": ">=4.0.0"
5050
},
5151
"devDependencies": {
52-
"@posva/vuefire-test-helpers": "^1.2.0"
52+
"@posva/vuefire-test-helpers": "^1.2.1"
5353
},
5454
"dependencies": {
55-
"@posva/vuefire-core": "^2.1.2"
55+
"@posva/vuefire-core": "^2.2.0"
5656
},
5757
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
5858
}

packages/vuexfire/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.0) (2019-10-10)
7+
8+
9+
### Features
10+
11+
* **vuexfire:** add wait option ([beb1ecb](https://github.com/vuejs/vuefire/commit/beb1ecb))
12+
* **vuexfire:** allow reset option for rtdb ([b57a13b](https://github.com/vuejs/vuefire/commit/b57a13b))
13+
* **vuexfire:** propagate `this` to actions wrapped by `firestoreAction` and `firebaseAction` ([#352](https://github.com/vuejs/vuefire/issues/352)) ([a16cd45](https://github.com/vuejs/vuefire/commit/a16cd45))
14+
15+
16+
17+
18+
619
## [3.1.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.2) (2019-08-06)
720

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

packages/vuexfire/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuexfire",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "Firestore binding for Vuex",
55
"main": "dist/vuexfire.common.js",
66
"module": "dist/vuexfire.esm.js",
@@ -51,11 +51,11 @@
5151
},
5252
"homepage": "https://github.com/vuejs/vuefire#readme",
5353
"devDependencies": {
54-
"@posva/vuefire-test-helpers": "^1.2.0",
54+
"@posva/vuefire-test-helpers": "^1.2.1",
5555
"vuex": "^3.1.1"
5656
},
5757
"dependencies": {
58-
"@posva/vuefire-core": "^2.1.2"
58+
"@posva/vuefire-core": "^2.2.0"
5959
},
6060
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
6161
}

0 commit comments

Comments
 (0)