Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-vanilla-web-component-example.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-feedback-edges-routing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/task-reference-validation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/temporary-validation-workaround.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/validate-color-mode-input.md

This file was deleted.

12 changes: 12 additions & 0 deletions examples/vanilla-web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/vanilla-web-component/package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @openworkflowspec/i18n

## 1.1.0

## 1.0.0
Comment thread
lornakelly marked this conversation as resolved.

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/open-workflow-diagram-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Comment thread
lornakelly marked this conversation as resolved.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-workflow-diagram-editor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down