Skip to content

Commit

Permalink
deps: update modeling deps
Browse files Browse the repository at this point in the history
Closes #4614
Closes #4690
Closes #4748
  • Loading branch information
barmac committed Dec 13, 2024
1 parent e6b9465 commit 5f6b59b
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 58 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ ___Note:__ Yet to be released changes appear here._
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `camunda-bpmn-js@5.3.0`
* `DEPS`: update to `camunda-bpmn-js@5.4.0`

### BPMN

* `FEAT`: mark job worker-based user task managed by Camunda as deprecated ([#4690](https://github.com/camunda/camunda-modeler/issues/4690))
* `FEAT`: element templates runtime versions ([#4530](https://github.com/camunda/camunda-modeler/issues/4530))
* `FEAT`: make "Zeebe user task" the default implementation of user task ([camunda/camunda-bpmn-js-behaviors#86](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/86))
* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([bpmn-io/bpmn-js-properties-panel#1097](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1097))
* `FIX`: move template selector right below documentation group ([bpmn-io/bpmn-js-element-templates#130](https://github.com/bpmn-io/bpmn-js-element-templates/pull/130))
* `FEAT`: make "Zeebe user task" the default implementation of user task ([#4648](https://github.com/camunda/camunda-modeler/issues/4648))
* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([#4749](https://github.com/camunda/camunda-modeler/issues/4749))
* `FEAT`: rename task listener event types ([#4748](https://github.com/camunda/camunda-modeler/issues/4748))
* `FIX`: move template selector right below documentation group ([#4617](https://github.com/camunda/camunda-modeler/issues/4617))
* `FIX`: parse script task result as FEEL context ([#4614](https://github.com/camunda/camunda-modeler/issues/4614))

### Forms

Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@camunda/form-linting": "^0.20.0",
"@camunda/form-playground": "^0.19.1",
"@camunda/improved-canvas": "^1.7.5",
"@camunda/linting": "^3.29.1",
"@camunda/linting": "^3.30.0",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
Expand All @@ -33,7 +33,7 @@
"bpmn-js-properties-panel": "^5.30.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^5.3.0",
"camunda-bpmn-js": "^5.4.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^3.0.0",
Expand Down
108 changes: 56 additions & 52 deletions package-lock.json

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

0 comments on commit 5f6b59b

Please sign in to comment.