@veeqo/ui 14.0.2 → 14.0.3
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 +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/ui",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "New optimised component library for Veeqo.",
|
|
5
5
|
"author": "Robert Wealthall",
|
|
6
6
|
"license": "ISC",
|
|
@@ -41,17 +41,13 @@
|
|
|
41
41
|
"major": "npm version major && npm run changelog:update",
|
|
42
42
|
"tags:remove": "node scripts/remove-tag.cjs",
|
|
43
43
|
"tags:update": "git fetch --tags && git push --follow-tags",
|
|
44
|
-
"changelog:update": "npm run tags:update &&
|
|
44
|
+
"changelog:update": "npm run tags:update && bash ./scripts/ai-changelog.sh && git add NEW_CHANGELOG.md && (git diff --cached --quiet || git commit -m \"Update NEW_CHANGELOG\")",
|
|
45
45
|
"figma:export": "rimraf ./src/icons/design-system/imports && dotenv figma-export use-config scripts/figma-export/.figmaexportrc.icons.js ",
|
|
46
46
|
"figma:export-integrations": "rimraf ./imports/integrations && dotenv figma-export use-config scripts/figma-export/.figmaexportrc.integrations.js -- --type=all",
|
|
47
47
|
"figma:export-integrations:accounting": "rimraf ./imports/integrations/accounting && dotenv figma-export use-config scripts/figma-export/.figmaexportrc.integrations.js -- --type=accounting",
|
|
48
48
|
"figma:export-integrations:carriers": "rimraf ./imports/integrations/carriers && dotenv figma-export use-config scripts/figma-export/.figmaexportrc.integrations.js -- --type=carriers",
|
|
49
49
|
"figma:export-integrations:channels": "rimraf ./imports/integrations/channels && dotenv figma-export use-config scripts/figma-export/.figmaexportrc.integrations.js -- --type=channels"
|
|
50
50
|
},
|
|
51
|
-
"auto-changelog": {
|
|
52
|
-
"issueUrl": "https://sim.amazon.com/issues/{id}",
|
|
53
|
-
"issuePattern": "VQCL-[0-9]+"
|
|
54
|
-
},
|
|
55
51
|
"devDependencies": {
|
|
56
52
|
"@babel/eslint-parser": "^7.22.15",
|
|
57
53
|
"@figma-export/cli": "^6.2.2",
|
|
@@ -90,7 +86,6 @@
|
|
|
90
86
|
"@types/styled-components": "^5.1.27",
|
|
91
87
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
92
88
|
"@typescript-eslint/parser": "^6.7.3",
|
|
93
|
-
"auto-changelog": "^2.4.0",
|
|
94
89
|
"change-case": "^5.4.4",
|
|
95
90
|
"cssnano": "^7.0.6",
|
|
96
91
|
"eslint": "^8.44.0",
|