diff --git a/gradle.properties b/gradle.properties index 4f8a89be58..8caccf794b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ # group = sonia.scm -version = 3.4.3-SNAPSHOT +version = 3.5.0 org.gradle.jvmargs=-Xmx1024M org.gradle.caching=true diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 5d5e458fd3..812b1de7dc 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.4.3-SNAPSHOT" + "@scm-manager/ui-plugins": "3.5.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -33,4 +33,4 @@ "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 3535c12cc4..8d72183ee3 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.4.3-SNAPSHOT" + "@scm-manager/ui-plugins": "3.5.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "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 1d6d7c0c55..793c08e657 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.4.3-SNAPSHOT" + "@scm-manager/ui-plugins": "3.5.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "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 f1c075acc3..09f0febdfc 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.4.3-SNAPSHOT" + "@scm-manager/ui-plugins": "3.5.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "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 3934aac824..491d48572b 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": "3.4.3-SNAPSHOT", + "version": "3.5.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 e115e7fa7c..1ebdf51daa 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": "3.4.3-SNAPSHOT", + "version": "3.5.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": "3.4.3-SNAPSHOT", + "@scm-manager/ui-types": "3.5.0", "fetch-mock-jest": "^1.5.1", "gitdiff-parser": "^0.2.2", "query-string": "6.14.1", @@ -53,4 +53,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-buttons/package.json b/scm-ui/ui-buttons/package.json index eace4c8007..29f27675c1 100644 --- a/scm-ui/ui-buttons/package.json +++ b/scm-ui/ui-buttons/package.json @@ -1,10 +1,10 @@ { "name": "@scm-manager/ui-buttons", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "private": false, "main": "index.ts", "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "devDependencies": { "@scm-manager/prettier-config": "^2.11.1", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 6b58764c8f..2333096964 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -24,10 +24,10 @@ "@scm-manager/jest-preset": "^2.14.1", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-shortcuts": "3.4.3-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "3.4.3-SNAPSHOT", - "@scm-manager/ui-tests": "3.4.3-SNAPSHOT", - "@scm-manager/ui-text": "3.4.3-SNAPSHOT", + "@scm-manager/ui-shortcuts": "3.5.0", + "@scm-manager/ui-syntaxhighlighting": "3.5.0", + "@scm-manager/ui-tests": "3.5.0", + "@scm-manager/ui-text": "3.5.0", "@storybook/addon-actions": "^6.4.20", "@storybook/addon-essentials": "^6.4.20", "@storybook/addon-interactions": "^6.4.20", @@ -65,9 +65,9 @@ }, "dependencies": { "@headlessui/react": "^1.4.3", - "@scm-manager/ui-api": "3.4.3-SNAPSHOT", - "@scm-manager/ui-extensions": "3.4.3-SNAPSHOT", - "@scm-manager/ui-types": "3.4.3-SNAPSHOT", + "@scm-manager/ui-api": "3.5.0", + "@scm-manager/ui-extensions": "3.5.0", + "@scm-manager/ui-types": "3.5.0", "classnames": "^2.2.6", "date-fns": "^2.4.1", "deepmerge": "^4.2.2", @@ -106,4 +106,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-core/package.json b/scm-ui/ui-core/package.json index d84744678a..b2c0b4fecf 100644 --- a/scm-ui/ui-core/package.json +++ b/scm-ui/ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-core", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "main": "./src/index.ts", "license": "AGPL-3.0-only", "scripts": { @@ -78,4 +78,4 @@ "jest-extended/all" ] } -} +} \ No newline at end of file diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index 6f32d355cf..a18570ec3e 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "private": false, "author": "Sebastian Sdorra ", @@ -17,7 +17,7 @@ "test": "jest" }, "dependencies": { - "@scm-manager/ui-types": "3.4.3-SNAPSHOT", + "@scm-manager/ui-types": "3.5.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-forms/package.json b/scm-ui/ui-forms/package.json index d0ada25f51..9119b999f0 100644 --- a/scm-ui/ui-forms/package.json +++ b/scm-ui/ui-forms/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-forms", "private": false, - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "main": "index.ts", "license": "AGPL-3.0-only", "devDependencies": { @@ -10,7 +10,7 @@ "@scm-manager/tsconfig": "^2.13.0" }, "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { @@ -19,4 +19,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-layout/package.json b/scm-ui/ui-layout/package.json index d1cbc4d18b..e92f7a2c59 100644 --- a/scm-ui/ui-layout/package.json +++ b/scm-ui/ui-layout/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-layout", "private": false, - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "main": "index.ts", "license": "AGPL-3.0-only", "devDependencies": { @@ -10,7 +10,7 @@ "@scm-manager/tsconfig": "^2.13.0" }, "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { @@ -19,4 +19,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 b385a36a31..eceb14e7a2 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -12,9 +12,9 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@scm-manager/ui-api": "3.4.3-SNAPSHOT", - "@scm-manager/ui-extensions": "3.4.3-SNAPSHOT", - "@scm-manager/ui-types": "3.4.3-SNAPSHOT", + "@scm-manager/ui-api": "3.5.0", + "@scm-manager/ui-extensions": "3.5.0", + "@scm-manager/ui-types": "3.5.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-overlays/package.json b/scm-ui/ui-overlays/package.json index a975318d99..f25b324e5b 100644 --- a/scm-ui/ui-overlays/package.json +++ b/scm-ui/ui-overlays/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-overlays", "private": false, - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "main": "index.ts", "license": "AGPL-3.0-only", "devDependencies": { @@ -10,7 +10,7 @@ "@scm-manager/tsconfig": "^2.13.0" }, "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { @@ -19,4 +19,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 f72d58c8b0..1df98120a4 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-plugins", "description": "Defines the versions of SCM-Manager plugin dependencies provided by the core webapp. Exclusively used by the postinstall command of @scm-manager/plugin-scripts.", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "type": "module", "main": "./build/provided-modules.js", @@ -16,14 +16,14 @@ "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", - "@scm-manager/ui-api": "3.4.3-SNAPSHOT", - "@scm-manager/ui-buttons": "3.4.3-SNAPSHOT", - "@scm-manager/ui-components": "3.4.3-SNAPSHOT", - "@scm-manager/ui-core": "3.4.3-SNAPSHOT", - "@scm-manager/ui-extensions": "3.4.3-SNAPSHOT", - "@scm-manager/ui-forms": "3.4.3-SNAPSHOT", - "@scm-manager/ui-layout": "3.4.3-SNAPSHOT", - "@scm-manager/ui-overlays": "3.4.3-SNAPSHOT", + "@scm-manager/ui-api": "3.5.0", + "@scm-manager/ui-buttons": "3.5.0", + "@scm-manager/ui-components": "3.5.0", + "@scm-manager/ui-core": "3.5.0", + "@scm-manager/ui-extensions": "3.5.0", + "@scm-manager/ui-forms": "3.5.0", + "@scm-manager/ui-layout": "3.5.0", + "@scm-manager/ui-overlays": "3.5.0", "classnames": "^2.2.6", "query-string": "6.14.1", "redux": "^4.0.0", @@ -31,7 +31,10 @@ "react-hook-form": "^7.5.1", "react-query": "^3.25.1" }, - "lazyDependencies": ["redux", "react-redux"], + "lazyDependencies": [ + "redux", + "react-redux" + ], "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", @@ -39,8 +42,8 @@ "@scm-manager/plugin-scripts": "^1.6.1", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "3.4.3-SNAPSHOT", - "@scm-manager/ui-types": "3.4.3-SNAPSHOT", + "@scm-manager/ui-tests": "3.5.0", + "@scm-manager/ui-types": "3.5.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", @@ -55,4 +58,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-shortcuts/package.json b/scm-ui/ui-shortcuts/package.json index ee611cefa0..bc818b1fa7 100644 --- a/scm-ui/ui-shortcuts/package.json +++ b/scm-ui/ui-shortcuts/package.json @@ -1,11 +1,11 @@ { "name": "@scm-manager/ui-shortcuts", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "license": "AGPL-3.0-only", "private": true, "main": "index.ts", "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "devDependencies": { "@scm-manager/eslint-config": "^2.16.0", @@ -16,4 +16,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 498f8f7ccd..23995c5462 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "AGPL-3.0-only", @@ -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 64331569a2..5846ce292c 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "private": true, "main": "src/index.ts", "scripts": { @@ -13,7 +13,7 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-text": "3.4.3-SNAPSHOT", + "@scm-manager/ui-text": "3.5.0", "nanoid": "^3.3.2", "react-diff-view": "^2.4.10", "refractor": "^4.5.0" @@ -53,4 +53,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 d477c65cb1..c640dcd6a0 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": "3.4.3-SNAPSHOT", + "version": "3.5.0", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "AGPL-3.0-only", @@ -27,4 +27,4 @@ "@types/enzyme": "^3.10.3", "@types/jest": "^26.0.24" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index 29106c3f27..3d6643c882 100644 --- a/scm-ui/ui-text/package.json +++ b/scm-ui/ui-text/package.json @@ -1,10 +1,10 @@ { "name": "@scm-manager/ui-text", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "private": true, "main": "index.ts", "peerDependencies": { - "@scm-manager/ui-core": "3.4.3-SNAPSHOT" + "@scm-manager/ui-core": "3.5.0" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 0d5d8657bd..85a6c29919 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": "3.4.3-SNAPSHOT", + "version": "3.5.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 dd9deefd0e..767df81630 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,21 +1,21 @@ { "name": "@scm-manager/ui-webapp", - "version": "3.4.3-SNAPSHOT", + "version": "3.5.0", "private": true, "dependencies": { "@headlessui/react": "^1.7.15", - "@scm-manager/ui-components": "3.4.3-SNAPSHOT", - "@scm-manager/ui-api": "3.4.3-SNAPSHOT", - "@scm-manager/ui-extensions": "3.4.3-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "3.4.3-SNAPSHOT", - "@scm-manager/ui-text": "3.4.3-SNAPSHOT", - "@scm-manager/ui-shortcuts": "3.4.3-SNAPSHOT", - "@scm-manager/ui-legacy": "3.4.3-SNAPSHOT", - "@scm-manager/ui-forms": "3.4.3-SNAPSHOT", - "@scm-manager/ui-core": "3.4.3-SNAPSHOT", - "@scm-manager/ui-overlays": "3.4.3-SNAPSHOT", - "@scm-manager/ui-layout": "3.4.3-SNAPSHOT", - "@scm-manager/ui-buttons": "3.4.3-SNAPSHOT", + "@scm-manager/ui-components": "3.5.0", + "@scm-manager/ui-api": "3.5.0", + "@scm-manager/ui-extensions": "3.5.0", + "@scm-manager/ui-syntaxhighlighting": "3.5.0", + "@scm-manager/ui-text": "3.5.0", + "@scm-manager/ui-shortcuts": "3.5.0", + "@scm-manager/ui-legacy": "3.5.0", + "@scm-manager/ui-forms": "3.5.0", + "@scm-manager/ui-core": "3.5.0", + "@scm-manager/ui-overlays": "3.5.0", + "@scm-manager/ui-layout": "3.5.0", + "@scm-manager/ui-buttons": "3.5.0", "@radix-ui/react-portal": "^1.0.4", "@react-aria/overlays": "^3.23.1", "classnames": "^2.2.5", @@ -45,8 +45,8 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", - "@scm-manager/ui-tests": "3.4.3-SNAPSHOT", - "@scm-manager/ui-plugins": "3.4.3-SNAPSHOT", + "@scm-manager/ui-tests": "3.5.0", + "@scm-manager/ui-plugins": "3.5.0", "@testing-library/react": "^12.1.5", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", @@ -95,4 +95,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file