Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Westbrook committed Jun 1, 2022
1 parent 04dc4ea commit 72c070e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-panthers-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-months-attend.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/test-runner-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web/test-runner-commands

## 0.6.2

### Patch Changes

- 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command
- efe42a8f: Add explicit types export to work with node16 module resolution (typescript 4.7)

## 0.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-commands",
"version": "0.6.1",
"version": "0.6.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@web/test-runner-chrome": "^0.10.2",
"@web/test-runner-playwright": "^0.8.8",
"@web/test-runner-playwright": "^0.8.9",
"@web/test-runner-webdriver": "^0.5.0",
"mocha": "^8.2.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/test-runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/test-runner-playwright

## 0.8.9

### Patch Changes

- 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command

## 0.8.8

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

## 0.13.29

### Patch Changes

- 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command
- Updated dependencies [8e3bb3cf]
- Updated dependencies [efe42a8f]
- @web/test-runner-commands@0.6.2

## 0.13.28

### 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.28",
"version": "0.13.29",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -77,7 +77,7 @@
"@web/config-loader": "^0.1.3",
"@web/dev-server": "^0.1.24",
"@web/test-runner-chrome": "^0.10.7",
"@web/test-runner-commands": "^0.6.0",
"@web/test-runner-commands": "^0.6.2",
"@web/test-runner-core": "^0.10.26",
"@web/test-runner-mocha": "^0.7.5",
"camelcase": "^6.2.0",
Expand Down

0 comments on commit 72c070e

Please sign in to comment.