Skip to content

Commit 04ce4b4

Browse files
Version Packages (#1397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e33c5e commit 04ce4b4

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/policy-position-server-default.md

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

.changeset/selfhost-workerd-platform-binary.md

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

apps/cli/CHANGELOG.md

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

3+
## 1.5.32
4+
5+
### Patch Changes
6+
7+
- [#1395](https://github.com/UsefulSoftwareCo/executor/pull/1395) [`d90d8be`](https://github.com/UsefulSoftwareCo/executor/commit/d90d8be38fa26d3a6b8a5ac648af815191f537bb) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Policy create now defaults a new rule's position below any more-specific existing rule on the server, so a broad rule written without an explicit position (stale UI, API, agent tool) cannot shadow an existing narrower rule.
8+
9+
- [#1394](https://github.com/UsefulSoftwareCo/executor/pull/1394) [`1ca5111`](https://github.com/UsefulSoftwareCo/executor/commit/1ca511101fad057d129db9941b5c9bce963baf0a) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Ship the platform workerd binary in the self-host Docker runtime; without it custom app tools failed to sync or invoke with "workerd is unavailable on this platform".
10+
11+
- Updated dependencies []:
12+
- @executor-js/sdk@1.5.32
13+
- @executor-js/runtime-quickjs@1.5.32
14+
- @executor-js/local@1.4.4
15+
- @executor-js/api@1.4.52
16+
317
## 1.5.31
418

519
### 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.31",
3+
"version": "1.5.32",
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.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.32
9+
- @executor-js/runtime-quickjs@1.5.32
10+
- @executor-js/execution@1.5.32
11+
- @executor-js/plugin-graphql@1.5.32
12+
- @executor-js/plugin-mcp@1.5.32
13+
- @executor-js/plugin-openapi@1.5.32
14+
- @executor-js/api@1.4.52
15+
- @executor-js/vite-plugin@0.0.49
16+
- @executor-js/cloudflare@0.0.31
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/runtime-dynamic-worker@1.4.4
19+
- @executor-js/plugin-apps@0.1.3
20+
- @executor-js/plugin-toolkits@1.5.24
21+
- @executor-js/plugin-workos-vault@0.0.2
22+
- @executor-js/react@1.4.52
23+
324
## 1.4.49
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.49",
3+
"version": "1.4.50",
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.32
4+
35
## 1.5.31
46

57
## 1.5.30

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.31",
3+
"version": "1.5.32",
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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.32
9+
- @executor-js/runtime-quickjs@1.5.32
10+
- @executor-js/execution@1.5.32
11+
- @executor-js/plugin-graphql@1.5.32
12+
- @executor-js/plugin-mcp@1.5.32
13+
- @executor-js/plugin-openapi@1.5.32
14+
- @executor-js/app@1.4.4
15+
- @executor-js/api@1.4.52
16+
- @executor-js/host-mcp@1.4.4
17+
- @executor-js/plugin-apps@0.1.3
18+
- @executor-js/plugin-encrypted-secrets@0.0.31
19+
- @executor-js/plugin-provider-service-split@0.0.3
20+
- @executor-js/plugin-toolkits@1.5.24
21+
- @executor-js/react@1.4.52
22+
323
## 0.0.30
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.30",
3+
"version": "0.0.31",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)