Skip to content

Commit 6a38709

Browse files
Version Packages
1 parent 44fff2f commit 6a38709

61 files changed

Lines changed: 324 additions & 69 deletions

Some content is hidden

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

.changeset/google-photos-openapi-presets.md

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

.changeset/main-titlebar-overlay-align.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.22
4+
5+
### Patch Changes
6+
7+
- [#1167](https://github.com/RhysSullivan/executor/pull/1167) [`add2e40`](https://github.com/RhysSullivan/executor/commit/add2e405fca8a5e20aea43d216bc8289c15e2187) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Fix the desktop app's main-area title-bar strip pushing page content down so page headers no longer lined up with the sidebar header. The drag strip now overlays the top of the main area (behind page content) instead of reserving its own row, and the Toolkits header uses a fixed title-bar height so its bottom border aligns with the sidebar header again.
8+
9+
- Updated dependencies []:
10+
- @executor-js/local@1.4.4
11+
- @executor-js/sdk@1.5.22
12+
- @executor-js/runtime-quickjs@1.5.22
13+
- @executor-js/api@1.4.42
14+
315
## 1.5.21
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.21",
3+
"version": "1.5.22",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

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

3+
## 1.4.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1a1f9aa`](https://github.com/RhysSullivan/executor/commit/1a1f9aaae4e4d0f73311fd643919cdfaa637c124)]:
8+
- @executor-js/plugin-google@1.5.21
9+
- @executor-js/plugin-openapi@1.5.22
10+
- @executor-js/runtime-dynamic-worker@1.4.4
11+
- @executor-js/plugin-microsoft@1.5.21
12+
- @executor-js/sdk@1.5.22
13+
- @executor-js/runtime-quickjs@1.5.22
14+
- @executor-js/execution@1.5.22
15+
- @executor-js/plugin-graphql@1.5.22
16+
- @executor-js/plugin-mcp@1.5.22
17+
- @executor-js/api@1.4.42
18+
- @executor-js/vite-plugin@0.0.39
19+
- @executor-js/cloudflare@0.0.21
20+
- @executor-js/host-mcp@1.4.4
21+
- @executor-js/plugin-toolkits@1.5.14
22+
- @executor-js/plugin-workos-vault@0.0.2
23+
- @executor-js/react@1.4.42
24+
325
## 1.4.39
426

527
### 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.39",
3+
"version": "1.4.40",
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.22
4+
35
## 1.5.21
46

57
## 1.5.20

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.21",
3+
"version": "1.5.22",
44
"private": true,
55
"homepage": "https://github.com/RhysSullivan/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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1a1f9aa`](https://github.com/RhysSullivan/executor/commit/1a1f9aaae4e4d0f73311fd643919cdfaa637c124)]:
8+
- @executor-js/plugin-google@1.5.21
9+
- @executor-js/plugin-openapi@1.5.22
10+
- @executor-js/plugin-microsoft@1.5.21
11+
- @executor-js/sdk@1.5.22
12+
- @executor-js/runtime-quickjs@1.5.22
13+
- @executor-js/execution@1.5.22
14+
- @executor-js/plugin-graphql@1.5.22
15+
- @executor-js/plugin-mcp@1.5.22
16+
- @executor-js/app@1.4.4
17+
- @executor-js/api@1.4.42
18+
- @executor-js/host-mcp@1.4.4
19+
- @executor-js/plugin-encrypted-secrets@0.0.21
20+
- @executor-js/plugin-toolkits@1.5.14
21+
- @executor-js/react@1.4.42
22+
323
## 0.0.20
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.20",
3+
"version": "0.0.21",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)