Skip to content

Commit 987f528

Browse files
Version Packages (#940)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db09372 commit 987f528

58 files changed

Lines changed: 297 additions & 64 deletions

Some content is hidden

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

.changeset/desktop-publish-fixes.md

Lines changed: 0 additions & 8 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.3
4+
5+
### Patch Changes
6+
7+
- [#939](https://github.com/RhysSullivan/executor/pull/939) [`db09372`](https://github.com/RhysSullivan/executor/commit/db093728ad1752d25a577cd7f89b705a3915a2d2) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Desktop packaging follow-ups from the v1.5.2 release run:
8+
- Fixed the Intel mac desktop build failing in CI (the cross-target dependency install was being glob-expanded by the shell).
9+
- Fixed the first-launch data migration on Windows: renaming the previous database file could hit a transient `EBUSY` while the just-closed SQLite handle was released, so the move now retries briefly instead of failing startup.
10+
11+
- Updated dependencies []:
12+
- @executor-js/sdk@1.5.3
13+
- @executor-js/runtime-quickjs@1.5.3
14+
- @executor-js/local@1.4.4
15+
- @executor-js/api@1.4.25
16+
317
## 1.5.2
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.2",
3+
"version": "1.5.3",
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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.3
9+
- @executor-js/runtime-quickjs@1.5.3
10+
- @executor-js/execution@1.5.3
11+
- @executor-js/plugin-graphql@1.5.3
12+
- @executor-js/plugin-mcp@1.5.3
13+
- @executor-js/plugin-openapi@1.5.3
14+
- @executor-js/api@1.4.25
15+
- @executor-js/vite-plugin@0.0.22
16+
- @executor-js/host-mcp@1.4.4
17+
- @executor-js/runtime-dynamic-worker@1.4.4
18+
- @executor-js/plugin-workos-vault@0.0.2
19+
- @executor-js/react@1.4.25
20+
- @executor-js/cloudflare@0.0.4
21+
322
## 1.4.22
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.22",
3+
"version": "1.4.23",
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.3
4+
35
## 1.5.2
46

57
## 1.5.1

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.2",
3+
"version": "1.5.3",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.3
9+
- @executor-js/runtime-quickjs@1.5.3
10+
- @executor-js/execution@1.5.3
11+
- @executor-js/plugin-graphql@1.5.3
12+
- @executor-js/plugin-mcp@1.5.3
13+
- @executor-js/plugin-openapi@1.5.3
14+
- @executor-js/app@1.4.4
15+
- @executor-js/api@1.4.25
16+
- @executor-js/host-mcp@1.4.4
17+
- @executor-js/plugin-encrypted-secrets@0.0.4
18+
- @executor-js/react@1.4.25
19+
320
## 0.0.3
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.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "module",
66
"exports": {

bun.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)