Skip to content

Commit

Permalink
deps: update to @camunda/linting@3.3.0
Browse files Browse the repository at this point in the history
Closes #3613
Closes #3712
Closes #3577
  • Loading branch information
barmac committed Jul 25, 2023
1 parent 40aff34 commit ee0d46b
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 31 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ ___Note:__ Yet to be released changes appear here._
* `DEPS`: update to `dmn-js-properties-panel@3.0.0`
* `DEPS`: update to `camunda-bpmn-js@3.0.0`
* `DEPS`: update to `camunda-dmn-js@1.1.0`
* `DEPS`: update to `@camunda/linting@3.3.0`

### BPMN

* `FEAT`: support converging inclusive gateway in C8 ([#3613](https://github.com/camunda/camunda-modeler/issues/3613))
* `FIX`: open properties panel when history time to live error is clicked ([#3712](https://github.com/camunda/camunda-modeler/issues/3712))
* `FIX`: detect and notify unsupported multiple start events in C8 ([#3577](https://github.com/camunda/camunda-modeler/issues/3577))

### Forms

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.9.0",
"@camunda/form-playground": "^0.7.0",
"@camunda/linting": "^3.0.0",
"@camunda/linting": "^3.3.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
Expand Down
82 changes: 52 additions & 30 deletions package-lock.json

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

0 comments on commit ee0d46b

Please sign in to comment.