Skip to content

Commit

Permalink
Version Packages (#1725)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 15, 2021
1 parent 64bd29a commit c70ee18
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/rich-windows-lay.md

This file was deleted.

2 changes: 1 addition & 1 deletion integration/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@web/dev-server-legacy": "^0.1.7",
"@web/test-runner-core": "^0.10.21"
"@web/test-runner-core": "^0.10.22"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/test-runner-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/test-runner-core

## 0.10.22

### Patch Changes

- 64bd29ac: Corrected the typings for test-runner user config `testFramework` option

## 0.10.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-core",
"version": "0.10.21",
"version": "0.10.22",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/test-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web/test-runner

## 0.13.20

### Patch Changes

- 64bd29ac: Corrected the typings for test-runner user config `testFramework` option
- Updated dependencies [64bd29ac]
- @web/test-runner-core@0.10.22

## 0.13.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner",
"version": "0.13.19",
"version": "0.13.20",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -78,7 +78,7 @@
"@web/dev-server": "^0.1.24",
"@web/test-runner-chrome": "^0.10.3",
"@web/test-runner-commands": "^0.5.10",
"@web/test-runner-core": "^0.10.21",
"@web/test-runner-core": "^0.10.22",
"@web/test-runner-mocha": "^0.7.5",
"camelcase": "^6.2.0",
"command-line-args": "^5.1.1",
Expand Down

0 comments on commit c70ee18

Please sign in to comment.