Skip to content

Commit

Permalink
Version Packages (#2005)
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 Aug 3, 2022
1 parent b25d3fd commit 33e72d8
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/cuddly-mayflies-invent.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- b25d3fd3: Update `@web/test-runner-webdriver` dependency to `^0.5.1`.

## 0.5.0

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

## 0.6.4

### Patch Changes

- b25d3fd3: Update `@web/test-runner-webdriver` dependency to `^0.5.1`.

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.6.4",
"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.1

### Patch Changes

- b25d3fd3: Update `@web/test-runner-webdriver` dependency to `^0.5.1`.

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/test-runner-visual-regression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web/test-runner-visual-regression

## 0.6.6

### Patch Changes

- b25d3fd3: Update `@web/test-runner-webdriver` dependency to `^0.5.1`.
- Updated dependencies [b25d3fd3]
- @web/test-runner-commands@0.6.4

## 0.6.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-visual-regression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-visual-regression",
"version": "0.6.5",
"version": "0.6.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@types/mkdirp": "^1.0.1",
"@types/pixelmatch": "^5.2.2",
"@types/pngjs": "^6.0.0",
"@web/test-runner-commands": "^0.6.0",
"@web/test-runner-commands": "^0.6.4",
"@web/test-runner-core": "^0.10.20",
"mkdirp": "^1.0.4",
"pixelmatch": "^5.2.1",
Expand Down

0 comments on commit 33e72d8

Please sign in to comment.