diff --git a/packages/cli-workflow/CHANGELOG.md b/packages/cli-workflow/CHANGELOG.md index a5fdb96..01e700e 100644 --- a/packages/cli-workflow/CHANGELOG.md +++ b/packages/cli-workflow/CHANGELOG.md @@ -1,5 +1,19 @@ # @uncaged/cli-workflow +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-cas@0.4.3 + - @uncaged/workflow-execute@0.4.3 + - @uncaged/workflow-gateway@0.4.3 + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-register@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + - @uncaged/workflow-util@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/cli-workflow/package.json b/packages/cli-workflow/package.json index c5fed08..2de0775 100644 --- a/packages/cli-workflow/package.json +++ b/packages/cli-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@uncaged/cli-workflow", - "version": "0.4.2", + "version": "0.4.3", "files": [ "src", "dist", diff --git a/packages/workflow-agent-cursor/CHANGELOG.md b/packages/workflow-agent-cursor/CHANGELOG.md index ea0358c..68e3326 100644 --- a/packages/workflow-agent-cursor/CHANGELOG.md +++ b/packages/workflow-agent-cursor/CHANGELOG.md @@ -1,5 +1,17 @@ # @uncaged/workflow-agent-cursor +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-reactor@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + - @uncaged/workflow-util-agent@0.4.3 + - @uncaged/workflow-util@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-agent-cursor/package.json b/packages/workflow-agent-cursor/package.json index 5ba1b18..db87921 100644 --- a/packages/workflow-agent-cursor/package.json +++ b/packages/workflow-agent-cursor/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-agent-cursor", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-agent-hermes/CHANGELOG.md b/packages/workflow-agent-hermes/CHANGELOG.md index 5341b29..c9c3a9e 100644 --- a/packages/workflow-agent-hermes/CHANGELOG.md +++ b/packages/workflow-agent-hermes/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-agent-hermes +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-runtime@0.4.3 + - @uncaged/workflow-util-agent@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-agent-hermes/package.json b/packages/workflow-agent-hermes/package.json index 1462e9d..103cf23 100644 --- a/packages/workflow-agent-hermes/package.json +++ b/packages/workflow-agent-hermes/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-agent-hermes", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-agent-llm/CHANGELOG.md b/packages/workflow-agent-llm/CHANGELOG.md index c2c8437..bb8d4c2 100644 --- a/packages/workflow-agent-llm/CHANGELOG.md +++ b/packages/workflow-agent-llm/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-agent-llm +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-runtime@0.4.3 + - @uncaged/workflow-util-agent@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-agent-llm/package.json b/packages/workflow-agent-llm/package.json index f3e94d4..458025d 100644 --- a/packages/workflow-agent-llm/package.json +++ b/packages/workflow-agent-llm/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-agent-llm", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-agent-react/CHANGELOG.md b/packages/workflow-agent-react/CHANGELOG.md index 36aaab3..dd738b5 100644 --- a/packages/workflow-agent-react/CHANGELOG.md +++ b/packages/workflow-agent-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @uncaged/workflow-agent-react +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-reactor@0.4.3 + - @uncaged/workflow-util-agent@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-agent-react/package.json b/packages/workflow-agent-react/package.json index 9a1f7d7..eda5915 100644 --- a/packages/workflow-agent-react/package.json +++ b/packages/workflow-agent-react/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-agent-react", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-cas/CHANGELOG.md b/packages/workflow-cas/CHANGELOG.md index b60b93b..020c50b 100644 --- a/packages/workflow-cas/CHANGELOG.md +++ b/packages/workflow-cas/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-cas +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-util@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-cas/package.json b/packages/workflow-cas/package.json index 9dcc113..662156c 100644 --- a/packages/workflow-cas/package.json +++ b/packages/workflow-cas/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-cas", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-execute/CHANGELOG.md b/packages/workflow-execute/CHANGELOG.md index 7747a77..824fb98 100644 --- a/packages/workflow-execute/CHANGELOG.md +++ b/packages/workflow-execute/CHANGELOG.md @@ -1,5 +1,18 @@ # @uncaged/workflow-execute +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-cas@0.4.3 + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-reactor@0.4.3 + - @uncaged/workflow-register@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + - @uncaged/workflow-util@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-execute/package.json b/packages/workflow-execute/package.json index 927bc6e..2cedeaa 100644 --- a/packages/workflow-execute/package.json +++ b/packages/workflow-execute/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-execute", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-gateway/CHANGELOG.md b/packages/workflow-gateway/CHANGELOG.md index 008f4c5..cb02c0a 100644 --- a/packages/workflow-gateway/CHANGELOG.md +++ b/packages/workflow-gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @uncaged/workflow-gateway +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-gateway/package.json b/packages/workflow-gateway/package.json index 3592091..b21d86e 100644 --- a/packages/workflow-gateway/package.json +++ b/packages/workflow-gateway/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-gateway", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-protocol/CHANGELOG.md b/packages/workflow-protocol/CHANGELOG.md index aa6b947..d737123 100644 --- a/packages/workflow-protocol/CHANGELOG.md +++ b/packages/workflow-protocol/CHANGELOG.md @@ -1,5 +1,11 @@ # @uncaged/workflow-protocol +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-protocol/package.json b/packages/workflow-protocol/package.json index 14b9b30..e602fd0 100644 --- a/packages/workflow-protocol/package.json +++ b/packages/workflow-protocol/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-protocol", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-reactor/CHANGELOG.md b/packages/workflow-reactor/CHANGELOG.md index 85ea796..cfad8de 100644 --- a/packages/workflow-reactor/CHANGELOG.md +++ b/packages/workflow-reactor/CHANGELOG.md @@ -1,5 +1,13 @@ # @uncaged/workflow-reactor +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-reactor/package.json b/packages/workflow-reactor/package.json index 79d8c27..86f8a1a 100644 --- a/packages/workflow-reactor/package.json +++ b/packages/workflow-reactor/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-reactor", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-register/CHANGELOG.md b/packages/workflow-register/CHANGELOG.md index c09bc4f..37a543f 100644 --- a/packages/workflow-register/CHANGELOG.md +++ b/packages/workflow-register/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-register +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + - @uncaged/workflow-util@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-register/package.json b/packages/workflow-register/package.json index d159e4d..a8980ae 100644 --- a/packages/workflow-register/package.json +++ b/packages/workflow-register/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-register", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-runtime/CHANGELOG.md b/packages/workflow-runtime/CHANGELOG.md index c2ac6a3..04aaaf4 100644 --- a/packages/workflow-runtime/CHANGELOG.md +++ b/packages/workflow-runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-runtime +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-cas@0.4.3 + - @uncaged/workflow-protocol@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-runtime/package.json b/packages/workflow-runtime/package.json index 8358295..d69447c 100644 --- a/packages/workflow-runtime/package.json +++ b/packages/workflow-runtime/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-runtime", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-template-develop/CHANGELOG.md b/packages/workflow-template-develop/CHANGELOG.md index 4ab35eb..1b03281 100644 --- a/packages/workflow-template-develop/CHANGELOG.md +++ b/packages/workflow-template-develop/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-template-develop +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-register@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-template-develop/package.json b/packages/workflow-template-develop/package.json index 58e81f6..d5aade9 100644 --- a/packages/workflow-template-develop/package.json +++ b/packages/workflow-template-develop/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-template-develop", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-template-solve-issue/CHANGELOG.md b/packages/workflow-template-solve-issue/CHANGELOG.md index 0d742b3..d86f1a5 100644 --- a/packages/workflow-template-solve-issue/CHANGELOG.md +++ b/packages/workflow-template-solve-issue/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-template-solve-issue +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-register@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-template-solve-issue/package.json b/packages/workflow-template-solve-issue/package.json index a5f3146..5503f3b 100644 --- a/packages/workflow-template-solve-issue/package.json +++ b/packages/workflow-template-solve-issue/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-template-solve-issue", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-util-agent/CHANGELOG.md b/packages/workflow-util-agent/CHANGELOG.md index 1c77ad3..ab1afc2 100644 --- a/packages/workflow-util-agent/CHANGELOG.md +++ b/packages/workflow-util-agent/CHANGELOG.md @@ -1,5 +1,14 @@ # @uncaged/workflow-util-agent +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-cas@0.4.3 + - @uncaged/workflow-runtime@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-util-agent/package.json b/packages/workflow-util-agent/package.json index 4764c47..a204e48 100644 --- a/packages/workflow-util-agent/package.json +++ b/packages/workflow-util-agent/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-util-agent", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ], diff --git a/packages/workflow-util/CHANGELOG.md b/packages/workflow-util/CHANGELOG.md index 2071db4..3b4eec8 100644 --- a/packages/workflow-util/CHANGELOG.md +++ b/packages/workflow-util/CHANGELOG.md @@ -1,5 +1,13 @@ # @uncaged/workflow-util +## 0.4.3 + +### Patch Changes + +- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition. +- Updated dependencies + - @uncaged/workflow-protocol@0.4.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/workflow-util/package.json b/packages/workflow-util/package.json index fddea4e..af888b1 100644 --- a/packages/workflow-util/package.json +++ b/packages/workflow-util/package.json @@ -1,7 +1,8 @@ { "name": "@uncaged/workflow-util", - "version": "0.4.2", + "version": "0.4.3", "files": [ + "src", "dist", "package.json" ],