Release version 3.6.0

This commit is contained in:
CES Marvin
2024-12-05 10:00:59 +00:00
parent 145a9f2a11
commit bce137fb3a
23 changed files with 97 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@scm-manager/scm-git-plugin",
"private": true,
"version": "3.5.1-SNAPSHOT",
"version": "3.6.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.5.1-SNAPSHOT"
"@scm-manager/ui-plugins": "3.6.0"
},
"devDependencies": {
"@scm-manager/babel-preset": "^2.13.1",
@@ -33,4 +33,4 @@
"eslintConfig": {
"extends": "@scm-manager/eslint-config"
}
}
}