From ba8aebf612b3abc5c906ba3b90828ad83eb60827 Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Wed, 29 Jun 2022 08:15:45 +0000 Subject: [PATCH] Release version 2.37.0 --- gradle.properties | 2 +- scm-plugins/scm-git-plugin/package.json | 70 +++++++++++----------- scm-plugins/scm-hg-plugin/package.json | 68 ++++++++++----------- scm-plugins/scm-legacy-plugin/package.json | 68 ++++++++++----------- scm-plugins/scm-svn-plugin/package.json | 68 ++++++++++----------- scm-ui/e2e-tests/package.json | 4 +- scm-ui/ui-api/package.json | 6 +- scm-ui/ui-components/package.json | 16 ++--- scm-ui/ui-extensions/package.json | 6 +- scm-ui/ui-legacy/package.json | 10 ++-- scm-ui/ui-modules/package.json | 4 +- scm-ui/ui-plugins/package.json | 14 ++--- scm-ui/ui-polyfill/package.json | 4 +- scm-ui/ui-scripts/package.json | 4 +- scm-ui/ui-styles/package.json | 4 +- scm-ui/ui-syntaxhighlighting/package.json | 6 +- scm-ui/ui-tests/package.json | 4 +- scm-ui/ui-text/package.json | 4 +- scm-ui/ui-types/package.json | 4 +- scm-ui/ui-webapp/package.json | 21 ++++--- 20 files changed, 193 insertions(+), 194 deletions(-) diff --git a/gradle.properties b/gradle.properties index 74d88a3d27..3022684458 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ # SOFTWARE. # group = sonia.scm -version = 2.36.2-SNAPSHOT +version = 2.37.0 org.gradle.jvmargs=-Xmx1024M diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 45ddb4765f..6c415b26fe 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -1,36 +1,36 @@ { - "name": "@scm-manager/scm-git-plugin", - "private": true, - "version": "2.36.2-SNAPSHOT", - "license": "MIT", - "main": "./src/main/js/index.ts", - "scripts": { - "build": "plugin-scripts build", - "watch": "plugin-scripts watch", - "test": "jest", - "typecheck": "tsc" - }, - "dependencies": { - "@scm-manager/ui-plugins": "^2.36.2-SNAPSHOT" - }, - "devDependencies": { - "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/eslint-config": "^2.15.1", - "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/plugin-scripts": "^1.2.2", - "@scm-manager/prettier-config": "^2.11.1", - "@types/react": "^17.0.1" - }, - "babel": { - "presets": [ - "@scm-manager/babel-preset" - ] - }, - "jest": { - "preset": "@scm-manager/jest-preset" - }, - "prettier": "@scm-manager/prettier-config", - "eslintConfig": { - "extends": "@scm-manager/eslint-config" - } -} + "name": "@scm-manager/scm-git-plugin", + "private": true, + "version": "2.37.0", + "license": "MIT", + "main": "./src/main/js/index.ts", + "scripts": { + "build": "plugin-scripts build", + "watch": "plugin-scripts watch", + "test": "jest", + "typecheck": "tsc" + }, + "dependencies": { + "@scm-manager/ui-plugins": "2.37.0" + }, + "devDependencies": { + "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/jest-preset": "^2.13.0", + "@scm-manager/plugin-scripts": "^1.2.2", + "@scm-manager/prettier-config": "^2.11.1", + "@types/react": "^17.0.1" + }, + "babel": { + "presets": [ + "@scm-manager/babel-preset" + ] + }, + "jest": { + "preset": "@scm-manager/jest-preset" + }, + "prettier": "@scm-manager/prettier-config", + "eslintConfig": { + "extends": "@scm-manager/eslint-config" + } +} \ No newline at end of file diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index a853bd2f0c..b6ed22fa69 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -1,35 +1,35 @@ { - "name": "@scm-manager/scm-hg-plugin", - "private": true, - "version": "2.36.2-SNAPSHOT", - "license": "MIT", - "main": "./src/main/js/index.ts", - "scripts": { - "build": "plugin-scripts build", - "watch": "plugin-scripts watch", - "typecheck": "tsc" - }, - "dependencies": { - "@scm-manager/ui-plugins": "^2.36.2-SNAPSHOT" - }, - "devDependencies": { - "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/eslint-config": "^2.15.1", - "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/plugin-scripts": "^1.2.2", - "@scm-manager/prettier-config": "^2.11.1", - "@types/react": "^17.0.1" - }, - "babel": { - "presets": [ - "@scm-manager/babel-preset" - ] - }, - "jest": { - "preset": "@scm-manager/jest-preset" - }, - "prettier": "@scm-manager/prettier-config", - "eslintConfig": { - "extends": "@scm-manager/eslint-config" - } -} + "name": "@scm-manager/scm-hg-plugin", + "private": true, + "version": "2.37.0", + "license": "MIT", + "main": "./src/main/js/index.ts", + "scripts": { + "build": "plugin-scripts build", + "watch": "plugin-scripts watch", + "typecheck": "tsc" + }, + "dependencies": { + "@scm-manager/ui-plugins": "2.37.0" + }, + "devDependencies": { + "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/jest-preset": "^2.13.0", + "@scm-manager/plugin-scripts": "^1.2.2", + "@scm-manager/prettier-config": "^2.11.1", + "@types/react": "^17.0.1" + }, + "babel": { + "presets": [ + "@scm-manager/babel-preset" + ] + }, + "jest": { + "preset": "@scm-manager/jest-preset" + }, + "prettier": "@scm-manager/prettier-config", + "eslintConfig": { + "extends": "@scm-manager/eslint-config" + } +} \ No newline at end of file diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json index 6a7f5670aa..1eec336040 100644 --- a/scm-plugins/scm-legacy-plugin/package.json +++ b/scm-plugins/scm-legacy-plugin/package.json @@ -1,35 +1,35 @@ { - "name": "@scm-manager/scm-legacy-plugin", - "private": true, - "version": "2.36.2-SNAPSHOT", - "license": "MIT", - "main": "./src/main/js/index.tsx", - "scripts": { - "build": "plugin-scripts build", - "watch": "plugin-scripts watch", - "typecheck": "tsc" - }, - "dependencies": { - "@scm-manager/ui-plugins": "^2.36.2-SNAPSHOT" - }, - "devDependencies": { - "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/eslint-config": "^2.15.1", - "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/plugin-scripts": "^1.2.2", - "@scm-manager/prettier-config": "^2.11.1", - "@types/react": "^17.0.1" - }, - "babel": { - "presets": [ - "@scm-manager/babel-preset" - ] - }, - "jest": { - "preset": "@scm-manager/jest-preset" - }, - "prettier": "@scm-manager/prettier-config", - "eslintConfig": { - "extends": "@scm-manager/eslint-config" - } -} + "name": "@scm-manager/scm-legacy-plugin", + "private": true, + "version": "2.37.0", + "license": "MIT", + "main": "./src/main/js/index.tsx", + "scripts": { + "build": "plugin-scripts build", + "watch": "plugin-scripts watch", + "typecheck": "tsc" + }, + "dependencies": { + "@scm-manager/ui-plugins": "2.37.0" + }, + "devDependencies": { + "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/jest-preset": "^2.13.0", + "@scm-manager/plugin-scripts": "^1.2.2", + "@scm-manager/prettier-config": "^2.11.1", + "@types/react": "^17.0.1" + }, + "babel": { + "presets": [ + "@scm-manager/babel-preset" + ] + }, + "jest": { + "preset": "@scm-manager/jest-preset" + }, + "prettier": "@scm-manager/prettier-config", + "eslintConfig": { + "extends": "@scm-manager/eslint-config" + } +} \ No newline at end of file diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index 09e8c588a0..8f08bde9c3 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -1,35 +1,35 @@ { - "name": "@scm-manager/scm-svn-plugin", - "private": true, - "version": "2.36.2-SNAPSHOT", - "license": "MIT", - "main": "./src/main/js/index.ts", - "scripts": { - "build": "plugin-scripts build", - "watch": "plugin-scripts watch", - "typecheck": "tsc" - }, - "dependencies": { - "@scm-manager/ui-plugins": "^2.36.2-SNAPSHOT" - }, - "devDependencies": { - "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/eslint-config": "^2.15.1", - "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/plugin-scripts": "^1.2.2", - "@scm-manager/prettier-config": "^2.11.1", - "@types/react": "^17.0.1" - }, - "babel": { - "presets": [ - "@scm-manager/babel-preset" - ] - }, - "jest": { - "preset": "@scm-manager/jest-preset" - }, - "prettier": "@scm-manager/prettier-config", - "eslintConfig": { - "extends": "@scm-manager/eslint-config" - } -} + "name": "@scm-manager/scm-svn-plugin", + "private": true, + "version": "2.37.0", + "license": "MIT", + "main": "./src/main/js/index.ts", + "scripts": { + "build": "plugin-scripts build", + "watch": "plugin-scripts watch", + "typecheck": "tsc" + }, + "dependencies": { + "@scm-manager/ui-plugins": "2.37.0" + }, + "devDependencies": { + "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/jest-preset": "^2.13.0", + "@scm-manager/plugin-scripts": "^1.2.2", + "@scm-manager/prettier-config": "^2.11.1", + "@types/react": "^17.0.1" + }, + "babel": { + "presets": [ + "@scm-manager/babel-preset" + ] + }, + "jest": { + "preset": "@scm-manager/jest-preset" + }, + "prettier": "@scm-manager/prettier-config", + "eslintConfig": { + "extends": "@scm-manager/eslint-config" + } +} \ No newline at end of file diff --git a/scm-ui/e2e-tests/package.json b/scm-ui/e2e-tests/package.json index d4cd09417a..f5aa577abf 100644 --- a/scm-ui/e2e-tests/package.json +++ b/scm-ui/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/e2e-tests", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "End to end Tests for SCM-Manager", "main": "index.js", "author": "Eduard Heimbuch ", @@ -26,4 +26,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-api/package.json b/scm-ui/ui-api/package.json index 0647677b22..c55ce4d484 100644 --- a/scm-ui/ui-api/package.json +++ b/scm-ui/ui-api/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-api", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "React hook api for the SCM-Manager backend", "main": "build/index.js", "module": "build/index.mjs", @@ -29,7 +29,7 @@ "tsup": "^5.12.6" }, "dependencies": { - "@scm-manager/ui-types": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-types": "2.37.0", "fetch-mock-jest": "^1.5.1", "gitdiff-parser": "^0.2.2", "query-string": "6.14.1", @@ -52,4 +52,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index eadccb0a9a..f8ed647277 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-components", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -25,7 +25,7 @@ "@scm-manager/jest-preset": "^2.13.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-tests": "2.37.0", "@storybook/addon-actions": "^6.4.20", "@storybook/addon-essentials": "^6.4.20", "@storybook/addon-interactions": "^6.4.20", @@ -64,9 +64,9 @@ }, "dependencies": { "@headlessui/react": "^1.4.3", - "@scm-manager/ui-api": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-types": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-api": "2.37.0", + "@scm-manager/ui-extensions": "2.37.0", + "@scm-manager/ui-types": "2.37.0", "classnames": "^2.2.6", "date-fns": "^2.4.1", "deepmerge": "^4.2.2", @@ -91,8 +91,8 @@ "unified": "^9.2.1" }, "peerDependencies": { - "@scm-manager/ui-syntaxhighlighting": "^2.33.1-SNAPSHOT", - "@scm-manager/ui-text": "^2.33.1-SNAPSHOT" + "@scm-manager/ui-syntaxhighlighting": "2.37.0", + "@scm-manager/ui-text": "2.37.0" }, "babel": { "presets": [ @@ -109,4 +109,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index 79f72e40bf..a21768ed13 100644 --- a/scm-ui/ui-extensions/package.json +++ b/scm-ui/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-extensions", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "license": "MIT", "private": false, "author": "Sebastian Sdorra ", @@ -17,7 +17,7 @@ "test": "jest" }, "dependencies": { - "@scm-manager/ui-types": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-types": "2.37.0", "react": "^17.0.1" }, "devDependencies": { @@ -46,4 +46,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index 63c455fae0..8bf4a6be6f 100644 --- a/scm-ui/ui-legacy/package.json +++ b/scm-ui/ui-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-legacy", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -12,9 +12,9 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@scm-manager/ui-api": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-types": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-api": "2.37.0", + "@scm-manager/ui-extensions": "2.37.0", + "@scm-manager/ui-types": "2.37.0", "react": "^17.0.1", "react-redux": "^5.0.7", "redux": "^4.0.0" @@ -43,4 +43,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-modules/package.json b/scm-ui/ui-modules/package.json index 49e11b6e5b..e4f44a2d48 100644 --- a/scm-ui/ui-modules/package.json +++ b/scm-ui/ui-modules/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-modules", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -36,4 +36,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index cd4690beb2..60a991775f 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -1,13 +1,13 @@ { "name": "@scm-manager/ui-plugins", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "license": "MIT", "bin": { "ui-plugins": "./bin/ui-plugins.js" }, "dependencies": { - "@scm-manager/ui-components": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-components": "2.37.0", + "@scm-manager/ui-extensions": "2.37.0", "classnames": "^2.2.6", "query-string": "6.14.1", "react": "^17.0.1", @@ -26,9 +26,9 @@ "@scm-manager/plugin-scripts": "^1.2.2", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-scripts": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-tests": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-types": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-scripts": "2.37.0", + "@scm-manager/ui-tests": "2.37.0", + "@scm-manager/ui-types": "2.37.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", @@ -43,4 +43,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-polyfill/package.json b/scm-ui/ui-polyfill/package.json index 649e236611..b9b2a77c2d 100644 --- a/scm-ui/ui-polyfill/package.json +++ b/scm-ui/ui-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-polyfill", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "Polyfills for SCM-Manager UI", "main": "src/index.js", "author": "Sebastian Sdorra ", @@ -11,4 +11,4 @@ "@babel/polyfill": "^7.6.0", "whatwg-fetch": "^3.0.0" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-scripts/package.json b/scm-ui/ui-scripts/package.json index 297c9f2303..f8c0a9f4d0 100644 --- a/scm-ui/ui-scripts/package.json +++ b/scm-ui/ui-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-scripts", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "Build scripts for SCM-Manager", "main": "src/index.js", "author": "Sebastian Sdorra ", @@ -41,4 +41,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 726ab255bc..c55b411d09 100644 --- a/scm-ui/ui-styles/package.json +++ b/scm-ui/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-styles", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "MIT", @@ -31,4 +31,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-syntaxhighlighting/package.json b/scm-ui/ui-syntaxhighlighting/package.json index d62c19c713..a586abbe37 100644 --- a/scm-ui/ui-syntaxhighlighting/package.json +++ b/scm-ui/ui-syntaxhighlighting/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-syntaxhighlighting", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "private": true, "main": "src/index.ts", "scripts": { @@ -12,7 +12,7 @@ "write-mapping": "node scripts/write-mapping.mjs" }, "dependencies": { - "@scm-manager/ui-text": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-text": "2.37.0", "nanoid": "^3.3.2", "react-diff-view": "^2.4.10", "refractor": "^4.5.0" @@ -50,4 +50,4 @@ "publishConfig": { "access": "restricted" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index f0975ca8f6..f449aa2a97 100644 --- a/scm-ui/ui-tests/package.json +++ b/scm-ui/ui-tests/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-tests", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "MIT", @@ -27,4 +27,4 @@ "@types/enzyme": "^3.10.3", "@types/jest": "^24.0.19" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index b9d084f3e2..47cd61b96f 100644 --- a/scm-ui/ui-text/package.json +++ b/scm-ui/ui-text/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-text", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -49,4 +49,4 @@ "publishConfig": { "access": "restricted" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 44b451e64e..0d29f29c50 100644 --- a/scm-ui/ui-types/package.json +++ b/scm-ui/ui-types/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-types", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "description": "Typescript types for SCM-Manager related Objects", "main": "src/index.ts", "files": [ @@ -30,4 +30,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-webapp/package.json b/scm-ui/ui-webapp/package.json index cf65197edf..11d7b38a4d 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,16 +1,16 @@ { "name": "@scm-manager/ui-webapp", - "version": "2.36.2-SNAPSHOT", + "version": "2.37.0", "private": true, "dependencies": { "@headlessui/react": "^1.4.3", - "@scm-manager/ui-api": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-components": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-modules": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-text": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-legacy": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-api": "2.37.0", + "@scm-manager/ui-components": "2.37.0", + "@scm-manager/ui-extensions": "2.37.0", + "@scm-manager/ui-modules": "2.37.0", + "@scm-manager/ui-syntaxhighlighting": "2.37.0", + "@scm-manager/ui-text": "2.37.0", + "@scm-manager/ui-legacy": "2.37.0", "classnames": "^2.2.5", "history": "^4.10.1", "i18next": "^19.6.0", @@ -37,8 +37,7 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.15.1", "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/ui-tests": "^2.36.2-SNAPSHOT", - "@scm-manager/ui-tests": "^2.36.2-SNAPSHOT", + "@scm-manager/ui-tests": "2.37.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", @@ -66,4 +65,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file