From 253ba61fa414f2e037b39c07bd82eb02edc20621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 28 Nov 2025 14:26:03 +0100 Subject: [PATCH 1/4] Prepare for next development iteration --- gradle.properties | 2 +- scm-plugins/scm-git-plugin/package.json | 4 ++-- scm-plugins/scm-hg-plugin/package.json | 4 ++-- scm-plugins/scm-legacy-plugin/package.json | 4 ++-- scm-plugins/scm-svn-plugin/package.json | 4 ++-- scm-ui/e2e-tests/package.json | 2 +- scm-ui/ui-api/package.json | 4 ++-- scm-ui/ui-buttons/package.json | 4 ++-- scm-ui/ui-components/package.json | 24 +++++++++---------- scm-ui/ui-core/package.json | 6 ++--- scm-ui/ui-extensions/package.json | 6 ++--- scm-ui/ui-forms/package.json | 4 ++-- scm-ui/ui-layout/package.json | 4 ++-- scm-ui/ui-legacy/package.json | 8 +++---- scm-ui/ui-overlays/package.json | 4 ++-- scm-ui/ui-plugins/package.json | 22 ++++++++--------- scm-ui/ui-shortcuts/package.json | 4 ++-- scm-ui/ui-styles/package.json | 2 +- scm-ui/ui-syntaxhighlighting/package.json | 4 ++-- scm-ui/ui-tests/package.json | 2 +- scm-ui/ui-text/package.json | 4 ++-- scm-ui/ui-types/package.json | 2 +- scm-ui/ui-webapp/package.json | 28 +++++++++++----------- 23 files changed, 76 insertions(+), 76 deletions(-) diff --git a/gradle.properties b/gradle.properties index 465d2175ee..feed5646bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ # group = sonia.scm -version = 3.7.7 +version = 3.7.8-SNAPSHOT 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 9c39ac05f6..8713aab206 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.7" + "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" }, "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 a78adb683e..cc34cdc5e2 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.7" + "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" }, "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 cca70b54de..c516b36c3e 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.7" + "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" }, "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 d75cb023c6..a4d5c529e6 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.7" + "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" }, "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 c1bf329a60..98c8f089ee 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.7.7", + "version": "3.7.8-SNAPSHOT", "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 d78abd28f2..65db19c8ef 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.7.7", + "version": "3.7.8-SNAPSHOT", "description": "React hook api for the SCM-Manager backend", "main": "build/index.js", "module": "build/index.mjs", @@ -26,7 +26,7 @@ "react-i18next": "11" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "tsup": "^5.12.6", "@types/react-test-renderer": "^17.0.1", "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-ui/ui-buttons/package.json b/scm-ui/ui-buttons/package.json index a9ceec4552..f37139a889 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": "3.7.7", + "version": "3.7.8-SNAPSHOT", "private": false, "main": "index.ts", "license": "AGPL-3.0-only", @@ -13,7 +13,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "devDependencies": { "@scm-manager/prettier-config": "^2.12.0", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 1d31acf652..5003a95d1a 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.7.7", + "version": "3.7.8-SNAPSHOT", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -32,8 +32,8 @@ "react-query": "^3.39.2" }, "devDependencies": { - "@scm-manager/ui-tests": "3.7.7", - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "@types/fetch-mock": "^7.3.1", "@types/react-select": "^2.0.19", "@types/unist": "^2.0.3", @@ -67,17 +67,17 @@ "@scm-manager/jest-preset": "^2.14.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-syntaxhighlighting": "3.7.7", - "@scm-manager/ui-shortcuts": "3.7.7", - "@scm-manager/ui-text": "3.7.7" + "@scm-manager/ui-syntaxhighlighting": "3.7.8-SNAPSHOT", + "@scm-manager/ui-shortcuts": "3.7.8-SNAPSHOT", + "@scm-manager/ui-text": "3.7.8-SNAPSHOT" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7", - "@scm-manager/ui-overlays": "3.7.7", - "@scm-manager/ui-layout": "3.7.7", - "@scm-manager/ui-buttons": "3.7.7", - "@scm-manager/ui-api": "3.7.7", - "@scm-manager/ui-extensions": "3.7.7", + "@scm-manager/ui-core": "3.7.8-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", + "@scm-manager/ui-api": "3.7.8-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", "deepmerge": "^4.2.2", "hast-util-sanitize": "^3.0.2", "react-diff-view": "^2.4.10", diff --git a/scm-ui/ui-core/package.json b/scm-ui/ui-core/package.json index a9f99ce126..87f942051f 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.7.7", + "version": "3.7.8-SNAPSHOT", "main": "./src/index.ts", "license": "AGPL-3.0-only", "scripts": { @@ -20,7 +20,7 @@ "styled-components": "5" }, "dependencies": { - "@scm-manager/ui-api": "3.7.7", + "@scm-manager/ui-api": "3.7.8-SNAPSHOT", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-slot": "^1.0.1", "@radix-ui/react-visually-hidden": "^1.0.3", @@ -37,7 +37,7 @@ "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/tsconfig": "^2.13.0", "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "@types/mousetrap": "1.6.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/react": "12.1.5", diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index 7333197561..bc45168495 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "private": false, "author": "Sebastian Sdorra ", @@ -21,8 +21,8 @@ "react": "^17.0.1" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.7", - "@scm-manager/ui-tests": "3.7.7", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", diff --git a/scm-ui/ui-forms/package.json b/scm-ui/ui-forms/package.json index c8b1b7efef..7f43a027b3 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.7.7", + "version": "3.7.8-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -21,7 +21,7 @@ "styled-components": "^5.3.5" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-layout/package.json b/scm-ui/ui-layout/package.json index 1361ceb338..f70b4ffe98 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.7.7", + "version": "3.7.8-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -14,7 +14,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index 6242991624..a140024266 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.7.7", + "version": "3.7.8-SNAPSHOT", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -13,13 +13,13 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-api": "3.7.7", - "@scm-manager/ui-extensions": "3.7.7", + "@scm-manager/ui-api": "3.7.8-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", "react-redux": "^5.0.7", "redux": "^4.0.0" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "@types/react-redux": "5.0.7", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-overlays/package.json b/scm-ui/ui-overlays/package.json index 01c7f08456..62493e90a4 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.7.7", + "version": "3.7.8-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -19,7 +19,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 4b490fbe86..cea1d3f81c 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.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "type": "module", "main": "./build/provided-modules.js", @@ -17,14 +17,14 @@ "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", - "@scm-manager/ui-api": "3.7.7", - "@scm-manager/ui-buttons": "3.7.7", - "@scm-manager/ui-components": "3.7.7", - "@scm-manager/ui-core": "3.7.7", - "@scm-manager/ui-extensions": "3.7.7", - "@scm-manager/ui-forms": "3.7.7", - "@scm-manager/ui-layout": "3.7.7", - "@scm-manager/ui-overlays": "3.7.7", + "@scm-manager/ui-api": "3.7.8-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", + "@scm-manager/ui-components": "3.7.8-SNAPSHOT", + "@scm-manager/ui-core": "3.7.8-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", + "@scm-manager/ui-forms": "3.7.8-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", "classnames": "^2.3.1", "query-string": "6.14.1", "redux": "^4.0.0", @@ -43,8 +43,8 @@ "@scm-manager/plugin-scripts": "^1.6.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "3.7.7", - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/i18next": "^13.0.0", diff --git a/scm-ui/ui-shortcuts/package.json b/scm-ui/ui-shortcuts/package.json index 7cafca2e1b..184b43b98e 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": "3.7.7", + "version": "3.7.8-SNAPSHOT", "license": "AGPL-3.0-only", "private": true, "main": "index.ts", @@ -18,7 +18,7 @@ "@scm-manager/tsconfig": "^2.13.0" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 43c5fe5719..9f46cc1bcf 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.7.7", + "version": "3.7.8-SNAPSHOT", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "AGPL-3.0-only", diff --git a/scm-ui/ui-syntaxhighlighting/package.json b/scm-ui/ui-syntaxhighlighting/package.json index 8fac672d00..be5ad356e4 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.7.7", + "version": "3.7.8-SNAPSHOT", "private": true, "main": "src/index.ts", "scripts": { @@ -13,7 +13,7 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-text": "3.7.7", + "@scm-manager/ui-text": "3.7.8-SNAPSHOT", "nanoid": "^3.3.2", "refractor": "^4.5.0" }, diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 942af46ad5..19773f6b29 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.7.7", + "version": "3.7.8-SNAPSHOT", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "AGPL-3.0-only", diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index bc66ec63d0..f40a5f01fd 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": "3.7.7", + "version": "3.7.8-SNAPSHOT", "private": true, "main": "index.ts", "scripts": { @@ -10,7 +10,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.7" + "@scm-manager/ui-core": "3.7.8-SNAPSHOT" }, "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 5c0aa29889..f1627a2058 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.7.7", + "version": "3.7.8-SNAPSHOT", "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 cf3ddc2572..8e7d2960c6 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-webapp", - "version": "3.7.7", + "version": "3.7.8-SNAPSHOT", "private": true, "scripts": { "test": "jest", @@ -11,16 +11,16 @@ }, "dependencies": { "@headlessui/react": "^1.7.17", - "@scm-manager/ui-components": "3.7.7", - "@scm-manager/ui-api": "3.7.7", - "@scm-manager/ui-extensions": "3.7.7", - "@scm-manager/ui-shortcuts": "3.7.7", - "@scm-manager/ui-legacy": "3.7.7", - "@scm-manager/ui-forms": "3.7.7", - "@scm-manager/ui-core": "3.7.7", - "@scm-manager/ui-overlays": "3.7.7", - "@scm-manager/ui-layout": "3.7.7", - "@scm-manager/ui-buttons": "3.7.7", + "@scm-manager/ui-components": "3.7.8-SNAPSHOT", + "@scm-manager/ui-api": "3.7.8-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", + "@scm-manager/ui-shortcuts": "3.7.8-SNAPSHOT", + "@scm-manager/ui-legacy": "3.7.8-SNAPSHOT", + "@scm-manager/ui-forms": "3.7.8-SNAPSHOT", + "@scm-manager/ui-core": "3.7.8-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", "@radix-ui/react-portal": "^1.0.4", "@react-aria/overlays": "^3.23.1", "classnames": "^2.3.1", @@ -46,10 +46,10 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", - "@scm-manager/ui-tests": "3.7.7", - "@scm-manager/ui-plugins": "3.7.7", + "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", + "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT", "@scm-manager/prettier-config": "^2.12.0", - "@scm-manager/ui-types": "3.7.7", + "@scm-manager/ui-types": "3.7.8-SNAPSHOT", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/react": "^17.0.1", From bceca6722cf0358586b8be498921a17a5210dfa1 Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Tue, 24 Feb 2026 18:10:26 +0000 Subject: [PATCH 2/4] Update JGit to v7.1.1 --- gradle/changelog/jgit.yaml | 2 ++ scm-plugins/scm-git-plugin/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 gradle/changelog/jgit.yaml diff --git a/gradle/changelog/jgit.yaml b/gradle/changelog/jgit.yaml new file mode 100644 index 0000000000..c70bed2e79 --- /dev/null +++ b/gradle/changelog/jgit.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: NPE when using 'binary' macro in .gitattributes diff --git a/scm-plugins/scm-git-plugin/build.gradle b/scm-plugins/scm-git-plugin/build.gradle index fc66dce344..430cd9cccc 100644 --- a/scm-plugins/scm-git-plugin/build.gradle +++ b/scm-plugins/scm-git-plugin/build.gradle @@ -18,7 +18,7 @@ plugins { id 'org.scm-manager.smp' version '0.17.0' } -def jgitVersion = '7.1.0.202411261347-r-scm1' +def jgitVersion = '7.1.1.202505221757-r-scm1' dependencies { // required by scm-it From 2225851ada857d811fe12e6c4012ef9c2897044d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 25 Feb 2026 08:56:17 +0100 Subject: [PATCH 3/4] Adjust changelog for release 3.7.8 --- CHANGELOG.md | 5 +++++ docs/en/release-process.md | 2 ++ gradle/changelog/jgit.yaml | 2 -- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/jgit.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe9542500..b6704b91ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.7.8] - 2026-02-25 +### Fixed +- NPE when using 'binary' macro in .gitattributes + ## [3.7.7] - 2025-11-28 ### Fixed - Significantly improved repository load times for large numbers of repositories @@ -1730,3 +1734,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.7.4]: https://scm-manager.org/download/3.7.4 [3.7.5]: https://scm-manager.org/download/3.7.5 [3.7.7]: https://scm-manager.org/download/3.7.7 +[3.7.8]: https://scm-manager.org/download/3.7.8 diff --git a/docs/en/release-process.md b/docs/en/release-process.md index e1318516e0..accf1359dd 100644 --- a/docs/en/release-process.md +++ b/docs/en/release-process.md @@ -1,5 +1,7 @@ --- title: Release process +subtitle: This is all about how to release the core and plugins +displayToc: true --- ## How to release SCM-Manager core (Script) diff --git a/gradle/changelog/jgit.yaml b/gradle/changelog/jgit.yaml deleted file mode 100644 index c70bed2e79..0000000000 --- a/gradle/changelog/jgit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: NPE when using 'binary' macro in .gitattributes From d6b5631d20804ab91fbe89b282d140a0dd5dd05e Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Wed, 25 Feb 2026 09:55:56 +0000 Subject: [PATCH 4/4] Release version 3.7.8 --- gradle.properties | 2 +- scm-plugins/scm-git-plugin/package.json | 4 ++-- scm-plugins/scm-hg-plugin/package.json | 4 ++-- scm-plugins/scm-legacy-plugin/package.json | 4 ++-- scm-plugins/scm-svn-plugin/package.json | 4 ++-- scm-ui/e2e-tests/package.json | 2 +- scm-ui/ui-api/package.json | 4 ++-- scm-ui/ui-buttons/package.json | 4 ++-- scm-ui/ui-components/package.json | 24 +++++++++---------- scm-ui/ui-core/package.json | 6 ++--- scm-ui/ui-extensions/package.json | 6 ++--- scm-ui/ui-forms/package.json | 4 ++-- scm-ui/ui-layout/package.json | 4 ++-- scm-ui/ui-legacy/package.json | 8 +++---- scm-ui/ui-overlays/package.json | 4 ++-- scm-ui/ui-plugins/package.json | 22 ++++++++--------- scm-ui/ui-shortcuts/package.json | 4 ++-- scm-ui/ui-styles/package.json | 2 +- scm-ui/ui-syntaxhighlighting/package.json | 4 ++-- scm-ui/ui-tests/package.json | 2 +- scm-ui/ui-text/package.json | 4 ++-- scm-ui/ui-types/package.json | 2 +- scm-ui/ui-webapp/package.json | 28 +++++++++++----------- 23 files changed, 76 insertions(+), 76 deletions(-) diff --git a/gradle.properties b/gradle.properties index feed5646bd..dc5a70d5a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ # group = sonia.scm -version = 3.7.8-SNAPSHOT +version = 3.7.8 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 8713aab206..8cb6028781 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" + "@scm-manager/ui-plugins": "3.7.8" }, "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 cc34cdc5e2..9104097f55 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" + "@scm-manager/ui-plugins": "3.7.8" }, "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 c516b36c3e..eb03e2af3a 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" + "@scm-manager/ui-plugins": "3.7.8" }, "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 a4d5c529e6..008a7747b4 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT" + "@scm-manager/ui-plugins": "3.7.8" }, "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 98c8f089ee..990938769d 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.7.8-SNAPSHOT", + "version": "3.7.8", "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 65db19c8ef..0da0dd688a 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.7.8-SNAPSHOT", + "version": "3.7.8", "description": "React hook api for the SCM-Manager backend", "main": "build/index.js", "module": "build/index.mjs", @@ -26,7 +26,7 @@ "react-i18next": "11" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8", "tsup": "^5.12.6", "@types/react-test-renderer": "^17.0.1", "@scm-manager/babel-preset": "^2.13.1", diff --git a/scm-ui/ui-buttons/package.json b/scm-ui/ui-buttons/package.json index f37139a889..da19ee4497 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": "3.7.8-SNAPSHOT", + "version": "3.7.8", "private": false, "main": "index.ts", "license": "AGPL-3.0-only", @@ -13,7 +13,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "devDependencies": { "@scm-manager/prettier-config": "^2.12.0", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 5003a95d1a..1e5f9a946f 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.7.8-SNAPSHOT", + "version": "3.7.8", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -32,8 +32,8 @@ "react-query": "^3.39.2" }, "devDependencies": { - "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-tests": "3.7.8", + "@scm-manager/ui-types": "3.7.8", "@types/fetch-mock": "^7.3.1", "@types/react-select": "^2.0.19", "@types/unist": "^2.0.3", @@ -67,17 +67,17 @@ "@scm-manager/jest-preset": "^2.14.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-syntaxhighlighting": "3.7.8-SNAPSHOT", - "@scm-manager/ui-shortcuts": "3.7.8-SNAPSHOT", - "@scm-manager/ui-text": "3.7.8-SNAPSHOT" + "@scm-manager/ui-syntaxhighlighting": "3.7.8", + "@scm-manager/ui-shortcuts": "3.7.8", + "@scm-manager/ui-text": "3.7.8" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT", - "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", - "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", - "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", - "@scm-manager/ui-api": "3.7.8-SNAPSHOT", - "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", + "@scm-manager/ui-core": "3.7.8", + "@scm-manager/ui-overlays": "3.7.8", + "@scm-manager/ui-layout": "3.7.8", + "@scm-manager/ui-buttons": "3.7.8", + "@scm-manager/ui-api": "3.7.8", + "@scm-manager/ui-extensions": "3.7.8", "deepmerge": "^4.2.2", "hast-util-sanitize": "^3.0.2", "react-diff-view": "^2.4.10", diff --git a/scm-ui/ui-core/package.json b/scm-ui/ui-core/package.json index 87f942051f..a1a34da1c9 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.7.8-SNAPSHOT", + "version": "3.7.8", "main": "./src/index.ts", "license": "AGPL-3.0-only", "scripts": { @@ -20,7 +20,7 @@ "styled-components": "5" }, "dependencies": { - "@scm-manager/ui-api": "3.7.8-SNAPSHOT", + "@scm-manager/ui-api": "3.7.8", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-slot": "^1.0.1", "@radix-ui/react-visually-hidden": "^1.0.3", @@ -37,7 +37,7 @@ "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/tsconfig": "^2.13.0", "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8", "@types/mousetrap": "1.6.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/react": "12.1.5", diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index bc45168495..5860eafb5f 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "private": false, "author": "Sebastian Sdorra ", @@ -21,8 +21,8 @@ "react": "^17.0.1" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", - "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8", + "@scm-manager/ui-tests": "3.7.8", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", diff --git a/scm-ui/ui-forms/package.json b/scm-ui/ui-forms/package.json index 7f43a027b3..a6c11627c5 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.7.8-SNAPSHOT", + "version": "3.7.8", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -21,7 +21,7 @@ "styled-components": "^5.3.5" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-layout/package.json b/scm-ui/ui-layout/package.json index f70b4ffe98..a670a163d5 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.7.8-SNAPSHOT", + "version": "3.7.8", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -14,7 +14,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index a140024266..bdfa96c2d5 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.7.8-SNAPSHOT", + "version": "3.7.8", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -13,13 +13,13 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-api": "3.7.8-SNAPSHOT", - "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", + "@scm-manager/ui-api": "3.7.8", + "@scm-manager/ui-extensions": "3.7.8", "react-redux": "^5.0.7", "redux": "^4.0.0" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8", "@types/react-redux": "5.0.7", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-overlays/package.json b/scm-ui/ui-overlays/package.json index 62493e90a4..d7f1df99f2 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.7.8-SNAPSHOT", + "version": "3.7.8", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -19,7 +19,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index cea1d3f81c..0aeaa8623f 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.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "type": "module", "main": "./build/provided-modules.js", @@ -17,14 +17,14 @@ "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", - "@scm-manager/ui-api": "3.7.8-SNAPSHOT", - "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", - "@scm-manager/ui-components": "3.7.8-SNAPSHOT", - "@scm-manager/ui-core": "3.7.8-SNAPSHOT", - "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", - "@scm-manager/ui-forms": "3.7.8-SNAPSHOT", - "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", - "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", + "@scm-manager/ui-api": "3.7.8", + "@scm-manager/ui-buttons": "3.7.8", + "@scm-manager/ui-components": "3.7.8", + "@scm-manager/ui-core": "3.7.8", + "@scm-manager/ui-extensions": "3.7.8", + "@scm-manager/ui-forms": "3.7.8", + "@scm-manager/ui-layout": "3.7.8", + "@scm-manager/ui-overlays": "3.7.8", "classnames": "^2.3.1", "query-string": "6.14.1", "redux": "^4.0.0", @@ -43,8 +43,8 @@ "@scm-manager/plugin-scripts": "^1.6.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-tests": "3.7.8", + "@scm-manager/ui-types": "3.7.8", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/i18next": "^13.0.0", diff --git a/scm-ui/ui-shortcuts/package.json b/scm-ui/ui-shortcuts/package.json index 184b43b98e..abae6dfe65 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": "3.7.8-SNAPSHOT", + "version": "3.7.8", "license": "AGPL-3.0-only", "private": true, "main": "index.ts", @@ -18,7 +18,7 @@ "@scm-manager/tsconfig": "^2.13.0" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 9f46cc1bcf..66e6633eec 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.7.8-SNAPSHOT", + "version": "3.7.8", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "AGPL-3.0-only", diff --git a/scm-ui/ui-syntaxhighlighting/package.json b/scm-ui/ui-syntaxhighlighting/package.json index be5ad356e4..6c848cac11 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.7.8-SNAPSHOT", + "version": "3.7.8", "private": true, "main": "src/index.ts", "scripts": { @@ -13,7 +13,7 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-text": "3.7.8-SNAPSHOT", + "@scm-manager/ui-text": "3.7.8", "nanoid": "^3.3.2", "refractor": "^4.5.0" }, diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 19773f6b29..e48e083f34 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.7.8-SNAPSHOT", + "version": "3.7.8", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "AGPL-3.0-only", diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index f40a5f01fd..a825ab022e 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": "3.7.8-SNAPSHOT", + "version": "3.7.8", "private": true, "main": "index.ts", "scripts": { @@ -10,7 +10,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.8-SNAPSHOT" + "@scm-manager/ui-core": "3.7.8" }, "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 f1627a2058..f7dbf7184b 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.7.8-SNAPSHOT", + "version": "3.7.8", "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 8e7d2960c6..4bf751ef6f 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-webapp", - "version": "3.7.8-SNAPSHOT", + "version": "3.7.8", "private": true, "scripts": { "test": "jest", @@ -11,16 +11,16 @@ }, "dependencies": { "@headlessui/react": "^1.7.17", - "@scm-manager/ui-components": "3.7.8-SNAPSHOT", - "@scm-manager/ui-api": "3.7.8-SNAPSHOT", - "@scm-manager/ui-extensions": "3.7.8-SNAPSHOT", - "@scm-manager/ui-shortcuts": "3.7.8-SNAPSHOT", - "@scm-manager/ui-legacy": "3.7.8-SNAPSHOT", - "@scm-manager/ui-forms": "3.7.8-SNAPSHOT", - "@scm-manager/ui-core": "3.7.8-SNAPSHOT", - "@scm-manager/ui-overlays": "3.7.8-SNAPSHOT", - "@scm-manager/ui-layout": "3.7.8-SNAPSHOT", - "@scm-manager/ui-buttons": "3.7.8-SNAPSHOT", + "@scm-manager/ui-components": "3.7.8", + "@scm-manager/ui-api": "3.7.8", + "@scm-manager/ui-extensions": "3.7.8", + "@scm-manager/ui-shortcuts": "3.7.8", + "@scm-manager/ui-legacy": "3.7.8", + "@scm-manager/ui-forms": "3.7.8", + "@scm-manager/ui-core": "3.7.8", + "@scm-manager/ui-overlays": "3.7.8", + "@scm-manager/ui-layout": "3.7.8", + "@scm-manager/ui-buttons": "3.7.8", "@radix-ui/react-portal": "^1.0.4", "@react-aria/overlays": "^3.23.1", "classnames": "^2.3.1", @@ -46,10 +46,10 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", - "@scm-manager/ui-tests": "3.7.8-SNAPSHOT", - "@scm-manager/ui-plugins": "3.7.8-SNAPSHOT", + "@scm-manager/ui-tests": "3.7.8", + "@scm-manager/ui-plugins": "3.7.8", "@scm-manager/prettier-config": "^2.12.0", - "@scm-manager/ui-types": "3.7.8-SNAPSHOT", + "@scm-manager/ui-types": "3.7.8", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/react": "^17.0.1",