@itcase/config 1.6.23 → 1.6.24

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.
@@ -12,7 +12,17 @@ const commitlintProject = {
12
12
  'type-enum': [
13
13
  2,
14
14
  'always',
15
- ['feat', 'fix', 'refactor', 'docs', 'test', 'ci', 'deps', 'other'],
15
+ [
16
+ 'feat',
17
+ 'fix',
18
+ 'refactor',
19
+ 'docs',
20
+ 'story',
21
+ 'test',
22
+ 'ci',
23
+ 'deps',
24
+ 'other',
25
+ ],
16
26
  ],
17
27
  'body-empty': [1, 'always'],
18
28
  'subject-case': [
@@ -50,6 +60,11 @@ const commitlintProject = {
50
60
  "Is for code changes that don't add features or fix bugs.",
51
61
  emoji: '📦',
52
62
  },
63
+ story: {
64
+ title: 'Storybook',
65
+ description: 'Stories for components and Mock data',
66
+ emoji: '🦐',
67
+ },
53
68
  docs: {
54
69
  title: 'Documentation',
55
70
  description: 'Documentation only changes',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/config",
3
- "version": "1.6.23",
3
+ "version": "1.6.24",
4
4
  "author": "ITCase",
5
5
  "description": "ITCase Config ",
6
6
  "engines": {