From 8e188c7c3e47946f73ba2c4e9be288e03cab9178 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:07:10 +0000 Subject: [PATCH] chore: version packages Signed-off-by: github-actions[bot] --- .changeset/add-vanilla-web-component-example.md | 5 ----- .changeset/fix-feedback-edges-routing.md | 5 ----- .changeset/task-reference-validation.md | 5 ----- .changeset/temporary-validation-workaround.md | 5 ----- .changeset/validate-color-mode-input.md | 5 ----- examples/vanilla-web-component/CHANGELOG.md | 12 ++++++++++++ examples/vanilla-web-component/package.json | 2 +- packages/i18n/CHANGELOG.md | 2 ++ packages/i18n/package.json | 2 +- .../open-workflow-diagram-editor/CHANGELOG.md | 17 +++++++++++++++++ .../open-workflow-diagram-editor/package.json | 2 +- 11 files changed, 34 insertions(+), 28 deletions(-) delete mode 100644 .changeset/add-vanilla-web-component-example.md delete mode 100644 .changeset/fix-feedback-edges-routing.md delete mode 100644 .changeset/task-reference-validation.md delete mode 100644 .changeset/temporary-validation-workaround.md delete mode 100644 .changeset/validate-color-mode-input.md create mode 100644 examples/vanilla-web-component/CHANGELOG.md diff --git a/.changeset/add-vanilla-web-component-example.md b/.changeset/add-vanilla-web-component-example.md deleted file mode 100644 index 2ef62b1e..00000000 --- a/.changeset/add-vanilla-web-component-example.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openworkflowspec/vanilla-web-component-example": minor ---- - -Add a non-React host example for the Diagram Editor diff --git a/.changeset/fix-feedback-edges-routing.md b/.changeset/fix-feedback-edges-routing.md deleted file mode 100644 index 352dc75d..00000000 --- a/.changeset/fix-feedback-edges-routing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openworkflowspec/diagram-editor": minor ---- - -Fix bad routing / overlaps for feedback edges. diff --git a/.changeset/task-reference-validation.md b/.changeset/task-reference-validation.md deleted file mode 100644 index 0b8e2516..00000000 --- a/.changeset/task-reference-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openworkflowspec/diagram-editor": minor ---- - -Use new sdk task reference for validation errors diff --git a/.changeset/temporary-validation-workaround.md b/.changeset/temporary-validation-workaround.md deleted file mode 100644 index 58357b96..00000000 --- a/.changeset/temporary-validation-workaround.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openworkflowspec/diagram-editor": minor ---- - -Temporary validation workaround before updated specification is published diff --git a/.changeset/validate-color-mode-input.md b/.changeset/validate-color-mode-input.md deleted file mode 100644 index 5cd13e24..00000000 --- a/.changeset/validate-color-mode-input.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openworkflowspec/diagram-editor": patch ---- - -Validate colorMode input in useResolvedColorMode, falling back to "system" for unknown values. diff --git a/examples/vanilla-web-component/CHANGELOG.md b/examples/vanilla-web-component/CHANGELOG.md new file mode 100644 index 00000000..bd74c242 --- /dev/null +++ b/examples/vanilla-web-component/CHANGELOG.md @@ -0,0 +1,12 @@ +# @openworkflowspec/vanilla-web-component-example + +## 1.1.0 + +### Minor Changes + +- [#288](https://github.com/open-workflow-specification/editor/pull/288) [`643d578`](https://github.com/open-workflow-specification/editor/commit/643d5783db2e0115b49357d99a1529395a43476f) Thanks [@fantonangeli](https://github.com/fantonangeli)! - Add a non-React host example for the Diagram Editor + +### Patch Changes + +- Updated dependencies [[`d988d0e`](https://github.com/open-workflow-specification/editor/commit/d988d0ea18d0b8ab84c63d6e4ef25c34df69e680), [`f060c52`](https://github.com/open-workflow-specification/editor/commit/f060c529339852efc7154b746156b160336c5f4a), [`a216248`](https://github.com/open-workflow-specification/editor/commit/a216248b8592d02157e36463cd331d69a16beb47), [`643d578`](https://github.com/open-workflow-specification/editor/commit/643d5783db2e0115b49357d99a1529395a43476f)]: + - @openworkflowspec/diagram-editor@1.1.0 diff --git a/examples/vanilla-web-component/package.json b/examples/vanilla-web-component/package.json index be3f07f3..8b2aec43 100644 --- a/examples/vanilla-web-component/package.json +++ b/examples/vanilla-web-component/package.json @@ -1,6 +1,6 @@ { "name": "@openworkflowspec/vanilla-web-component-example", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "non-React example embedding the open workflow diagram component", "keywords": [], diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index bece9f23..7818f7d3 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,7 @@ # @openworkflowspec/i18n +## 1.1.0 + ## 1.0.0 ### Major Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 9123ef55..1d26aae7 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@openworkflowspec/i18n", - "version": "1.0.0", + "version": "1.1.0", "description": "Open workflow internationalization component", "keywords": [], "homepage": "https://github.com/open-workflow-specification/editor", diff --git a/packages/open-workflow-diagram-editor/CHANGELOG.md b/packages/open-workflow-diagram-editor/CHANGELOG.md index c647ec91..720fa34c 100644 --- a/packages/open-workflow-diagram-editor/CHANGELOG.md +++ b/packages/open-workflow-diagram-editor/CHANGELOG.md @@ -1,5 +1,22 @@ # @openworkflowspec/diagram-editor +## 1.1.0 + +### Minor Changes + +- [#280](https://github.com/open-workflow-specification/editor/pull/280) [`d988d0e`](https://github.com/open-workflow-specification/editor/commit/d988d0ea18d0b8ab84c63d6e4ef25c34df69e680) Thanks [@handreyrc](https://github.com/handreyrc)! - Fix bad routing / overlaps for feedback edges. + +- [#305](https://github.com/open-workflow-specification/editor/pull/305) [`f060c52`](https://github.com/open-workflow-specification/editor/commit/f060c529339852efc7154b746156b160336c5f4a) Thanks [@lornakelly](https://github.com/lornakelly)! - Use new sdk task reference for validation errors + +- [#307](https://github.com/open-workflow-specification/editor/pull/307) [`a216248`](https://github.com/open-workflow-specification/editor/commit/a216248b8592d02157e36463cd331d69a16beb47) Thanks [@lornakelly](https://github.com/lornakelly)! - Temporary validation workaround before updated specification is published + +### Patch Changes + +- [#288](https://github.com/open-workflow-specification/editor/pull/288) [`643d578`](https://github.com/open-workflow-specification/editor/commit/643d5783db2e0115b49357d99a1529395a43476f) Thanks [@fantonangeli](https://github.com/fantonangeli)! - Validate colorMode input in useResolvedColorMode, falling back to "system" for unknown values. + +- Updated dependencies []: + - @openworkflowspec/i18n@1.1.0 + ## 1.0.0 ### Major Changes diff --git a/packages/open-workflow-diagram-editor/package.json b/packages/open-workflow-diagram-editor/package.json index 3540322e..406170da 100644 --- a/packages/open-workflow-diagram-editor/package.json +++ b/packages/open-workflow-diagram-editor/package.json @@ -1,6 +1,6 @@ { "name": "@openworkflowspec/diagram-editor", - "version": "1.0.0", + "version": "1.1.0", "description": "React open workflow diagram component", "keywords": [], "homepage": "https://github.com/open-workflow-specification/editor",