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-legacy",
"version": "2.40.2-SNAPSHOT",
"version": "2.41.0",
"private": true,
"main": "build/index.js",
"module": "build/index.mjs",
@@ -12,9 +12,9 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@scm-manager/ui-api": "2.40.2-SNAPSHOT",
"@scm-manager/ui-extensions": "2.40.2-SNAPSHOT",
"@scm-manager/ui-types": "2.40.2-SNAPSHOT",
"@scm-manager/ui-api": "2.41.0",
"@scm-manager/ui-extensions": "2.41.0",
"@scm-manager/ui-types": "2.41.0",
"react": "^17.0.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0"