Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/oauth-callback-org-scope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openapi-multi-key-auth.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# executor

## 1.5.21

### Patch Changes

- [#1134](https://github.com/RhysSullivan/executor/pull/1134) [`78aa871`](https://github.com/RhysSullivan/executor/commit/78aa8710d774d552d6030eca060c5e72f0899461) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Fix OAuth callbacks in cloud so they preserve the URL-selected organization when the session cookie points at another org.

- Updated dependencies []:
- @executor-js/local@1.4.4
- @executor-js/sdk@1.5.21
- @executor-js/runtime-quickjs@1.5.21
- @executor-js/api@1.4.41

## 1.5.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "executor",
"version": "1.5.20",
"version": "1.5.21",
"private": true,
"bin": {
"executor": "./bin/executor.ts"
Expand Down
22 changes: 22 additions & 0 deletions apps/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @executor-js/cloud

## 1.4.39

### Patch Changes

- Updated dependencies [[`4b361b9`](https://github.com/RhysSullivan/executor/commit/4b361b9f7220f679f582137f5375b29c3b72f919)]:
- @executor-js/plugin-openapi@1.5.21
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-google@1.5.20
- @executor-js/plugin-microsoft@1.5.20
- @executor-js/sdk@1.5.21
- @executor-js/runtime-quickjs@1.5.21
- @executor-js/execution@1.5.21
- @executor-js/plugin-graphql@1.5.21
- @executor-js/plugin-mcp@1.5.21
- @executor-js/api@1.4.41
- @executor-js/vite-plugin@0.0.38
- @executor-js/cloudflare@0.0.20
- @executor-js/host-mcp@1.4.4
- @executor-js/plugin-toolkits@1.5.13
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.41

## 1.4.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/cloud",
"version": "1.4.38",
"version": "1.4.39",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @executor-js/desktop

## 1.5.21

## 1.5.20

## 1.5.19
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/desktop",
"version": "1.5.20",
"version": "1.5.21",
"private": true,
"homepage": "https://github.com/RhysSullivan/executor",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @executor-js/host-selfhost

## 0.0.20

### Patch Changes

- Updated dependencies [[`4b361b9`](https://github.com/RhysSullivan/executor/commit/4b361b9f7220f679f582137f5375b29c3b72f919)]:
- @executor-js/plugin-openapi@1.5.21
- @executor-js/plugin-google@1.5.20
- @executor-js/plugin-microsoft@1.5.20
- @executor-js/sdk@1.5.21
- @executor-js/runtime-quickjs@1.5.21
- @executor-js/execution@1.5.21
- @executor-js/plugin-graphql@1.5.21
- @executor-js/plugin-mcp@1.5.21
- @executor-js/app@1.4.4
- @executor-js/api@1.4.41
- @executor-js/host-mcp@1.4.4
- @executor-js/plugin-encrypted-secrets@0.0.20
- @executor-js/plugin-toolkits@1.5.13
- @executor-js/react@1.4.41

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/host-selfhost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/host-selfhost",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"type": "module",
"exports": {
Expand Down
58 changes: 29 additions & 29 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading