chore: version packages - #317
Merged
Merged
Conversation
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
✅ Deploy Preview for openworkflow-editor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
This PR prepares a 1.1.0 release by bumping package versions, updating/generated changelogs, and removing consumed Changesets entries.
Changes:
- Bump versions to 1.1.0 for
@openworkflowspec/diagram-editor,@openworkflowspec/i18n, and the vanilla web component example. - Add/update changelog entries for the 1.1.0 release.
- Remove
.changeset/*files that were incorporated into the release.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/open-workflow-diagram-editor/package.json | Bumps diagram editor version to 1.1.0. |
| packages/open-workflow-diagram-editor/CHANGELOG.md | Adds the 1.1.0 release notes (minor/patch changes + dependency bump). |
| packages/i18n/package.json | Bumps i18n package version to 1.1.0. |
| packages/i18n/CHANGELOG.md | Adds a 1.1.0 heading (currently with no release notes). |
| examples/vanilla-web-component/package.json | Bumps example version to 1.1.0. |
| examples/vanilla-web-component/CHANGELOG.md | Introduces a changelog for the example including 1.1.0 notes. |
| .changeset/validate-color-mode-input.md | Removed consumed changeset entry for the release. |
| .changeset/temporary-validation-workaround.md | Removed consumed changeset entry for the release. |
| .changeset/task-reference-validation.md | Removed consumed changeset entry for the release. |
| .changeset/fix-feedback-edges-routing.md | Removed consumed changeset entry for the release. |
| .changeset/add-vanilla-web-component-example.md | Removed consumed changeset entry for the release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fantonangeli
approved these changes
Aug 6, 2026
cheryl7114
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openworkflowspec/diagram-editor@1.1.0
Minor Changes
#280
d988d0eThanks @handreyrc! - Fix bad routing / overlaps for feedback edges.#305
f060c52Thanks @lornakelly! - Use new sdk task reference for validation errors#307
a216248Thanks @lornakelly! - Temporary validation workaround before updated specification is publishedPatch Changes
#288
643d578Thanks @fantonangeli! - Validate colorMode input in useResolvedColorMode, falling back to "system" for unknown values.Updated dependencies []:
@openworkflowspec/i18n@1.1.0
@openworkflowspec/vanilla-web-component-example@1.1.0
Minor Changes
643d578Thanks @fantonangeli! - Add a non-React host example for the Diagram EditorPatch Changes
d988d0e,f060c52,a216248,643d578]: