Skip to content

Commit

Permalink
chore(main): release 17.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent 407a191 commit 448fd38
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"pull-request-title-pattern": "chore: release v${version}",
"changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"deps\",\"section\":\"Dependency Updates\",\"hidden\":false}]",
"changelog-type": "github",
".": "17.3.0"
".": "17.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen

___Note:__ Yet to be released changes appear here._

## [17.5.1](https://github.com/bpmn-io/bpmn-js/compare/v17.5.0...v17.5.1) (2024-04-29)


### Bug Fixes

* **context-pad:** remove append preview on context pad close ([407a191](https://github.com/bpmn-io/bpmn-js/commit/407a191f7e76724ef75a472adef732711069be98)), closes [#2150](https://github.com/bpmn-io/bpmn-js/issues/2150)

## 17.5.0

* `FEAT`: remove direct editing outline for embedded labels ([#2147](https://github.com/bpmn-io/bpmn-js/pull/2147))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-js",
"version": "17.5.0",
"version": "17.5.1",
"description": "A bpmn 2.0 toolkit and web modeler",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 448fd38

Please sign in to comment.