Skip to content

Commit

Permalink
Version Packages (modernweb-dev#1967)
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] committed May 20, 2022
1 parent 2b6854c commit 05a4032
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-avocados-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-windows-hug.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/test-runner-coverage-v8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/test-runner-coverage-v8

## 0.4.9

### Patch Changes

- 2b6854cd: Ignore external urls from coverage

## 0.4.8

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

## 0.8.0

### Minor Changes

- 94291532: Update SauceLabs version to 7.2.0

## 0.7.3

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

## 0.13.28

### Patch Changes

- 2b6854cd: Ignore external urls from coverage

## 0.13.27

### 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.27",
"version": "0.13.28",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -93,7 +93,7 @@
"devDependencies": {
"@types/diff": "^5.0.0",
"@web/dev-server-legacy": "^1.0.0",
"@web/test-runner-saucelabs": "^0.7.3",
"@web/test-runner-saucelabs": "^0.8.0",
"babel-plugin-istanbul": "^6.0.0",
"concurrently": "^6.0.0"
}
Expand Down

0 comments on commit 05a4032

Please sign in to comment.