Release version 2.27.0

This commit is contained in:
CES Marvin
2021-11-16 15:51:01 +00:00
parent 675dde1501
commit e05136e936
17 changed files with 38 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@scm-manager/ui-components",
"version": "2.26.2-SNAPSHOT",
"version": "2.27.0",
"description": "UI Components for SCM-Manager and its plugins",
"main": "src/index.ts",
"files": [
@@ -25,7 +25,7 @@
"@scm-manager/jest-preset": "^2.13.0",
"@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.12.0",
"@scm-manager/ui-tests": "^2.26.2-SNAPSHOT",
"@scm-manager/ui-tests": "^2.27.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-storyshots": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
@@ -60,16 +60,16 @@
"react-test-renderer": "^17.0.1",
"sass-loader": "^12.3.0",
"storybook-addon-i18next": "^1.3.0",
"tabbable": "^5.2.1",
"storybook-addon-themes": "^6.1.0",
"tabbable": "^5.2.1",
"to-camel-case": "^1.0.0",
"webpack": "^5.61.0",
"worker-plugin": "^3.2.0"
},
"dependencies": {
"@scm-manager/ui-api": "^2.26.2-SNAPSHOT",
"@scm-manager/ui-extensions": "^2.26.2-SNAPSHOT",
"@scm-manager/ui-types": "^2.26.2-SNAPSHOT",
"@scm-manager/ui-api": "^2.27.0",
"@scm-manager/ui-extensions": "^2.27.0",
"@scm-manager/ui-types": "^2.27.0",
"classnames": "^2.2.6",
"date-fns": "^2.4.1",
"deepmerge": "^4.2.2",