Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v4.16.0 #374

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 4.16.0

* `FEAT`: add `Binding` entry to busines rule task, call activity and user task ([bpmn-io/bpmn-js-properties-panel#1067](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1067))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Until 4.15.0 we used "Key changes in properties panel" as a separate section for such changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done via 895f2dd

* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`

## 4.15.0

* `FIX`: safely remove message when changing template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111))
Expand Down
44 changes: 22 additions & 22 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 @@ -56,23 +56,23 @@
"@bpmn-io/element-template-chooser": "^1.0.0",
"@bpmn-io/element-template-icon-renderer": "^0.5.2",
"@bpmn-io/form-variable-provider": "^1.3.0",
"@bpmn-io/properties-panel": "^3.22.3",
"@bpmn-io/properties-panel": "^3.22.4",
"@bpmn-io/variable-resolver": "^1.2.2",
"@camunda/example-data-properties-provider": "^1.2.1",
"bpmn-js": "^17.9.1",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-create-append-anything": "^0.5.2",
"bpmn-js-element-templates": "^2.0.0",
"bpmn-js-executable-fix": "^0.2.1",
"camunda-bpmn-js-behaviors": "^1.4.0",
"camunda-bpmn-js-behaviors": "^1.5.0",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "^14.8.0",
"diagram-js-grid": "^1.0.0",
"diagram-js-minimap": "^5.1.0",
"diagram-js-origin": "^1.4.0",
"inherits-browser": "^0.1.0",
"min-dash": "^4.2.1",
"zeebe-bpmn-moddle": "^1.2.0"
"zeebe-bpmn-moddle": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
Expand All @@ -83,7 +83,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^7.0.0",
"bio-dts": "^0.11.0",
"bpmn-js-properties-panel": "^5.19.0",
"bpmn-js-properties-panel": "^5.20.0",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
Expand Down