Release version 2.48.0

This commit is contained in:
CES Marvin
2023-11-17 13:38:07 +00:00
parent dd3adbd43a
commit 9ba45acfb3
22 changed files with 82 additions and 84 deletions

View File

@@ -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"
}
}
}