Skip to content

Commit c879553

Browse files
committed
1 parent 03d073c commit c879553

File tree

10 files changed

+53
-10
lines changed

10 files changed

+53
-10
lines changed

packages/@posva/vuefire-core/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.3.4](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-12-07)
7+
8+
**Note:** Version bump only for package @posva/vuefire-core
9+
10+
11+
12+
13+
614
## [2.3.3](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-07-31)
715

816

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.3.3",
3+
"version": "2.3.4",
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.2"
43+
"@posva/vuefire-test-helpers": "^1.2.3"
4444
},
4545
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
4646
}

packages/@posva/vuefire-test-helpers/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+
## [1.2.3](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-12-07)
7+
8+
**Note:** Version bump only for package @posva/vuefire-test-helpers
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2019-12-31)
715

816
**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.2",
3+
"version": "1.2.3",
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: 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.4](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.4) (2020-12-07)
7+
8+
**Note:** Version bump only for package documentation
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/vuejs/vuefire/compare/[email protected]@2.1.3) (2020-07-06)
715

816
**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.1.3",
4+
"version": "2.1.4",
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.5](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.5) (2020-12-07)
7+
8+
**Note:** Version bump only for package vuefire
9+
10+
11+
12+
13+
614
## [2.2.4](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.4) (2020-07-31)
715

816
**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.2.4",
3+
"version": "2.2.5",
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.2"
52+
"@posva/vuefire-test-helpers": "^1.2.3"
5353
},
5454
"dependencies": {
55-
"@posva/vuefire-core": "^2.3.3"
55+
"@posva/vuefire-core": "^2.3.4"
5656
},
5757
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
5858
}

packages/vuexfire/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+
## [3.2.5](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.5) (2020-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** unbindFirestoreRef type ([#882](https://github.com/vuejs/vuefire/issues/882)) ([9178156](https://github.com/vuejs/vuefire/commit/91781569a0321b21238e317cdc3cca2faf29ec4e))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.4) (2020-07-31)
718

819
**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.2.4",
3+
"version": "3.2.5",
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.2",
54+
"@posva/vuefire-test-helpers": "^1.2.3",
5555
"vuex": "^3.1.1"
5656
},
5757
"dependencies": {
58-
"@posva/vuefire-core": "^2.3.3"
58+
"@posva/vuefire-core": "^2.3.4"
5959
},
6060
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
6161
}

0 commit comments

Comments
 (0)