Skip to content

Commit a7a994b

Browse files
committed
deps: update to @bpmn-io/[email protected]
fix: show literal values in FEEL suggestions
1 parent 66e30f7 commit a7a994b

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.36.1
10+
11+
* `FIX`: show literal values in FEEL suggestions
12+
* `DEPS`: update to `@bpmn-io/[email protected]`
13+
914
## 5.36.0
1015

1116
* `FEAT`: trim whitespace in entries

package-lock.json

Lines changed: 17 additions & 15 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.25.2",
6161
"@babel/plugin-transform-react-jsx": "^7.25.2",
6262
"@bpmn-io/element-template-chooser": "^2.0.0",
63-
"@bpmn-io/properties-panel": "^3.27.1",
63+
"@bpmn-io/properties-panel": "^3.27.2",
6464
"@bpmn-io/variable-resolver": "^1.3.0",
6565
"@rollup/plugin-alias": "^5.1.1",
6666
"@rollup/plugin-babel": "^6.0.4",

0 commit comments

Comments
 (0)