Skip to content

Commit 8de3f4c

Browse files
Version Packages (#758)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65bd2ff commit 8de3f4c

24 files changed

Lines changed: 44 additions & 65 deletions

File tree

.changeset/fix-published-bundle-imports.md

Lines changed: 0 additions & 21 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.17",
3+
"version": "1.4.18",
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.4",
3+
"version": "1.4.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

bun.lock

Lines changed: 22 additions & 22 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.4",
3+
"version": "0.0.5",
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.6",
3+
"version": "1.4.7",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/core/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-js/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "CLI for the executor SDK — schema generation, migrations",
55
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/cli",
66
"bugs": {

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": "0.2.0",
3+
"version": "0.2.1",
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": "0.2.0",
3+
"version": "0.2.1",
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": "0.2.0",
3+
"version": "0.2.1",
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)