Skip to content

Commit 52d91a9

Browse files
committed
deps: update to @camunda/[email protected]
1 parent 36d417c commit 52d91a9

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
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 [element-templates-validator](https://github.com/bpmn-io/
66

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

9+
## 2.3.3
10+
11+
* `FIX`: make `feel=static` the default but value for `zeebe:input` and `zeebe:output` properties ([camunda/element-templates-json-schema#157](https://github.com/camunda/element-templates-json-schema/pull/157))
12+
* `DEPS`: update to `@camunda/[email protected]`
13+
914
## 2.3.2
1015

1116
* `FIX`: require `feel` to be `optional` or `static` for `Boolean` and `Number` inputs and outputs ([camunda/element-templates-json-schema#156](https://github.com/camunda/element-templates-json-schema/pull/156))

package-lock.json

Lines changed: 7 additions & 7 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
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@camunda/element-templates-json-schema": "^0.18.1",
59-
"@camunda/zeebe-element-templates-json-schema": "^0.22.2",
59+
"@camunda/zeebe-element-templates-json-schema": "^0.22.3",
6060
"json-source-map": "^0.6.1",
6161
"min-dash": "^4.1.1"
6262
}

0 commit comments

Comments
 (0)