Skip to content

Commit

Permalink
chore: prepare v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 7, 2023
1 parent ebcc04d commit b05fc65
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 66 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 3.8.0

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

### Key Changes in Modeling

* `FEAT`: add toggle for non-interrupting events ([bpmn-io/bpmn-js#2000](https://github.com/bpmn-io/bpmn-js/pull/2000))
* `FEAT`: keep events non-interrupting when using `bpmnReplace` by default ([bpmn-io/bpmn-js#2000](https://github.com/bpmn-io/bpmn-js/pull/2000))

### Key Changes in Element Templates

* `FEAT`: support `zeebe:taskDefinition` binding ([bpmn-io/bpmn-js-element-templates#29](https://github.com/bpmn-io/bpmn-js-element-templates/pull/29))

## 3.7.0

* `DEPS`: update to `[email protected]`
Expand Down
116 changes: 54 additions & 62 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@bpmn-io/properties-panel": "^3.13.0",
"@bpmn-io/variable-resolver": "^1.2.0",
"@camunda/example-data-properties-provider": "^1.2.0",
"bpmn-js": "^15.0.0",
"bpmn-js": "^15.1.3",
"bpmn-js-color-picker": "^0.6.1",
"bpmn-js-create-append-anything": "^0.4.0",
"bpmn-js-element-templates": "^1.6.1",
"bpmn-js-element-templates": "^1.7.0",
"bpmn-js-executable-fix": "^0.2.1",
"camunda-bpmn-js-behaviors": "^1.2.2",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "^12.2.0",
"diagram-js": "^12.7.2",
"diagram-js-grid": "^0.2.0",
"diagram-js-minimap": "^4.1.0",
"diagram-js-origin": "^1.4.0",
Expand All @@ -84,7 +84,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bio-dts": "^0.8.1",
"bpmn-js-properties-panel": "^5.6.0",
"bpmn-js-properties-panel": "^5.6.1",
"chai": "^4.3.8",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
Expand Down

0 comments on commit b05fc65

Please sign in to comment.