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/tidy-donkeys-repeat.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.40

### Patch Changes

- [#1534](https://github.com/UsefulSoftwareCo/executor/pull/1534) [`80e5530`](https://github.com/UsefulSoftwareCo/executor/commit/80e553026278b1ecd7807f1ba99ba13b19d2c336) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Report the real product surface and version in the integrations.sh registry user-agent. The daemon previously sent `local` with a version frozen at 1.4.4; it now reports `cli` or `desktop` (matching analytics surfaces) and `@executor-js/local` is versioned with the release train.

- Updated dependencies [[`80e5530`](https://github.com/UsefulSoftwareCo/executor/commit/80e553026278b1ecd7807f1ba99ba13b19d2c336)]:
- @executor-js/local@1.5.40
- @executor-js/sdk@1.5.40
- @executor-js/runtime-quickjs@1.5.40
- @executor-js/api@1.4.60

## 1.5.39

### 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.39",
"version": "1.5.40",
"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,5 +1,26 @@
# @executor-js/cloud

## 1.4.58

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.40
- @executor-js/runtime-quickjs@1.5.40
- @executor-js/execution@1.5.40
- @executor-js/plugin-graphql@1.5.40
- @executor-js/plugin-mcp@1.5.40
- @executor-js/plugin-openapi@1.5.40
- @executor-js/api@1.4.60
- @executor-js/vite-plugin@0.0.57
- @executor-js/cloudflare@0.0.39
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.8
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-toolkits@1.5.32
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.60

## 1.4.57

### 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.57",
"version": "1.4.58",
"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.40

## 1.5.39

## 1.5.38
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.39",
"version": "1.5.40",
"private": true,
"homepage": "https://github.com/UsefulSoftwareCo/executor",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @executor-js/host-selfhost

## 0.0.39

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.40
- @executor-js/runtime-quickjs@1.5.40
- @executor-js/execution@1.5.40
- @executor-js/plugin-graphql@1.5.40
- @executor-js/plugin-mcp@1.5.40
- @executor-js/plugin-openapi@1.5.40
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.4
- @executor-js/api@1.4.60
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.8
- @executor-js/plugin-encrypted-secrets@0.0.39
- @executor-js/plugin-provider-service-split@0.0.11
- @executor-js/plugin-toolkits@1.5.32
- @executor-js/react@1.4.60

## 0.0.38

### 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.38",
"version": "0.0.39",
"private": true,
"type": "module",
"exports": {
Expand Down
29 changes: 29 additions & 0 deletions apps/local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# @executor-js/local

## 1.5.40

### Patch Changes

- [#1534](https://github.com/UsefulSoftwareCo/executor/pull/1534) [`80e5530`](https://github.com/UsefulSoftwareCo/executor/commit/80e553026278b1ecd7807f1ba99ba13b19d2c336) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Report the real product surface and version in the integrations.sh registry user-agent. The daemon previously sent `local` with a version frozen at 1.4.4; it now reports `cli` or `desktop` (matching analytics surfaces) and `@executor-js/local` is versioned with the release train.

- Updated dependencies []:
- @executor-js/sdk@1.5.40
- @executor-js/runtime-quickjs@1.5.40
- @executor-js/execution@1.5.40
- @executor-js/config@1.5.40
- @executor-js/plugin-file-secrets@1.5.40
- @executor-js/plugin-graphql@1.5.40
- @executor-js/plugin-keychain@1.5.40
- @executor-js/plugin-mcp@1.5.40
- @executor-js/plugin-onepassword@1.5.40
- @executor-js/plugin-openapi@1.5.40
- @executor-js/plugin-example@1.5.40
- @executor-js/plugin-desktop-settings@1.5.40
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.4
- @executor-js/api@1.4.60
- @executor-js/vite-plugin@0.0.57
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.8
- @executor-js/plugin-provider-service-split@0.0.11
- @executor-js/plugin-toolkits@1.5.32
- @executor-js/react@1.4.60
2 changes: 1 addition & 1 deletion apps/local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/local",
"version": "1.4.4",
"version": "1.5.40",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading
Loading