diff --git a/change/change-11c6922b-0a71-4546-89b8-0a1f803b3fe9.json b/change/change-11c6922b-0a71-4546-89b8-0a1f803b3fe9.json deleted file mode 100644 index 8a5f9deb..00000000 --- a/change/change-11c6922b-0a71-4546-89b8-0a1f803b3fe9.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "changes": [ - { - "type": "patch", - "comment": "Modified info command to accommodate a \"LAGE_WORKER_SERVER\" flag (also, --server)", - "packageName": "@lage-run/cli", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch" - }, - { - "type": "patch", - "comment": "adds support for stdout / stderr output", - "packageName": "@lage-run/rpc", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch" - } - ] -} \ No newline at end of file diff --git a/change/change-af378439-6085-4595-9e68-dbfcb29fc41b.json b/change/change-af378439-6085-4595-9e68-dbfcb29fc41b.json deleted file mode 100644 index 9b6d317e..00000000 --- a/change/change-af378439-6085-4595-9e68-dbfcb29fc41b.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "type": "minor", - "comment": "adds the exec --server capability that would launch the background server", - "packageName": "lage", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch" - } - ] -} \ No newline at end of file diff --git a/packages/cli/CHANGELOG.json b/packages/cli/CHANGELOG.json index f231a741..26698634 100644 --- a/packages/cli/CHANGELOG.json +++ b/packages/cli/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@lage-run/cli", "entries": [ + { + "date": "Fri, 04 Oct 2024 23:41:44 GMT", + "version": "0.23.1", + "tag": "@lage-run/cli_v0.23.1", + "comments": { + "patch": [ + { + "author": "kchau@microsoft.com", + "package": "@lage-run/cli", + "commit": "5030c3eca2e52a4b31e4246b06dea37e126aa659", + "comment": "Modified info command to accommodate a \"LAGE_WORKER_SERVER\" flag (also, --server)" + }, + { + "author": "beachball", + "package": "@lage-run/cli", + "comment": "Bump @lage-run/rpc to v1.2.3", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 02 Oct 2024 20:26:19 GMT", "version": "0.23.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 91a7c527..2e9aa135 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @lage-run/cli - + +## 0.23.1 + +Fri, 04 Oct 2024 23:41:44 GMT + +### Patches + +- Modified info command to accommodate a "LAGE_WORKER_SERVER" flag (also, --server) (kchau@microsoft.com) +- Bump @lage-run/rpc to v1.2.3 + ## 0.23.0 Wed, 02 Oct 2024 20:26:19 GMT diff --git a/packages/cli/package.json b/packages/cli/package.json index 63cbc978..5d13be0b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lage-run/cli", - "version": "0.23.0", + "version": "0.23.1", "description": "Command Line Interface for Lage", "repository": { "type": "git", @@ -27,7 +27,7 @@ "@lage-run/hasher": "^1.6.0", "@lage-run/logger": "^1.3.1", "@lage-run/reporters": "^1.2.11", - "@lage-run/rpc": "^1.2.2", + "@lage-run/rpc": "^1.2.3", "@lage-run/runners": "^1.0.3", "@lage-run/scheduler": "^1.3.2", "@lage-run/scheduler-types": "^0.3.16", diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 24ab168c..c534ae3b 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -19,7 +19,7 @@ "lint": "monorepo-scripts lint" }, "dependencies": { - "@lage-run/cli": "^0.23.0", + "@lage-run/cli": "^0.23.1", "@lage-run/globby": "^14.2.0", "@lage-run/monorepo-scripts": "*", "@lage-run/scheduler-types": "^0.3.16", diff --git a/packages/lage/CHANGELOG.json b/packages/lage/CHANGELOG.json index c8e09a89..98a24fbb 100644 --- a/packages/lage/CHANGELOG.json +++ b/packages/lage/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "lage", "entries": [ + { + "date": "Fri, 04 Oct 2024 23:41:44 GMT", + "version": "2.11.0", + "tag": "lage_v2.11.0", + "comments": { + "minor": [ + { + "author": "kchau@microsoft.com", + "package": "lage", + "commit": "5030c3eca2e52a4b31e4246b06dea37e126aa659", + "comment": "adds the exec --server capability that would launch the background server" + }, + { + "author": "beachball", + "package": "lage", + "comment": "Bump @lage-run/cli to v0.23.1", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 02 Oct 2024 20:26:19 GMT", "version": "2.10.2", diff --git a/packages/lage/CHANGELOG.md b/packages/lage/CHANGELOG.md index af695a87..abaef076 100644 --- a/packages/lage/CHANGELOG.md +++ b/packages/lage/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - lage - + +## 2.11.0 + +Fri, 04 Oct 2024 23:41:44 GMT + +### Minor changes + +- adds the exec --server capability that would launch the background server (kchau@microsoft.com) +- Bump @lage-run/cli to v0.23.1 + ## 2.10.2 Wed, 02 Oct 2024 20:26:19 GMT diff --git a/packages/lage/package.json b/packages/lage/package.json index 7129d873..aa36fa48 100644 --- a/packages/lage/package.json +++ b/packages/lage/package.json @@ -1,6 +1,6 @@ { "name": "lage", - "version": "2.10.2", + "version": "2.11.0", "repository": { "type": "git", "url": "https://github.com/microsoft/lage" @@ -23,7 +23,7 @@ "fsevents": "~2.3.2" }, "devDependencies": { - "@lage-run/cli": "^0.23.0", + "@lage-run/cli": "^0.23.1", "@lage-run/runners": "^1.0.3", "backfill-config": "6.4.2", "dts-bundle-generator": "^9.5.1", diff --git a/packages/rpc/CHANGELOG.json b/packages/rpc/CHANGELOG.json index dd52af84..12a20cd2 100644 --- a/packages/rpc/CHANGELOG.json +++ b/packages/rpc/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@lage-run/rpc", "entries": [ + { + "date": "Fri, 04 Oct 2024 23:41:44 GMT", + "version": "1.2.3", + "tag": "@lage-run/rpc_v1.2.3", + "comments": { + "patch": [ + { + "author": "kchau@microsoft.com", + "package": "@lage-run/rpc", + "commit": "5030c3eca2e52a4b31e4246b06dea37e126aa659", + "comment": "adds support for stdout / stderr output" + } + ] + } + }, { "date": "Wed, 02 Oct 2024 20:26:19 GMT", "version": "1.2.2", diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 38e3af50..b10d88a2 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @lage-run/rpc - + +## 1.2.3 + +Fri, 04 Oct 2024 23:41:44 GMT + +### Patches + +- adds support for stdout / stderr output (kchau@microsoft.com) + ## 1.2.2 Wed, 02 Oct 2024 20:26:19 GMT diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 65d5732a..63d89a6c 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@lage-run/rpc", - "version": "1.2.2", + "version": "1.2.3", "description": "RPC server and client for Lage", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 142ea30f..b5241a60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1697,7 +1697,7 @@ __metadata: languageName: unknown linkType: soft -"@lage-run/cli@npm:^0.23.0, @lage-run/cli@workspace:packages/cli": +"@lage-run/cli@npm:^0.23.1, @lage-run/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@lage-run/cli@workspace:packages/cli" dependencies: @@ -1709,7 +1709,7 @@ __metadata: "@lage-run/monorepo-fixture": "npm:*" "@lage-run/monorepo-scripts": "npm:*" "@lage-run/reporters": "npm:^1.2.11" - "@lage-run/rpc": "npm:^1.2.2" + "@lage-run/rpc": "npm:^1.2.3" "@lage-run/runners": "npm:^1.0.3" "@lage-run/scheduler": "npm:^1.3.2" "@lage-run/scheduler-types": "npm:^0.3.16" @@ -1746,7 +1746,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests" dependencies: - "@lage-run/cli": "npm:^0.23.0" + "@lage-run/cli": "npm:^0.23.1" "@lage-run/globby": "npm:^14.2.0" "@lage-run/monorepo-scripts": "npm:*" "@lage-run/scheduler-types": "npm:^0.3.16" @@ -1862,7 +1862,7 @@ __metadata: languageName: unknown linkType: soft -"@lage-run/rpc@npm:^1.2.2, @lage-run/rpc@workspace:packages/rpc": +"@lage-run/rpc@npm:^1.2.3, @lage-run/rpc@workspace:packages/rpc": version: 0.0.0-use.local resolution: "@lage-run/rpc@workspace:packages/rpc" dependencies: @@ -6067,7 +6067,7 @@ __metadata: version: 0.0.0-use.local resolution: "lage@workspace:packages/lage" dependencies: - "@lage-run/cli": "npm:^0.23.0" + "@lage-run/cli": "npm:^0.23.1" "@lage-run/runners": "npm:^1.0.3" backfill-config: "npm:6.4.2" dts-bundle-generator: "npm:^9.5.1"