diff --git a/THIRD_PARTY_NOTICES b/THIRD_PARTY_NOTICES index 5a0781c29..5f17b42ac 100644 --- a/THIRD_PARTY_NOTICES +++ b/THIRD_PARTY_NOTICES @@ -132,7 +132,7 @@ This project incorporates components from the projects listed below. The origina 125. style-loader@4.0.0 (webpack-contrib/style-loader) 126. css-loader@7.1.2 (webpack-contrib/css-loader) 127. @camunda/form-playground@0.19.1 (git+https://github.com/camunda/form-playground.git) -128. camunda-bpmn-js@5.4.1 (https://github.com/camunda/camunda-bpmn-js) +128. camunda-bpmn-js@5.4.2 (https://github.com/camunda/camunda-bpmn-js) 129. camunda-dmn-js@3.0.0 (https://github.com/camunda/camunda-dmn-js) 130. @camunda/linting@3.30.0 (https://github.com/camunda/linting) 131. @ibm/plex@6.4.1 (https://github.com/ibm/plex.git) @@ -181,8 +181,8 @@ This project incorporates components from the projects listed below. The origina 174. focus-trap@7.5.2 (git+https://github.com/focus-trap/focus-trap.git) 175. tabbable@6.2.0 (git+https://github.com/focus-trap/tabbable.git) 176. bpmn-js-properties-panel@5.30.0 (https://github.com/bpmn-io/bpmn-js-properties-panel) -177. bpmn-js@18.1.1 (https://github.com/bpmn-io/bpmn-js) -178. diagram-js@15.2.3 (https://github.com/bpmn-io/diagram-js) +177. bpmn-js@18.1.2 (https://github.com/bpmn-io/bpmn-js) +178. diagram-js@15.2.4 (https://github.com/bpmn-io/diagram-js) 179. ids@1.0.5 (https://github.com/bpmn-io/ids) 180. @bpmn-io/extract-process-variables@1.0.0 (git+https://github.com/bpmn-io/extract-process-variables.git) 181. array-move@4.0.0 (sindresorhus/array-move) @@ -9033,7 +9033,7 @@ THE SOFTWARE. END OF @camunda/form-playground@0.19.1 NOTICES AND INFORMATION -%% camunda-bpmn-js@5.4.1 NOTICES AND INFORMATION BEGIN HERE +%% camunda-bpmn-js@5.4.2 NOTICES AND INFORMATION BEGIN HERE ========================================== The MIT License (MIT) @@ -9057,7 +9057,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========================================== -END OF camunda-bpmn-js@5.4.1 NOTICES AND INFORMATION +END OF camunda-bpmn-js@5.4.2 NOTICES AND INFORMATION %% camunda-dmn-js@3.0.0 NOTICES AND INFORMATION BEGIN HERE @@ -10471,7 +10471,7 @@ THE SOFTWARE. END OF bpmn-js-properties-panel@5.30.0 NOTICES AND INFORMATION -%% bpmn-js@18.1.1 NOTICES AND INFORMATION BEGIN HERE +%% bpmn-js@18.1.2 NOTICES AND INFORMATION BEGIN HERE ========================================== Copyright (c) 2014-present Camunda Services GmbH @@ -10498,10 +10498,10 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH OR OTHER DEALINGS IN THE SOFTWARE. ========================================== -END OF bpmn-js@18.1.1 NOTICES AND INFORMATION +END OF bpmn-js@18.1.2 NOTICES AND INFORMATION -%% diagram-js@15.2.3 NOTICES AND INFORMATION BEGIN HERE +%% diagram-js@15.2.4 NOTICES AND INFORMATION BEGIN HERE ========================================== The MIT License (MIT) @@ -10525,7 +10525,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========================================== -END OF diagram-js@15.2.3 NOTICES AND INFORMATION +END OF diagram-js@15.2.4 NOTICES AND INFORMATION %% ids@1.0.5 NOTICES AND INFORMATION BEGIN HERE diff --git a/app/package.json b/app/package.json index bcbf8abfd..de74fd12d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "camunda-modeler", - "version": "5.31.0-rc.0", + "version": "5.31.0", "description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io", "private": true, "main": "prod.js", diff --git a/client/package.json b/client/package.json index 6a628d722..5b1414044 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "camunda-modeler-client", - "version": "5.31.0-rc.0", + "version": "5.31.0", "description": "Camunda Modeler client application", "private": true, "license": "MIT", diff --git a/lerna.json b/lerna.json index 72d3c6b17..e5cf2311b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "5.31.0-rc.0" + "version": "5.31.0" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9fc9f35a3..bbfd23d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ }, "app": { "name": "camunda-modeler", - "version": "5.31.0-rc.0", + "version": "5.31.0", "license": "MIT", "dependencies": { "@sentry/integrations": "^7.113.0", @@ -88,7 +88,7 @@ }, "client": { "name": "camunda-modeler-client", - "version": "5.31.0-rc.0", + "version": "5.31.0", "license": "MIT", "dependencies": { "@bpmn-io/add-exporter": "^0.2.0",