diff --git a/CHANGELOG.md b/CHANGELOG.md index 6418aa4c55..c56b631a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ___Note:__ Yet to be released changes appear here._ * `FIX`: prevent crash on start ([#4299](https://github.com/camunda/camunda-modeler/issues/4299)) * `DEPS`: update to `electron@30.0.6` -* `DEPS`: update to `@camunda/linting@3.20.0` +* `DEPS`: update to `@camunda/linting@3.21.0` * `DEPS`: update to `bpmn-js@17.8.1` * `DEPS`: update to `bpmn-js-properties-panel@5.17.1` * `DEPS`: update to `@bpmn-io/properties-panel@3.19.0` @@ -25,6 +25,7 @@ ___Note:__ Yet to be released changes appear here._ * `FEAT`: add hint for the process ID field in Camunda 7 ([bpmn-io/bpmn-js-properties-panel#1038](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/1038)) * `FEAT`: drop alphabetic sorting of list entries in Camunda 7 properties panel ([bpmn-io/bpmn-js-properties-panel##1047](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1047)) * `FEAT`: keep global elements when deleting last participant ([bpmn-io/bpmn-js#2175](https://github.com/bpmn-io/bpmn-js/pull/2175)) +* `FEAT`: show supported Camunda version in properties panel ([@camunda/linting#102](https://github.com/camunda/linting/issues/102)) * `FIX`: correct call activity outline ([bpmn-io/bpmn-js#2167](https://github.com/bpmn-io/bpmn-js/issues/2167)) * `FIX`: gracefully handle missing `BPMNDiagram#plane` ([bpmn-io/bpmn-js#2172](https://github.com/bpmn-io/bpmn-js/pull/2172), [bpmn-io/bpmn-js#2171](https://github.com/bpmn-io/bpmn-js/pull/2171), [#4315](https://github.com/camunda/camunda-modeler/issues/4315)) * `FIX`: allow undo after deleting last participants and data store ([bpmn-io/bpmn-js#1676](https://github.com/bpmn-io/bpmn-js/issues/1676)) diff --git a/client/package.json b/client/package.json index 0f367f5c8a..cda4d68cca 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "@camunda/form-linting": "^0.16.0", "@camunda/form-playground": "^0.14.0", "@camunda/improved-canvas": "^1.7.0", - "@camunda/linting": "^3.20.0", + "@camunda/linting": "^3.21.0", "@codemirror/commands": "^6.1.3", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", diff --git a/package-lock.json b/package-lock.json index 858f1180e2..15ae1ac122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "@camunda/form-linting": "^0.16.0", "@camunda/form-playground": "^0.14.0", "@camunda/improved-canvas": "^1.7.0", - "@camunda/linting": "^3.20.0", + "@camunda/linting": "^3.21.0", "@codemirror/commands": "^6.1.3", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0", @@ -3066,9 +3066,9 @@ "integrity": "sha512-to+unsToePnm7cUeR9TrMzFlETHd/UXmU+ELTRfWZj5XGT41KF6X3L233o3E/GdEs3sk2Tbw/lOLD1avmWkg8A==" }, "node_modules/@camunda/linting": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.20.0.tgz", - "integrity": "sha512-Yyypv59hOokNtA6ovfO9a8efZ01x++CtaMAdoiepqBqkJl6sWATZDM1+V0Ic67cr6urnKJWtFqCzKbg0IJ86Hw==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.21.0.tgz", + "integrity": "sha512-W3Mt5Ni1X0Mz2n35fZztAH0CNV7WpyDIVwfkpxyq3lVviA2DMp2v7vDFwxhwlm5kRKu7NzG96rdPIpDvUQw4Fg==", "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.2", "bpmn-moddle": "^8.1.0", @@ -35059,9 +35059,9 @@ } }, "@camunda/linting": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.20.0.tgz", - "integrity": "sha512-Yyypv59hOokNtA6ovfO9a8efZ01x++CtaMAdoiepqBqkJl6sWATZDM1+V0Ic67cr6urnKJWtFqCzKbg0IJ86Hw==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@camunda/linting/-/linting-3.21.0.tgz", + "integrity": "sha512-W3Mt5Ni1X0Mz2n35fZztAH0CNV7WpyDIVwfkpxyq3lVviA2DMp2v7vDFwxhwlm5kRKu7NzG96rdPIpDvUQw4Fg==", "requires": { "@bpmn-io/diagram-js-ui": "^0.2.2", "bpmn-moddle": "^8.1.0", @@ -40752,7 +40752,7 @@ "@camunda/form-linting": "^0.16.0", "@camunda/form-playground": "^0.14.0", "@camunda/improved-canvas": "^1.7.0", - "@camunda/linting": "^3.20.0", + "@camunda/linting": "^3.21.0", "@codemirror/commands": "^6.1.3", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-xml": "^6.1.0",