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/fix-start-end-nodes-styling.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/migrate-to-openworkflow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/release-1-0-0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-sdk.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openworkflowspec/i18n

## 1.0.0

### Major Changes

- [#271](https://github.com/open-workflow-specification/editor/pull/271) [`66c53df`](https://github.com/open-workflow-specification/editor/commit/66c53df8f5a823d9c5b31e16adb3e80bb026f52e) Thanks [@fantonangeli](https://github.com/fantonangeli)! - Release the first stable version under the @openworkflowspec namespace.

### Minor Changes

- [#243](https://github.com/open-workflow-specification/editor/pull/243) [`b331928`](https://github.com/open-workflow-specification/editor/commit/b3319280dad1c0d1a5040f9935532b0e89e8a08d) Thanks [@lornakelly](https://github.com/lornakelly)! - Migrate from serverlessworkflow to openworkflow

## 0.1.0

### Minor 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": "0.2.0",
"version": "1.0.0",
"description": "Open workflow internationalization component",
"keywords": [],
"homepage": "https://github.com/open-workflow-specification/editor",
Expand Down
19 changes: 19 additions & 0 deletions packages/open-workflow-diagram-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @openworkflowspec/diagram-editor

## 1.0.0

### Major Changes

- [#271](https://github.com/open-workflow-specification/editor/pull/271) [`66c53df`](https://github.com/open-workflow-specification/editor/commit/66c53df8f5a823d9c5b31e16adb3e80bb026f52e) Thanks [@fantonangeli](https://github.com/fantonangeli)! - Release the first stable version under the @openworkflowspec namespace.

### Minor Changes

- [#243](https://github.com/open-workflow-specification/editor/pull/243) [`b331928`](https://github.com/open-workflow-specification/editor/commit/b3319280dad1c0d1a5040f9935532b0e89e8a08d) Thanks [@lornakelly](https://github.com/lornakelly)! - Migrate from serverlessworkflow to openworkflow

- [#265](https://github.com/open-workflow-specification/editor/pull/265) [`cd34b22`](https://github.com/open-workflow-specification/editor/commit/cd34b2235b39646dc7ac1a26caebc4c6d5d876e7) Thanks [@lornakelly](https://github.com/lornakelly)! - Update sdk package to new openworkflowspec package

### Patch Changes

- [#261](https://github.com/open-workflow-specification/editor/pull/261) [`91d2e7b`](https://github.com/open-workflow-specification/editor/commit/91d2e7b05859c846a744bbc8d7c290d7ce9834d2) Thanks [@fantonangeli](https://github.com/fantonangeli)! - Fix Start/End node styling when the Diagram Editor is embedded inside Shadow DOM hosts.

- Updated dependencies [[`b331928`](https://github.com/open-workflow-specification/editor/commit/b3319280dad1c0d1a5040f9935532b0e89e8a08d), [`66c53df`](https://github.com/open-workflow-specification/editor/commit/66c53df8f5a823d9c5b31e16adb3e80bb026f52e)]:
- @openworkflowspec/i18n@1.0.0

## 0.1.0

### Minor 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": "0.2.0",
"version": "1.0.0",
"description": "React open workflow diagram component",
"keywords": [],
"homepage": "https://github.com/open-workflow-specification/editor",
Expand Down