Release version 2.41.0

This commit is contained in:
Laura Gorzitze
2023-01-18 15:26:43 +01:00
parent 781389f7bd
commit dcabdfc25a
24 changed files with 74 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@scm-manager/ui-buttons",
"version": "2.40.2-SNAPSHOT",
"version": "2.41.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.40.2-SNAPSHOT"
"@scm-manager/ui-components": "2.41.0"
},
"devDependencies": {
"@scm-manager/prettier-config": "^2.11.1",
"@scm-manager/ui-api": "2.40.2-SNAPSHOT",
"@scm-manager/ui-api": "2.41.0",
"@scm-manager/eslint-config": "^2.17.0",
"@babel/core": "^7.17.8",
"@scm-manager/tsconfig": "^2.12.0",
@@ -81,4 +81,4 @@
"publishConfig": {
"access": "public"
}
}
}