Skip to content

Commit e71d797

Browse files
Version Packages
1 parent 2621557 commit e71d797

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/rich-chefs-nail.md

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

apps/sandbox-container/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 2621557: Use new workers:read scope instead of workers:write, as these mcp servers don't require workers write permissions
8+
39
## 0.1.0
410

511
### Minor Changes

apps/sandbox-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "containers-mcp",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/workers-bindings/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 2621557: Use new workers:read scope instead of workers:write, as these mcp servers don't require workers write permissions
8+
39
## 0.1.0
410

511
### Minor Changes

apps/workers-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers-bindings",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

apps/workers-observability/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 2621557: Use new workers:read scope instead of workers:write, as these mcp servers don't require workers write permissions
8+
39
## 0.1.0
410

511
### Minor Changes

apps/workers-observability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers-observability",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"check:lint": "run-eslint-workers",

0 commit comments

Comments
 (0)