Skip to content

Commit ba84544

Browse files
committed
chore(release): publish v1.0.5
1 parent 844992c commit ba84544

File tree

10 files changed

+53
-5
lines changed

10 files changed

+53
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.5](https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5) (2020-08-29)
7+
8+
9+
### Bug Fixes
10+
11+
* extend Vue parent with options to support accessing root. with VCA ([#1661](https://github.com/vuejs/vue-test-utils/issues/1661)) ([f78f817](https://github.com/vuejs/vue-test-utils/commit/f78f817306e2e228319092e3d3de55fc4356aa93))
12+
* handle shallowMount on components with v-if and scoped slots ([#1663](https://github.com/vuejs/vue-test-utils/issues/1663)) ([41f2b2b](https://github.com/vuejs/vue-test-utils/commit/41f2b2b18cb0d557bf36a5a28cf769a02dba931f))
13+
14+
15+
16+
17+
618
## [1.0.4](https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4) (2020-08-17)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "1.0.4"
8+
"version": "1.0.5"
99
}

packages/create-instance/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.5](https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5) (2020-08-29)
7+
8+
9+
### Bug Fixes
10+
11+
* extend Vue parent with options to support accessing root. with VCA ([#1661](https://github.com/vuejs/vue-test-utils/issues/1661)) ([f78f817](https://github.com/vuejs/vue-test-utils/commit/f78f817306e2e228319092e3d3de55fc4356aa93))
12+
* handle shallowMount on components with v-if and scoped slots ([#1663](https://github.com/vuejs/vue-test-utils/issues/1663)) ([41f2b2b](https://github.com/vuejs/vue-test-utils/commit/41f2b2b18cb0d557bf36a5a28cf769a02dba931f))
13+
14+
15+
16+
17+
618
## [1.0.4](https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4) (2020-08-17)
719

820
**Note:** Version bump only for package create-instance

packages/create-instance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-instance",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "create-instance.js",
55
"private": true
66
}

packages/server-test-utils/CHANGELOG.md

+8
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.0.5](https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5) (2020-08-29)
7+
8+
**Note:** Version bump only for package @vue/server-test-utils
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4) (2020-08-17)
715

816
**Note:** Version bump only for package @vue/server-test-utils

packages/server-test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/server-test-utils",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Utilities for testing Vue components.",
55
"main": "dist/vue-server-test-utils.js",
66
"types": "types/index.d.ts",

packages/shared/CHANGELOG.md

+8
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.0.5](https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5) (2020-08-29)
7+
8+
**Note:** Version bump only for package shared
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4) (2020-08-17)
715

816

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shared",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"peerDependencies": {
66
"vue": "2.x",

packages/test-utils/CHANGELOG.md

+8
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.0.5](https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5) (2020-08-29)
7+
8+
**Note:** Version bump only for package @vue/test-utils
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4) (2020-08-17)
715

816

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/test-utils",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Utilities for testing Vue components.",
55
"main": "dist/vue-test-utils.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)