Skip to content

Commit 6d9eeaa

Browse files
committed
deps: update to @bpmn-io/[email protected]
1 parent c2d5764 commit 6d9eeaa

File tree

3 files changed

+105
-49
lines changed

3 files changed

+105
-49
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to [bpmn-js-properties-panel](https://github.com/bpmn-io/bpm
66

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

9+
## 5.42.0
10+
11+
* `FEAT`: support multiline feel strings in `camunda` dialect ([@bpmn-io/lezer-feel#2](https://github.com/bpmn-io/lezer-feel/pull/2))
12+
* `FIX`: recognize unclosed feel string literal as syntax error ([nikku/lezer-feel#52](https://github.com/nikku/lezer-feel/pull/52))
13+
* `DEPS`: update to `@bpmn-io/[email protected]`
14+
915
## 5.41.3
1016

1117
* `FIX`: check for default value of `false` or `undefined` of `cancelRemainingInstances` ([#1148](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1148))

package-lock.json

Lines changed: 98 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@babel/core": "^7.28.3",
6161
"@babel/plugin-transform-react-jsx": "^7.27.1",
6262
"@bpmn-io/element-template-chooser": "^2.0.0",
63-
"@bpmn-io/properties-panel": "^3.32.0",
63+
"@bpmn-io/properties-panel": "^3.33.0",
6464
"@bpmn-io/variable-resolver": "^1.3.3",
6565
"@rollup/plugin-alias": "^5.1.1",
6666
"@rollup/plugin-babel": "^6.0.4",

0 commit comments

Comments
 (0)