Skip to content

Commit 546e1e0

Browse files
authored
chore(release): sync @executor-js/desktop into the cli release flow (#783)
Two corrections so the next release ships consistent versions: - Fix the changesets `fixed` group: the CLI's workspace name is `executor` (its `name` field in apps/cli/package.json), not the `@executor-js/cli` stub that was sitting in the group. Replace the stub so the group actually links the cli to the rest of the fixed-group packages — including the newly-added @executor-js/desktop. - Bump apps/desktop/package.json from 1.4.0-beta.0 (a stale root-borrowed marker) to 1.4.19 to match the current CLI version. From here on, Changesets keeps them in lockstep. Next CLI release fires the chained `publish-desktop.yml` automatically and ships the desktop app with a version matching the GitHub release tag.
1 parent 9807185 commit 546e1e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@executor-js/runtime-quickjs",
1111
"@executor-js/execution",
1212
"@executor-js/config",
13-
"@executor-js/cli",
13+
"executor",
1414
"@executor-js/plugin-file-secrets",
1515
"@executor-js/plugin-google-discovery",
1616
"@executor-js/plugin-graphql",

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

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)