Skip to content

Commit

Permalink
deps: update to [email protected]
Browse files Browse the repository at this point in the history
Closes #4454
  • Loading branch information
nikku committed Aug 28, 2024
1 parent 76445d8 commit edabd7d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 46 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ___Note:__ Yet to be released changes appear here._
* `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]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
Expand All @@ -29,6 +32,11 @@ ___Note:__ Yet to be released changes appear here._
* `FEAT`: support maintaining `zeebe:priorityDefinition:priority` for user task ([bpmn-io/bpmn-js-properties-panel#1072](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1072))
* `FIX`: rename task definition type label ([bpmn-io/bpmn-js-properties-panel#1070](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1070))

### DMN

* `FEAT`: support maintaining of Camunda 8 `Version Tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4454))
* `FIX`: provide BKM and Input Data name in variable suggestions ([camunda/camunda-dmn-js#117](https://github.com/camunda/camunda-dmn-js/issues/117))

### Forms

* `FEAT`: support maintaining of `Version Tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4463))
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"camunda-bpmn-js": "^4.19.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.7.0",
"camunda-dmn-js": "^2.8.1",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.2",
"classnames": "^2.5.1",
Expand All @@ -47,8 +47,8 @@
"diagram-js": "^14.8.0",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.6.1",
"dmn-js-properties-panel": "^3.4.1",
"dmn-js": "^16.6.2",
"dmn-js-properties-panel": "^3.5.2",
"dmn-js-shared": "^16.6.1",
"drag-tabs": "^2.3.1",
"events": "^3.0.0",
Expand Down
91 changes: 48 additions & 43 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 edabd7d

Please sign in to comment.