Skip to content

Commit 4d504da

Browse files
committed
chore(release): publish
- @posva/[email protected] - [email protected] - [email protected]
1 parent 3d0b326 commit 4d504da

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
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.3](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-07-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** drop raw refs when updating docs ([3d0b326](https://github.com/vuejs/vuefire/commit/3d0b326e2855f0cdab160281262b1edc8be8606c)), closes [#831](https://github.com/vuejs/vuefire/issues/831)
12+
13+
14+
15+
16+
617
## [2.3.2](https://github.com/vuejs/vuefire/compare/@posva/[email protected]...@posva/[email protected]) (2020-07-06)
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.2",
3+
"version": "2.3.3",
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/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.4](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.4) (2020-07-31)
7+
8+
**Note:** Version bump only for package vuefire
9+
10+
11+
12+
13+
614
## [2.2.3](https://github.com/vuejs/vuefire/compare/[email protected]@2.2.3) (2020-07-06)
715

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

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.3",
3+
"version": "2.2.4",
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.2"
55+
"@posva/vuefire-core": "^2.3.3"
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.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.4) (2020-07-31)
7+
8+
**Note:** Version bump only for package vuexfire
9+
10+
11+
12+
13+
614
## [3.2.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.2.3) (2020-07-06)
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.3",
3+
"version": "3.2.4",
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.2"
58+
"@posva/vuefire-core": "^2.3.3"
5959
},
6060
"gitHead": "e3e2df3624572cec86ed861f2472df4d143f2265"
6161
}

0 commit comments

Comments
 (0)