Skip to content

Commit 3e3208f

Browse files
committed
deps: update to @camunda/[email protected], [email protected]
Closes #4870 Closes #4850 Closes #4859 Closes #4889
1 parent 701f7e3 commit 3e3208f

File tree

3 files changed

+48
-35
lines changed

3 files changed

+48
-35
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,30 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-
66

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

9-
* `DEPS`: update to `bpmn-js-properties-panel@5.33.0`
9+
* `DEPS`: update to `bpmn-js-properties-panel@5.34.1`
1010
* `DEPS`: update to `@bpmn-io/[email protected]`
11+
* `DEPS`: update to `@camunda/[email protected]`
1112

1213
### General
1314

1415
* `FEAT`: trim trailing whitespaces from all input fields except expressions ([#4818](https://github.com/camunda/camunda-modeler/issues/4818), [#2385](https://github.com/camunda/camunda-modeler/issues/2385), [bpmn-io/properties-panel#309](https://github.com/bpmn-io/properties-panel/issues/309))
1516

17+
### BPMN
18+
19+
* `FEAT`: add ad-hoc subprocess completion support ([#4850](https://github.com/camunda/camunda-modeler/issues/4850))
20+
* `FIX`: make `link-event` rule check only BPMN compliance ([#4870](https://github.com/camunda/camunda-modeler/issues/4870))
21+
* `FIX`: do not require start and end events in ad-hoc subprocess ([bpmn-io/bpmnlint#176](https://github.com/bpmn-io/bpmnlint/pull/176))
22+
* `FIX`: allow escalation boundary event to be attached to ad-hoc sub-process ([#4859](https://github.com/camunda/camunda-modeler/issues/4859))
23+
* `FIX`: clarify wording for input/output groups ([#4889](https://github.com/camunda/camunda-modeler/issues/4889))
24+
1625
## 5.33.1
1726

1827
### General
1928

2029
* `FIX`: C8 OAuth connection with custom audience ([#4871](https://github.com/camunda/camunda-modeler/issues/4871))
2130

31+
32+
2233
## 5.33.0
2334

2435
* `DEPS`: update to `[email protected]`

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@camunda/form-linting": "^0.20.0",
1919
"@camunda/form-playground": "^0.20.0",
2020
"@camunda/improved-canvas": "^1.7.6",
21-
"@camunda/linting": "^3.33.0",
21+
"@camunda/linting": "^3.36.0",
2222
"@camunda/rpa-integration": "0.2.0",
2323
"@carbon/icons-react": "^11.53.0",
2424
"@codemirror/commands": "^6.6.2",
@@ -32,7 +32,7 @@
3232
"@sentry/integrations": "^7.108.0",
3333
"bpmn-js": "^18.3.1",
3434
"bpmn-js-element-templates": "^2.5.3",
35-
"bpmn-js-properties-panel": "^5.33.0",
35+
"bpmn-js-properties-panel": "^5.34.1",
3636
"bpmn-js-tracking": "^0.6.0",
3737
"bpmn-moddle": "^9.0.1",
3838
"camunda-bpmn-js": "^5.6.1",

package-lock.json

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

0 commit comments

Comments
 (0)