Skip to content

Commit

Permalink
deps: update to [email protected]
Browse files Browse the repository at this point in the history
deps: update to `[email protected]`

  Closes #4037
  Related to #3622

deps: update to `[email protected]`

deps: update to `[email protected]`
  • Loading branch information
nikku committed Feb 26, 2024
1 parent 64a13e1 commit 7ad03a8
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 126 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,32 @@ ___Note:__ Yet to be released changes appear here._

### General

* `FEAT`: improve `camunda:historyTimeToLive` error reporting ([#4062](https://github.com/camunda/camunda-modeler/issues/4062))
* `FEAT`: do not provide `camunda:historyTimeToLive` default value ([#4150](https://github.com/camunda/camunda-modeler/pull/4150))
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`

### BPMN

* `FEAT`: improve `retries` tooltip ([#4148](https://github.com/camunda/camunda-modeler/issues/4148))
* `FEAT`: always display `documentation` field in Camunda 7 diagrams ([bpmn-io/bpmn-js-element-templates#67](https://github.com/bpmn-io/bpmn-js-element-templates/pull/67), [#4037](https://github.com/camunda/camunda-modeler/issues/4037))
* `FEAT`: always display `multi-instance` group in Camunda 7 diagrams ([bpmn-io/bpmn-js-element-templates#68](https://github.com/bpmn-io/bpmn-js-element-templates/pull/68))
* `FEAT`: allow `Boolean` and `Number` types in Camunda 8 diagrams ([bpmn-io/bpmn-js-element-templates#64](https://github.com/bpmn-io/bpmn-js-element-templates/pull/64), [#3622](https://github.com/camunda/camunda-modeler/issues/3622))
* `FEAT`: improve `camunda:historyTimeToLive` error reporting ([#4062](https://github.com/camunda/camunda-modeler/issues/4062))
* `FEAT`: do not provide `camunda:historyTimeToLive` default value ([#4150](https://github.com/camunda/camunda-modeler/pull/4150))
* `FEAT`: improve `camunda:historyTimeToLive` tooltip
* `FIX`: hide output mappings unsupported for terminate end event ([#4096](https://github.com/camunda/camunda-modeler/issues/4096))
* `FIX`: apply all chained conditional properties ([bpmn-js-element-templates#49](https://github.com/bpmn-io/bpmn-js-element-templates/issues/49))
* `FIX`: adjust FEEL parsing to accept certain broken expressions ([camunda-modeler#4073](https://github.com/camunda/camunda-modeler/issues/4073))

### DMN

* `FEAT`: improve `camunda:historyTimeToLive` tooltip

### Linting

Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@ibm/plex": "^6.0.0",
"@sentry/browser": "^7.82.0",
"@sentry/integrations": "^7.82.0",
"bpmn-js": "^17.0.0",
"bpmn-js-element-templates": "^1.13.2",
"bpmn-js": "^17.0.2",
"bpmn-js-element-templates": "^1.14.0",
"bpmn-js-properties-panel": "^5.11.2",
"bpmn-js-tracking": "^0.4.0",
"bpmn-moddle": "^8.1.0",
"camunda-bpmn-js": "^3.13.0",
"camunda-bpmn-js": "^4.1.1",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.8.0",
Expand Down
Loading

0 comments on commit 7ad03a8

Please sign in to comment.