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
6 changes: 0 additions & 6 deletions .changeset/bulk-openapi-plugin-storage.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/effect-peer-dependency.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/executor-1-5-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/named-graphql-operations.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- c7bb2a4: Release the integrations and connections rework.

### Patch Changes

- 1ba0193: Move `effect` from `dependencies` to `peerDependencies` in the published library packages so consumers provide a single shared Effect instance.
- Updated dependencies [7d7fbbd]
- Updated dependencies [1ba0193]
- @executor-js/sdk@1.5.0
- @executor-js/runtime-quickjs@1.5.0
- @executor-js/local@1.4.4
- @executor-js/api@1.4.22
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.4.33",
"version": "1.5.0",
"private": true,
"bin": {
"executor": "./bin/executor.ts"
Expand Down
21 changes: 21 additions & 0 deletions apps/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# @executor-js/cloud

## 1.4.20

### Patch Changes

- Updated dependencies [7d7fbbd]
- Updated dependencies [1ba0193]
- Updated dependencies [9c9bcb6]
- @executor-js/sdk@1.5.0
- @executor-js/plugin-openapi@1.5.0
- @executor-js/execution@1.5.0
- @executor-js/plugin-graphql@1.5.0
- @executor-js/plugin-mcp@1.5.0
- @executor-js/runtime-quickjs@1.5.0
- @executor-js/api@1.4.22
- @executor-js/vite-plugin@0.0.19
- @executor-js/host-mcp@1.4.4
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.22
- @executor-js/cloudflare@0.0.1
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.19",
"version": "1.4.20",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @executor-js/desktop

## 1.5.0

### Minor Changes

- c7bb2a4: Release the integrations and connections rework.
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.4.33",
"version": "1.5.0",
"private": true,
"homepage": "https://github.com/RhysSullivan/executor",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# @executor-js/host-selfhost

## 0.0.1

### Patch Changes

- Updated dependencies [7d7fbbd]
- Updated dependencies [1ba0193]
- Updated dependencies [9c9bcb6]
- @executor-js/sdk@1.5.0
- @executor-js/plugin-openapi@1.5.0
- @executor-js/execution@1.5.0
- @executor-js/plugin-graphql@1.5.0
- @executor-js/plugin-mcp@1.5.0
- @executor-js/runtime-quickjs@1.5.0
- @executor-js/app@1.4.4
- @executor-js/api@1.4.22
- @executor-js/host-mcp@1.4.4
- @executor-js/plugin-encrypted-secrets@0.0.1
- @executor-js/react@1.4.22
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.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
54 changes: 27 additions & 27 deletions bun.lock

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

16 changes: 16 additions & 0 deletions examples/all-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# @executor-js/example-all-plugins

## 0.0.20

### Patch Changes

- Updated dependencies [7d7fbbd]
- Updated dependencies [1ba0193]
- Updated dependencies [9c9bcb6]
- @executor-js/sdk@1.5.0
- @executor-js/plugin-openapi@1.5.0
- @executor-js/plugin-file-secrets@1.5.0
- @executor-js/plugin-graphql@1.5.0
- @executor-js/plugin-keychain@1.5.0
- @executor-js/plugin-mcp@1.5.0
- @executor-js/plugin-onepassword@1.5.0
- @executor-js/plugin-workos-vault@0.0.2
Loading
Loading