Skip to content

Commit f8398cc

Browse files
authoredMar 17, 2025··
chore: release 18.3.2
1 parent 3177395 commit f8398cc

4 files changed

+9
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"pull-request-title-pattern": "chore: release v${version}",
33
"changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"deps\",\"section\":\"Dependency Updates\",\"hidden\":false}]",
44
"changelog-type": "github",
5-
".": "18.3.0"
5+
".": "18.3.2"
66
}

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
66

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

9+
## 18.3.2
10+
11+
* `FIX`: remove default start event for ad-hoc subprocess ([#2295](https://github.com/bpmn-io/bpmn-js/issues/2295))
12+
* `FIX`: show modeling feedback error for data objects ([#2290](https://github.com/bpmn-io/bpmn-js/pull/2290))
13+
914
## 18.3.1
1015

1116
* `FIX`: move artifacts when a participant is resized by space tool ([#2285](https://github.com/bpmn-io/bpmn-js/pull/2285))

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpmn-js",
3-
"version": "18.3.1",
3+
"version": "18.3.2",
44
"description": "A bpmn 2.0 toolkit and web modeler",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.