Skip to content

Commit d24cc09

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

55 files changed

Lines changed: 283 additions & 68 deletions

Some content is hidden

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

.changeset/pause-resume-idempotent.md

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

.changeset/windows-service-manifest.md

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

apps/cli/CHANGELOG.md

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

3+
## 1.5.13
4+
5+
### Patch Changes
6+
7+
- [#1046](https://github.com/RhysSullivan/executor/pull/1046) [`2de1804`](https://github.com/RhysSullivan/executor/commit/2de1804d81d3e9223cd80fa49df2763aa0ea06bb) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Windows installs now repair stale Executor service listeners and only report success after the background daemon publishes the sign-in manifest used by `executor web`. The desktop app also attaches to a reachable supervised daemon before trusting Windows PID probes, so it no longer starts a competing sidecar when the background service already owns the port.
8+
9+
- Updated dependencies []:
10+
- @executor-js/local@1.4.4
11+
- @executor-js/api@1.4.33
12+
- @executor-js/sdk@1.5.13
13+
- @executor-js/runtime-quickjs@1.5.13
14+
315
## 1.5.12
416

517
### 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.12",
3+
"version": "1.5.13",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

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

3+
## 1.4.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8244fee`](https://github.com/RhysSullivan/executor/commit/8244fee567cb2408650fc1fcd1a9e72cedc2f683)]:
8+
- @executor-js/execution@1.5.13
9+
- @executor-js/api@1.4.33
10+
- @executor-js/cloudflare@0.0.12
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/runtime-dynamic-worker@1.4.4
13+
- @executor-js/plugin-graphql@1.5.13
14+
- @executor-js/plugin-mcp@1.5.13
15+
- @executor-js/plugin-openapi@1.5.13
16+
- @executor-js/react@1.4.33
17+
- @executor-js/plugin-workos-vault@0.0.2
18+
- @executor-js/sdk@1.5.13
19+
- @executor-js/runtime-quickjs@1.5.13
20+
- @executor-js/vite-plugin@0.0.30
21+
322
## 1.4.30
423

524
### 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.30",
3+
"version": "1.4.31",
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.13
4+
35
## 1.5.12
46

57
## 1.5.11

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.12",
3+
"version": "1.5.13",
44
"private": true,
55
"homepage": "https://github.com/RhysSullivan/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8244fee`](https://github.com/RhysSullivan/executor/commit/8244fee567cb2408650fc1fcd1a9e72cedc2f683)]:
8+
- @executor-js/execution@1.5.13
9+
- @executor-js/api@1.4.33
10+
- @executor-js/host-mcp@1.4.4
11+
- @executor-js/plugin-graphql@1.5.13
12+
- @executor-js/plugin-mcp@1.5.13
13+
- @executor-js/plugin-openapi@1.5.13
14+
- @executor-js/react@1.4.33
15+
- @executor-js/app@1.4.4
16+
- @executor-js/sdk@1.5.13
17+
- @executor-js/runtime-quickjs@1.5.13
18+
- @executor-js/plugin-encrypted-secrets@0.0.12
19+
320
## 0.0.11
421

522
### 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.11",
3+
"version": "0.0.12",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)