Skip to content

Commit 751acef

Browse files
Version Packages
1 parent 99c808f commit 751acef

63 files changed

Lines changed: 326 additions & 70 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/mcp-session-reuse.md

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

.changeset/suspend-sandbox-deadlines.md

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

apps/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# executor
22

3+
## 1.5.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`99c808f`](https://github.com/UsefulSoftwareCo/executor/commit/99c808f09d3cf2263945efa4f6592cc4e78c9e08)]:
8+
- @executor-js/runtime-quickjs@1.5.35
9+
- @executor-js/local@1.4.4
10+
- @executor-js/sdk@1.5.35
11+
- @executor-js/api@1.4.55
12+
313
## 1.5.34
414

515
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.5.34",
3+
"version": "1.5.35",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`af95edb`](https://github.com/UsefulSoftwareCo/executor/commit/af95edbb0bbde544bb1f4c6e18e9d64a2bcab0f8), [`99c808f`](https://github.com/UsefulSoftwareCo/executor/commit/99c808f09d3cf2263945efa4f6592cc4e78c9e08)]:
8+
- @executor-js/plugin-mcp@1.5.35
9+
- @executor-js/runtime-quickjs@1.5.35
10+
- @executor-js/execution@1.5.35
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/runtime-dynamic-worker@1.4.4
13+
- @executor-js/sdk@1.5.35
14+
- @executor-js/plugin-graphql@1.5.35
15+
- @executor-js/plugin-openapi@1.5.35
16+
- @executor-js/api@1.4.55
17+
- @executor-js/cloudflare@0.0.34
18+
- @executor-js/vite-plugin@0.0.52
19+
- @executor-js/plugin-apps@0.1.6
20+
- @executor-js/plugin-toolkits@1.5.27
21+
- @executor-js/plugin-workos-vault@0.0.2
22+
- @executor-js/react@1.4.55
23+
324
## 1.4.52
425

526
### Patch Changes

apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cloud",
3-
"version": "1.4.52",
3+
"version": "1.4.53",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @executor-js/desktop
22

3+
## 1.5.35
4+
35
## 1.5.34
46

57
## 1.5.33

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/desktop",
3-
"version": "1.5.34",
3+
"version": "1.5.35",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @executor-js/host-selfhost
22

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`af95edb`](https://github.com/UsefulSoftwareCo/executor/commit/af95edbb0bbde544bb1f4c6e18e9d64a2bcab0f8), [`99c808f`](https://github.com/UsefulSoftwareCo/executor/commit/99c808f09d3cf2263945efa4f6592cc4e78c9e08)]:
8+
- @executor-js/plugin-mcp@1.5.35
9+
- @executor-js/runtime-quickjs@1.5.35
10+
- @executor-js/execution@1.5.35
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/sdk@1.5.35
13+
- @executor-js/plugin-graphql@1.5.35
14+
- @executor-js/plugin-openapi@1.5.35
15+
- @executor-js/api@1.4.55
16+
- @executor-js/app@1.4.4
17+
- @executor-js/plugin-apps@0.1.6
18+
- @executor-js/plugin-encrypted-secrets@0.0.34
19+
- @executor-js/plugin-provider-service-split@0.0.6
20+
- @executor-js/plugin-toolkits@1.5.27
21+
- @executor-js/react@1.4.55
22+
323
## 0.0.33
424

525
### Patch Changes

apps/host-selfhost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/host-selfhost",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)