Skip to content

Commit f1b74b7

Browse files
authored
Merge pull request #500 from RhysSullivan/changeset-release/main
Version Packages
2 parents 54e94b5 + e551eb0 commit f1b74b7

25 files changed

Lines changed: 53 additions & 57 deletions

File tree

.changeset/dynamic-plugin-loading.md

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

.changeset/serialize-variant-publishes.md

Lines changed: 0 additions & 5 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.14",
3+
"version": "1.4.15",
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.2",
3+
"version": "1.4.3",
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.2",
3+
"version": "0.0.3",
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.4",
3+
"version": "1.4.5",
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.0.2",
3+
"version": "0.1.0",
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.0.2",
3+
"version": "0.1.0",
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.0.2",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/execution",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

0 commit comments

Comments
 (0)