Skip to content

Commit

Permalink
Version Packages (#2817)
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 Sep 28, 2024
1 parent 2204e25 commit aadcbea
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/giant-games-count.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": "^2.1.0",
"@web/test-runner-core": "^0.13.3"
"@web/test-runner-core": "^0.13.4"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/dev-server-core

## 0.7.3

### Patch Changes

- 3aec4aa6: bump chokidar to v4

## 0.7.2

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

## 0.13.4

### Patch Changes

- 3aec4aa6: bump chokidar to v4
- Updated dependencies [3aec4aa6]
- @web/dev-server-core@0.7.3

## 0.13.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.13.3",
"version": "0.13.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/istanbul-lib-coverage": "^2.0.3",
"@types/istanbul-reports": "^3.0.0",
"@web/browser-logs": "^0.4.0",
"@web/dev-server-core": "^0.7.2",
"@web/dev-server-core": "^0.7.3",
"chokidar": "^4.0.1",
"cli-cursor": "^3.1.0",
"co-body": "^6.1.0",
Expand Down

0 comments on commit aadcbea

Please sign in to comment.