Skip to content

Commit

Permalink
chore: update dependencies and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak authored Jul 23, 2024
1 parent a445b8f commit fdca38d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 4.13.0

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

### Key Changes in Properties Panel

* `FEAT`: change Header value and Field Injection value fields to text areas ([bpmn-io/bpmn-js-properties-panel#1065](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1065))
* `FIX`: correctly resize text areas ([bpmn-io/properties-panel#374](https://github.com/bpmn-io/properties-panel/pull/374))

## 4.12.1

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@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.0",
"@bpmn-io/properties-panel": "^3.22.3",
"@bpmn-io/variable-resolver": "^1.2.2",
"@camunda/example-data-properties-provider": "^1.2.1",
"bpmn-js": "^17.9.1",
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.18.0",
"bpmn-js-properties-panel": "^5.18.1",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
Expand Down

0 comments on commit fdca38d

Please sign in to comment.