Skip to content

Commit

Permalink
Version Packages (#776)
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 29, 2024
1 parent b4935b3 commit dd21013
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-ravens-allow.md

This file was deleted.

3 changes: 3 additions & 0 deletions packages/jest-environment-miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# jest-environment-miniflare

## 2.14.3
4 changes: 2 additions & 2 deletions packages/jest-environment-miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-miniflare",
"version": "2.14.2",
"version": "2.14.3",
"description": "Jest testing environment for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down Expand Up @@ -57,7 +57,7 @@
"jest": "^29.0.3",
"jest-mock": "^29.0.3",
"jest-util": "^29.0.3",
"miniflare": "2.14.2",
"miniflare": "2.14.3",
"react-dom": "^18.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# miniflare

## 2.14.3

### Patch Changes

- b4935b3: chore: bump undici version from 5.28.3 to 5.28.4
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "2.14.2",
"version": "2.14.3",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
3 changes: 3 additions & 0 deletions packages/vitest-environment-miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# vitest-environment-miniflare

## 2.14.3
4 changes: 2 additions & 2 deletions packages/vitest-environment-miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-miniflare",
"version": "2.14.2",
"version": "2.14.3",
"description": "Vitest testing environment for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@miniflare/shared-test": "2.14.2",
"miniflare": "2.14.2",
"miniflare": "2.14.3",
"react-dom": "^18.1.0",
"vitest": "^0.34.3"
}
Expand Down

0 comments on commit dd21013

Please sign in to comment.