Skip to content

Commit 67787aa

Browse files
Version Packages (#804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60e4b33 commit 67787aa

25 files changed

Lines changed: 46 additions & 56 deletions

File tree

.changeset/desktop-periodic-update-check.md

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

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.4.26",
3+
"version": "1.4.27",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

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.12",
3+
"version": "1.4.13",
44
"private": true,
55
"type": "module",
66
"scripts": {

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

bun.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/all-plugins/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/example-all-plugins",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/core/api/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/api",
3-
"version": "1.4.14",
3+
"version": "1.4.15",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/core/config/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/config",
3-
"version": "1.4.26",
3+
"version": "1.4.27",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/config",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/core/execution/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/execution",
3-
"version": "1.4.26",
3+
"version": "1.4.27",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/execution",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/core/sdk/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/sdk",
3-
"version": "1.4.26",
3+
"version": "1.4.27",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/sdk",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

0 commit comments

Comments
 (0)