diff --git a/gradle.properties b/gradle.properties index a45d8b01ed..8a0252f8e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ # SOFTWARE. # group = sonia.scm -version = 2.32.3-SNAPSHOT +version = 2.33.0 org.gradle.jvmargs=-Xmx1024M diff --git a/lerna.json b/lerna.json index 63a3a5be47..8fd95d0bbd 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.32.3-SNAPSHOT" + "version": "2.33.0" } diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 11651525aa..235f6c0ba1 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-git-plugin", "private": true, - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "^2.32.3-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.33.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index c4e300cd2d..cc71e613ee 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-hg-plugin", "private": true, - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "^2.32.3-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.33.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json index d8bdff74f0..ad1ae791ef 100644 --- a/scm-plugins/scm-legacy-plugin/package.json +++ b/scm-plugins/scm-legacy-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-legacy-plugin", "private": true, - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "license": "MIT", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "^2.32.3-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.33.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index d91f3be34f..017f3317ca 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-svn-plugin", "private": true, - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "^2.32.3-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.33.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-ui/e2e-tests/package.json b/scm-ui/e2e-tests/package.json index c15f14dcdb..0ba0d67372 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "End to end Tests for SCM-Manager", "main": "index.js", "author": "Eduard Heimbuch ", diff --git a/scm-ui/ui-api/package.json b/scm-ui/ui-api/package.json index 3a0705cefc..6e671d28ed 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "React hook api for the SCM-Manager backend", "main": "src/index.ts", "files": [ @@ -25,7 +25,7 @@ "react-test-renderer": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-types": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-types": "^2.33.0", "fetch-mock-jest": "^1.5.1", "gitdiff-parser": "^0.2.2", "query-string": "6.14.1", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 6467a6b8ad..b7fda43b17 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -25,11 +25,11 @@ "@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.32.3-SNAPSHOT", + "@scm-manager/ui-tests": "^2.33.0", "@storybook/addon-actions": "^6.4.20", - "@storybook/addon-storyshots": "^6.4.20", "@storybook/addon-essentials": "^6.4.20", "@storybook/addon-interactions": "^6.4.20", + "@storybook/addon-storyshots": "^6.4.20", "@storybook/builder-webpack5": "^6.4.20", "@storybook/manager-webpack5": "^6.4.20", "@storybook/react": "^6.4.20", @@ -64,11 +64,11 @@ }, "dependencies": { "@headlessui/react": "^1.4.3", - "@scm-manager/ui-api": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-types": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-text": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-api": "^2.33.0", + "@scm-manager/ui-extensions": "^2.33.0", + "@scm-manager/ui-syntaxhighlighting": "^2.33.0", + "@scm-manager/ui-text": "^2.33.0", + "@scm-manager/ui-types": "^2.33.0", "classnames": "^2.2.6", "date-fns": "^2.4.1", "deepmerge": "^4.2.2", @@ -79,8 +79,8 @@ "react-dom": "^17.0.1", "react-hook-form": "^7.5.1", "react-i18next": "^10.13.1", - "react-router-dom": "^5.3.1", "react-router": "^5.3.1", + "react-router-dom": "^5.3.1", "react-select": "^2.1.2", "rehype-raw": "^5.1.0", "rehype-react": "^6.2.0", diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index dc32256b38..ca5fb5bfa3 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.32.3-SNAPSHOT", + "version": "2.33.0", "main": "src/index.ts", "license": "MIT", "private": false, @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@scm-manager/ui-types": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-types": "^2.33.0", "react": "^17.0.1" }, "devDependencies": { diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index ebcf6d35c2..3e0f8afa3f 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.32.3-SNAPSHOT", + "version": "2.33.0", "private": true, "main": "src/index.ts", "scripts": { @@ -8,18 +8,18 @@ "lint": "eslint src" }, "dependencies": { - "@scm-manager/ui-api": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-types": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-api": "^2.33.0", + "@scm-manager/ui-extensions": "^2.33.0", + "@scm-manager/ui-types": "^2.33.0", "react": "^17.0.1", "react-redux": "^5.0.7", "redux": "^4.0.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/prettier-config": "^2.10.1", - "@scm-manager/eslint-config": "^2.15.1", "@types/react": "^17.0.1", "@types/react-redux": "5.0.7" }, diff --git a/scm-ui/ui-modules/package.json b/scm-ui/ui-modules/package.json index 5a628902c5..97ea76154d 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.32.3-SNAPSHOT", + "version": "2.33.0", "private": true, "main": "src/index.ts", "scripts": { @@ -9,9 +9,9 @@ }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/prettier-config": "^2.10.1", - "@scm-manager/eslint-config": "^2.15.1" + "@scm-manager/prettier-config": "^2.10.1" }, "babel": { "presets": [ diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 9e644cb198..28915db94a 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -1,21 +1,21 @@ { "name": "@scm-manager/ui-plugins", - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "license": "MIT", "bin": { "ui-plugins": "./bin/ui-plugins.js" }, "dependencies": { - "@scm-manager/ui-components": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-components": "^2.33.0", + "@scm-manager/ui-extensions": "^2.33.0", "classnames": "^2.2.6", "query-string": "6.14.1", "react": "^17.0.1", "react-hook-form": "^7.5.1", "react-i18next": "^10.13.1", "react-redux": "^5.0.7", - "react-router-dom": "^5.3.1", "react-router": "^5.3.1", + "react-router-dom": "^5.3.1", "redux": "^4.0.0", "styled-components": "^5.3.5" }, @@ -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.32.3-SNAPSHOT", - "@scm-manager/ui-tests": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-types": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-scripts": "^2.33.0", + "@scm-manager/ui-tests": "^2.33.0", + "@scm-manager/ui-types": "^2.33.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", diff --git a/scm-ui/ui-polyfill/package.json b/scm-ui/ui-polyfill/package.json index b1637faceb..9b918f28a2 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "Polyfills for SCM-Manager UI", "main": "src/index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/ui-scripts/package.json b/scm-ui/ui-scripts/package.json index fb5ed277a5..16527a201b 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "Build scripts for SCM-Manager", "main": "src/index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 4c7163ec5b..ed94b4db38 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "MIT", diff --git a/scm-ui/ui-syntaxhighlighting/package.json b/scm-ui/ui-syntaxhighlighting/package.json index 93929b557e..8488e8795a 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.32.3-SNAPSHOT", + "version": "2.33.0", "private": true, "main": "src/index.ts", "scripts": { @@ -11,10 +11,10 @@ "write-mapping": "node scripts/write-mapping.mjs" }, "dependencies": { - "@scm-manager/ui-text": "2.32.3-SNAPSHOT", + "@scm-manager/ui-text": "^2.33.0", "nanoid": "^3.3.2", - "refractor": "^4.5.0", - "react-diff-view": "^2.4.10" + "react-diff-view": "^2.4.10", + "refractor": "^4.5.0" }, "peerDependencies": { "react": "^17.0.1", @@ -22,10 +22,10 @@ }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", "@scm-manager/jest-preset": "^2.13.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/eslint-config": "^2.15.1", "@storybook/addon-essentials": "^6.4.20", "@storybook/builder-webpack5": "^6.4.20", "@storybook/manager-webpack5": "^6.4.20", diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 4ab8519252..0897d2bbd1 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "MIT", diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index 22071f7b8d..64178f1790 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.32.3-SNAPSHOT", + "version": "2.33.0", "private": true, "main": "src/index.ts", "scripts": { @@ -9,17 +9,16 @@ "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, - "dependencies": {}, "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", + "@scm-manager/eslint-config": "^2.15.1", "@scm-manager/jest-preset": "^2.13.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/eslint-config": "^2.15.1", "@storybook/builder-webpack5": "^6.4.20", "@storybook/manager-webpack5": "^6.4.20", "@storybook/react": "^6.4.20", diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 27a5124972..49a538e822 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.32.3-SNAPSHOT", + "version": "2.33.0", "description": "Typescript types for SCM-Manager related Objects", "main": "src/index.ts", "files": [ @@ -15,8 +15,8 @@ "lint": "eslint src" }, "devDependencies": { - "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/eslint-config": "^2.15.1" + "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/tsconfig": "^2.13.0" }, "babel": { "presets": [ diff --git a/scm-ui/ui-webapp/package.json b/scm-ui/ui-webapp/package.json index 9635771b41..bb6df30495 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,12 +1,12 @@ { "name": "@scm-manager/ui-webapp", - "version": "2.32.3-SNAPSHOT", + "version": "2.33.0", "private": true, "dependencies": { - "@scm-manager/ui-api": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-components": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.32.3-SNAPSHOT", - "@scm-manager/ui-modules": "^2.32.3-SNAPSHOT", + "@scm-manager/ui-api": "^2.33.0", + "@scm-manager/ui-components": "^2.33.0", + "@scm-manager/ui-extensions": "^2.33.0", + "@scm-manager/ui-modules": "^2.33.0", "classnames": "^2.2.5", "history": "^4.10.1", "i18next": "^19.6.0", @@ -18,8 +18,8 @@ "react-hook-form": "^7.5.1", "react-i18next": "^10.13.1", "react-redux": "^5.0.7", - "react-router-dom": "^5.3.1", "react-router": "^5.3.1", + "react-router-dom": "^5.3.1", "react-select": "^2.1.2", "redux": "^4.0.0", "string_score": "^0.1.22", @@ -31,9 +31,9 @@ "lint": "eslint src" }, "devDependencies": { - "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/ui-tests": "^2.32.3-SNAPSHOT", "@scm-manager/eslint-config": "^2.15.1", + "@scm-manager/jest-preset": "^2.13.0", + "@scm-manager/ui-tests": "^2.33.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1",