Skip to content

Commit 8c833db

Browse files
Version Packages
1 parent e9d9c6f commit 8c833db

71 files changed

Lines changed: 614 additions & 133 deletions

Some content is hidden

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

.changeset/oauth-client-basic.md

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

.changeset/openapi-update-spec-tool.md

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

.changeset/raw-oauth-basic.md

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

.changeset/workspace-writes-admin-only.md

Lines changed: 0 additions & 52 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+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- [#1904](https://github.com/UsefulSoftwareCo/executor/pull/1904) [`c27436d`](https://github.com/UsefulSoftwareCo/executor/commit/c27436dd9280eb77114e2d637c7b4c77cf2d6a2b) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Allow manually registered OAuth apps to use HTTP Basic client authentication for token exchange and refresh.
8+
9+
- Updated dependencies [[`b5271a6`](https://github.com/UsefulSoftwareCo/executor/commit/b5271a6f0cb6d0c42a6b9fbcdffe70fc2aad8bc6), [`caa0391`](https://github.com/UsefulSoftwareCo/executor/commit/caa03919a8f2a5c82ed13bc4ea9060e964af3a79)]:
10+
- @executor-js/sdk@2.0.0
11+
- @executor-js/api@1.5.0
12+
- @executor-js/local@2.0.0
13+
- @executor-js/runtime-quickjs@2.0.0
14+
315
## 1.6.7
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.6.7",
3+
"version": "2.0.0",
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.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6d1f670`](https://github.com/UsefulSoftwareCo/executor/commit/6d1f670ce400ba2a516744a921996f2d1c7dcb68), [`b5271a6`](https://github.com/UsefulSoftwareCo/executor/commit/b5271a6f0cb6d0c42a6b9fbcdffe70fc2aad8bc6), [`caa0391`](https://github.com/UsefulSoftwareCo/executor/commit/caa03919a8f2a5c82ed13bc4ea9060e964af3a79)]:
8+
- @executor-js/plugin-openapi@2.0.0
9+
- @executor-js/sdk@2.0.0
10+
- @executor-js/api@1.5.0
11+
- @executor-js/plugin-graphql@2.0.0
12+
- @executor-js/plugin-mcp@2.0.0
13+
- @executor-js/runtime-dynamic-worker@1.4.4
14+
- @executor-js/execution@2.0.0
15+
- @executor-js/vite-plugin@0.0.68
16+
- @executor-js/cloudflare@0.0.50
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/mcp-apps-shell@1.4.19
19+
- @executor-js/plugin-toolkits@2.0.0
20+
- @executor-js/plugin-workos-vault@0.0.2
21+
- @executor-js/react@1.4.71
22+
- @executor-js/runtime-quickjs@2.0.0
23+
324
## 1.4.68
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.68",
3+
"version": "1.4.69",
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+
## 2.0.0
4+
35
## 1.6.7
46

57
### Patch Changes

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

0 commit comments

Comments
 (0)