Skip to content

Commit 670b364

Browse files
Version Packages (#9921)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e4aeaf commit 670b364

File tree

14 files changed

+50
-30
lines changed

14 files changed

+50
-30
lines changed

.changeset/fine-seals-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/graduate-asset-server-experiment.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/quiet-mangos-wave.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sweet-turtles-stay.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/containers-shared/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/containers-shared
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#9833](https://github.com/cloudflare/workers-sdk/pull/9833) [`3743896`](https://github.com/cloudflare/workers-sdk/commit/3743896120baa530c1b6d4cb7eeda27847b2db44) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - extend `prepareContainerImagesForDev` to allow aborting a container's build process
8+
9+
- [#9923](https://github.com/cloudflare/workers-sdk/pull/9923) [`c01c4ee`](https://github.com/cloudflare/workers-sdk/commit/c01c4ee6affd0acf2f678d9c562f4a7d6db82465) Thanks [@gpanders](https://github.com/gpanders)! - Fix image name resolution when modifying a container application
10+
311
## 0.2.4
412

513
### Patch Changes

packages/containers-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/containers-shared",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"description": "Package that contains shared container functionality for Cloudflare Workers SDK.",
66
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/containers-shared#readme",

packages/vite-plugin-cloudflare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vite-plugin
22

3+
## 1.9.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c01c4ee`](https://github.com/cloudflare/workers-sdk/commit/c01c4ee6affd0acf2f678d9c562f4a7d6db82465), [`3743896`](https://github.com/cloudflare/workers-sdk/commit/3743896120baa530c1b6d4cb7eeda27847b2db44)]:
8+
9+
10+
311
## 1.9.3
412

513
### Patch Changes

packages/vite-plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vite-plugin",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.8.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c01c4ee`](https://github.com/cloudflare/workers-sdk/commit/c01c4ee6affd0acf2f678d9c562f4a7d6db82465), [`3743896`](https://github.com/cloudflare/workers-sdk/commit/3743896120baa530c1b6d4cb7eeda27847b2db44)]:
8+
9+
10+
311
## 0.8.52
412

513
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.8.52",
3+
"version": "0.8.53",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)