diff --git a/gradle.properties b/gradle.properties index 71c8bf7ede..fe04e9e8a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ # SOFTWARE. # group = sonia.scm -version = 2.47.1-SNAPSHOT +version = 2.48.0 org.gradle.jvmargs=-Xmx1024M diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 2ce6e237c1..b46d0b987a 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.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "2.47.1-SNAPSHOT" + "@scm-manager/ui-plugins": "2.48.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 ff20c928b9..17798d06e4 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.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "2.47.1-SNAPSHOT" + "@scm-manager/ui-plugins": "2.48.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 06aa63cb21..da28d4d458 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.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "2.47.1-SNAPSHOT" + "@scm-manager/ui-plugins": "2.48.0" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,5 +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 588a5dbd4b..2a0fd67004 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.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "2.47.1-SNAPSHOT" + "@scm-manager/ui-plugins": "2.48.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 a5c016b121..f0f21ccbe7 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.47.1-SNAPSHOT", + "version": "2.48.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 847fa690eb..ba8d502793 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.47.1-SNAPSHOT", + "version": "2.48.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.47.1-SNAPSHOT", + "@scm-manager/ui-types": "2.48.0", "fetch-mock-jest": "^1.5.1", "gitdiff-parser": "^0.2.2", "query-string": "6.14.1", diff --git a/scm-ui/ui-buttons/package.json b/scm-ui/ui-buttons/package.json index e5ebbefe78..7dc3260baf 100644 --- a/scm-ui/ui-buttons/package.json +++ b/scm-ui/ui-buttons/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-buttons", - "version": "2.47.1-SNAPSHOT", + "version": "2.48.0", "private": false, "main": "build/index.js", "module": "build/index.mjs", @@ -24,11 +24,11 @@ "react-dom": "^17.0.1", "react-router-dom": "^5.3.1", "classnames": "^2.2.6", - "@scm-manager/ui-components": "2.47.1-SNAPSHOT" + "@scm-manager/ui-components": "2.48.0" }, "devDependencies": { "@scm-manager/prettier-config": "^2.11.1", - "@scm-manager/ui-api": "2.47.1-SNAPSHOT", + "@scm-manager/ui-api": "2.48.0", "@scm-manager/eslint-config": "^2.17.0", "@babel/core": "^7.17.8", "@scm-manager/tsconfig": "^2.12.0", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index d9feebaf4e..7d4fb94b03 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.47.1-SNAPSHOT", + "version": "2.48.0", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -24,10 +24,10 @@ "@scm-manager/jest-preset": "^2.13.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-shortcuts": "2.47.1-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "2.47.1-SNAPSHOT", - "@scm-manager/ui-tests": "2.47.1-SNAPSHOT", - "@scm-manager/ui-text": "2.47.1-SNAPSHOT", + "@scm-manager/ui-shortcuts": "2.48.0", + "@scm-manager/ui-syntaxhighlighting": "2.48.0", + "@scm-manager/ui-tests": "2.48.0", + "@scm-manager/ui-text": "2.48.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": "2.47.1-SNAPSHOT", - "@scm-manager/ui-extensions": "2.47.1-SNAPSHOT", - "@scm-manager/ui-types": "2.47.1-SNAPSHOT", + "@scm-manager/ui-api": "2.48.0", + "@scm-manager/ui-extensions": "2.48.0", + "@scm-manager/ui-types": "2.48.0", "classnames": "^2.2.6", "date-fns": "^2.4.1", "deepmerge": "^4.2.2", diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index 36917676b3..53ecb06972 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.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "private": false, "author": "Sebastian Sdorra ", @@ -17,7 +17,7 @@ "test": "jest" }, "dependencies": { - "@scm-manager/ui-types": "2.47.1-SNAPSHOT", + "@scm-manager/ui-types": "2.48.0", "react": "^17.0.1" }, "devDependencies": { diff --git a/scm-ui/ui-forms/package.json b/scm-ui/ui-forms/package.json index 78b9a79832..3d234b0974 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": "2.47.1-SNAPSHOT", + "version": "2.48.0", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index.mjs", @@ -16,7 +16,7 @@ "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-styles": "2.47.1-SNAPSHOT", + "@scm-manager/ui-styles": "2.48.0", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-docs": "^6.5.14", "@storybook/addon-essentials": "^6.5.10", @@ -32,7 +32,7 @@ "tsup": "^6.2.3" }, "peerDependencies": { - "@scm-manager/ui-components": "2.47.1-SNAPSHOT", + "@scm-manager/ui-components": "2.48.0", "classnames": "^2.3.1", "react": "17", "react-hook-form": "7", @@ -45,9 +45,9 @@ "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-slot": "^1.0.1", "@radix-ui/react-visually-hidden": "^1.0.3", - "@scm-manager/ui-api": "2.47.1-SNAPSHOT", - "@scm-manager/ui-buttons": "2.47.1-SNAPSHOT", - "@scm-manager/ui-overlays": "2.47.1-SNAPSHOT" + "@scm-manager/ui-api": "2.48.0", + "@scm-manager/ui-buttons": "2.48.0", + "@scm-manager/ui-overlays": "2.48.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { @@ -56,4 +56,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 ab2d1ef139..efedf9176a 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": "2.47.1-SNAPSHOT", + "version": "2.48.0", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index.mjs", @@ -16,9 +16,9 @@ "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-styles": "2.47.1-SNAPSHOT", - "@scm-manager/ui-overlays": "2.47.1-SNAPSHOT", - "@scm-manager/ui-forms": "2.47.1-SNAPSHOT", + "@scm-manager/ui-styles": "2.48.0", + "@scm-manager/ui-overlays": "2.48.0", + "@scm-manager/ui-forms": "2.48.0", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-docs": "^6.5.14", "@storybook/addon-essentials": "^6.5.10", @@ -39,7 +39,7 @@ "react-dom": "17", "react-router-dom": "5", "styled-components": "5", - "@scm-manager/ui-components": "2.47.1-SNAPSHOT" + "@scm-manager/ui-components": "2.48.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { @@ -52,6 +52,6 @@ "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-slot": "^1.0.1", "@radix-ui/react-tabs": "^1.0.4", - "@scm-manager/ui-buttons": "2.47.1-SNAPSHOT" + "@scm-manager/ui-buttons": "2.48.0" } } \ No newline at end of file diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index 2969b774df..8b982d7c94 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.47.1-SNAPSHOT", + "version": "2.48.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -12,9 +12,9 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@scm-manager/ui-api": "2.47.1-SNAPSHOT", - "@scm-manager/ui-extensions": "2.47.1-SNAPSHOT", - "@scm-manager/ui-types": "2.47.1-SNAPSHOT", + "@scm-manager/ui-api": "2.48.0", + "@scm-manager/ui-extensions": "2.48.0", + "@scm-manager/ui-types": "2.48.0", "react": "^17.0.1", "react-redux": "^5.0.7", "redux": "^4.0.0" diff --git a/scm-ui/ui-overlays/package.json b/scm-ui/ui-overlays/package.json index 79f6104ecc..8f53677ee9 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": "2.47.1-SNAPSHOT", + "version": "2.48.0", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index.mjs", @@ -16,7 +16,7 @@ "@scm-manager/eslint-config": "^2.16.0", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-styles": "2.47.1-SNAPSHOT", + "@scm-manager/ui-styles": "2.48.0", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-docs": "^6.5.14", "@storybook/addon-essentials": "^6.5.10", @@ -44,7 +44,7 @@ "@radix-ui/react-dropdown-menu": "2.0.5", "@radix-ui/react-popover": "1.0.6", "@radix-ui/react-tooltip": "1.0.2", - "@scm-manager/ui-buttons": "2.47.1-SNAPSHOT" + "@scm-manager/ui-buttons": "2.48.0" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 83c3040e1b..772ce40770 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": "2.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "dependencies": { "react": "17", @@ -10,13 +10,13 @@ "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", - "@scm-manager/ui-api": "2.47.1-SNAPSHOT", - "@scm-manager/ui-extensions": "2.47.1-SNAPSHOT", - "@scm-manager/ui-components": "2.47.1-SNAPSHOT", - "@scm-manager/ui-forms": "2.47.1-SNAPSHOT", - "@scm-manager/ui-buttons": "2.47.1-SNAPSHOT", - "@scm-manager/ui-overlays": "2.47.1-SNAPSHOT", - "@scm-manager/ui-layout": "2.47.1-SNAPSHOT", + "@scm-manager/ui-api": "2.48.0", + "@scm-manager/ui-extensions": "2.48.0", + "@scm-manager/ui-components": "2.48.0", + "@scm-manager/ui-forms": "2.48.0", + "@scm-manager/ui-buttons": "2.48.0", + "@scm-manager/ui-overlays": "2.48.0", + "@scm-manager/ui-layout": "2.48.0", "classnames": "^2.2.6", "query-string": "6.14.1", "redux": "^4.0.0", @@ -31,8 +31,8 @@ "@scm-manager/plugin-scripts": "^1.2.2", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "2.47.1-SNAPSHOT", - "@scm-manager/ui-types": "2.47.1-SNAPSHOT", + "@scm-manager/ui-tests": "2.48.0", + "@scm-manager/ui-types": "2.48.0", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", @@ -47,4 +47,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 c807e0ce69..fab91600fa 100644 --- a/scm-ui/ui-shortcuts/package.json +++ b/scm-ui/ui-shortcuts/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-shortcuts", - "version": "2.47.1-SNAPSHOT", + "version": "2.48.0", "license": "MIT", "private": true, "main": "build/index.js", diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index fe3db9f62c..646e3ef683 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.47.1-SNAPSHOT", + "version": "2.48.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 23a6933787..a61a64b66e 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.47.1-SNAPSHOT", + "version": "2.48.0", "private": true, "main": "src/index.ts", "scripts": { @@ -13,7 +13,7 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-text": "2.47.1-SNAPSHOT", + "@scm-manager/ui-text": "2.48.0", "nanoid": "^3.3.2", "react-diff-view": "^2.4.10", "refractor": "^4.5.0" diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 04a2bf3f65..e8d25453c1 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.47.1-SNAPSHOT", + "version": "2.48.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 d5a2ef68a4..8a7b7824fd 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.47.1-SNAPSHOT", + "version": "2.48.0", "private": true, "main": "build/index.js", "module": "build/index.mjs", diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 962feec909..0f80ee16b6 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.47.1-SNAPSHOT", + "version": "2.48.0", "description": "Typescript types for SCM-Manager related Objects", "main": "src/index.ts", "files": [ diff --git a/scm-ui/ui-webapp/package.json b/scm-ui/ui-webapp/package.json index 1e3daf9b47..5f760f7213 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,20 +1,20 @@ { "name": "@scm-manager/ui-webapp", - "version": "2.47.1-SNAPSHOT", + "version": "2.48.0", "private": true, "dependencies": { "@headlessui/react": "^1.7.15", - "@scm-manager/ui-components": "2.47.1-SNAPSHOT", - "@scm-manager/ui-api": "2.47.1-SNAPSHOT", - "@scm-manager/ui-extensions": "2.47.1-SNAPSHOT", - "@scm-manager/ui-syntaxhighlighting": "2.47.1-SNAPSHOT", - "@scm-manager/ui-text": "2.47.1-SNAPSHOT", - "@scm-manager/ui-shortcuts": "2.47.1-SNAPSHOT", - "@scm-manager/ui-legacy": "2.47.1-SNAPSHOT", - "@scm-manager/ui-forms": "2.47.1-SNAPSHOT", - "@scm-manager/ui-buttons": "2.47.1-SNAPSHOT", - "@scm-manager/ui-overlays": "2.47.1-SNAPSHOT", - "@scm-manager/ui-layout": "2.47.1-SNAPSHOT", + "@scm-manager/ui-components": "2.48.0", + "@scm-manager/ui-api": "2.48.0", + "@scm-manager/ui-extensions": "2.48.0", + "@scm-manager/ui-syntaxhighlighting": "2.48.0", + "@scm-manager/ui-text": "2.48.0", + "@scm-manager/ui-shortcuts": "2.48.0", + "@scm-manager/ui-legacy": "2.48.0", + "@scm-manager/ui-forms": "2.48.0", + "@scm-manager/ui-buttons": "2.48.0", + "@scm-manager/ui-overlays": "2.48.0", + "@scm-manager/ui-layout": "2.48.0", "@radix-ui/react-portal": "^1.0.4", "react-aria": "^3.29.1", "classnames": "^2.2.5", @@ -44,7 +44,7 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.13.0", - "@scm-manager/ui-tests": "2.47.1-SNAPSHOT", + "@scm-manager/ui-tests": "2.48.0", "@testing-library/react": "^12.1.5", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", @@ -93,5 +93,4 @@ "publishConfig": { "access": "public" } -} - +} \ No newline at end of file