Skip to content
Merged
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
11 changes: 0 additions & 11 deletions .changeset/cool-melons-tap.md

This file was deleted.

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

## 1.5.9

### Patch Changes

- [`fe4153d`](https://github.com/RhysSullivan/executor/commit/fe4153d0956d09332465f2e7bcbdee6ce55f0494) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Fix a Windows race in the local v1→v2 database migration: the legacy
database rename could hit `EBUSY` (file still held by the just-closed
SQLite handle or an antivirus scan) and crash the app at boot. The retry
window now covers the lock instead of giving up after ~2 seconds.

Also hardens the desktop release pipeline so a hung platform build fails
fast instead of blocking later releases.

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

## 1.5.8

### 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.8",
"version": "1.5.9",
"private": true,
"bin": {
"executor": "./bin/executor.ts"
Expand Down
19 changes: 19 additions & 0 deletions apps/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @executor-js/cloud

## 1.4.27

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.9
- @executor-js/runtime-quickjs@1.5.9
- @executor-js/execution@1.5.9
- @executor-js/plugin-graphql@1.5.9
- @executor-js/plugin-mcp@1.5.9
- @executor-js/plugin-openapi@1.5.9
- @executor-js/api@1.4.29
- @executor-js/vite-plugin@0.0.26
- @executor-js/cloudflare@0.0.8
- @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.29

## 1.4.26

### 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.26",
"version": "1.4.27",
"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.9

## 1.5.8

## 1.5.7
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.8",
"version": "1.5.9",
"private": true,
"homepage": "https://github.com/RhysSullivan/executor",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @executor-js/host-selfhost

## 0.0.8

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.9
- @executor-js/runtime-quickjs@1.5.9
- @executor-js/execution@1.5.9
- @executor-js/plugin-graphql@1.5.9
- @executor-js/plugin-mcp@1.5.9
- @executor-js/plugin-openapi@1.5.9
- @executor-js/app@1.4.4
- @executor-js/api@1.4.29
- @executor-js/host-mcp@1.4.4
- @executor-js/plugin-encrypted-secrets@0.0.8
- @executor-js/react@1.4.29

## 0.0.7

### 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.7",
"version": "0.0.8",
"private": true,
"type": "module",
"exports": {
Expand Down
52 changes: 26 additions & 26 deletions bun.lock

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

11 changes: 11 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @executor-js/e2e

## 0.0.6

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.9
- @executor-js/plugin-graphql@1.5.9
- @executor-js/plugin-mcp@1.5.9
- @executor-js/plugin-openapi@1.5.9
- @executor-js/api@1.4.29

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/e2e",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading
Loading