@evoke-platform/ui-components 1.0.0-dev.207 → 1.0.0-dev.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@evoke-platform/ui-components",
|
3
|
-
"version": "1.0.0-dev.
|
3
|
+
"version": "1.0.0-dev.208",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/published/index.js",
|
6
6
|
"module": "dist/published/index.js",
|
@@ -28,13 +28,16 @@
|
|
28
28
|
"prettier:check": "npm run prettier:cli -- -l",
|
29
29
|
"prettier:fix": "npm run prettier:cli -- --write",
|
30
30
|
"eslint": "eslint src",
|
31
|
-
"eslint:fix": "npm run eslint -- --fix"
|
31
|
+
"eslint:fix": "npm run eslint -- --fix",
|
32
|
+
"release": "commit-and-tag-version --prerelease dev -m \"chore(release): v%s [skip ci]\""
|
32
33
|
},
|
33
34
|
"author": "",
|
34
35
|
"license": "MIT",
|
35
36
|
"devDependencies": {
|
36
37
|
"@babel/core": "^7.18.2",
|
37
38
|
"@babel/preset-env": "^7.18.6",
|
39
|
+
"@commitlint/cli": "^17.8.1",
|
40
|
+
"@commitlint/config-conventional": "^17.8.1",
|
38
41
|
"@storybook/addon-actions": "^6.5.8",
|
39
42
|
"@storybook/addon-essentials": "^6.5.8",
|
40
43
|
"@storybook/addon-interactions": "^6.5.8",
|
@@ -96,6 +99,7 @@
|
|
96
99
|
"@types/react-input-mask": "^3.0.2",
|
97
100
|
"@typescript-eslint/parser": "^5.35.1",
|
98
101
|
"@typescript-eslint/typescript-estree": "^5.35.1",
|
102
|
+
"commit-and-tag-version": "^12.4.1",
|
99
103
|
"devexpress-richedit": "^23.1.5",
|
100
104
|
"devextreme": "^23.1.5",
|
101
105
|
"devextreme-dist": "^23.1.5",
|
@@ -115,7 +119,8 @@
|
|
115
119
|
},
|
116
120
|
"husky": {
|
117
121
|
"hooks": {
|
118
|
-
"pre-commit": "npx lint-staged"
|
122
|
+
"pre-commit": "npx lint-staged",
|
123
|
+
"commit-msg": "npx commitlint --edit $1"
|
119
124
|
}
|
120
125
|
},
|
121
126
|
"jest": {
|