Skip to content

Commit 9f482ad

Browse files
Version Packages (#8146)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 07613d3 commit 9f482ad

File tree

9 files changed

+28
-12
lines changed

9 files changed

+28
-12
lines changed

.changeset/spicy-ducks-push.md

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

packages/devprod-status-bot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# devprod-status-bot
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [`07613d3`](https://github.com/cloudflare/workers-sdk/commit/07613d3b231779466ca2528ce07385552ec73501) Thanks [@penalosa](https://github.com/penalosa)! - Trigger release after testing release process
8+
39
## 1.1.4
410

511
### Patch Changes

packages/devprod-status-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devprod-status-bot",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"scripts": {
66
"check:lint": "eslint . --max-warnings=0",

packages/solarflare-theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# solarflare-theme
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [`07613d3`](https://github.com/cloudflare/workers-sdk/commit/07613d3b231779466ca2528ce07385552ec73501) Thanks [@penalosa](https://github.com/penalosa)! - Trigger release after testing release process
8+
39
## 0.0.3
410

511
### Patch Changes

packages/solarflare-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solarflare-theme",
33
"displayName": "Solarflare Theme",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "The official VSCode theme extension for Cloudflare.",
66
"categories": [
77
"Themes"

packages/workers-shared/CHANGELOG.md

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

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- [`07613d3`](https://github.com/cloudflare/workers-sdk/commit/07613d3b231779466ca2528ce07385552ec73501) Thanks [@penalosa](https://github.com/penalosa)! - Trigger release after testing release process
8+
39
## 0.14.2
410

511
### Patch Changes

packages/workers-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/workers-shared",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.",
55
"keywords": [
66
"cloudflare",

packages/workers.new/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# workers.new
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [`07613d3`](https://github.com/cloudflare/workers-sdk/commit/07613d3b231779466ca2528ce07385552ec73501) Thanks [@penalosa](https://github.com/penalosa)! - Trigger release after testing release process
8+
39
## 0.0.3
410

511
### Patch Changes

packages/workers.new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers.new",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"scripts": {
66
"check:lint": "eslint . --max-warnings=0",

0 commit comments

Comments
 (0)