@veeqo/ui 0.1.20 → 0.1.22
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "New optimised component library for Veeqo.",
|
|
5
5
|
"author": "Robert Wealthall",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -29,7 +29,9 @@
|
|
|
29
29
|
"patch": "npm version patch && npm run changelog:update",
|
|
30
30
|
"minor": "npm version minor && npm run changelog:update",
|
|
31
31
|
"major": "npm version major && npm run changelog:update",
|
|
32
|
-
"
|
|
32
|
+
"remove-tag": "g tag -d $TAG && git push --delete origin $TAG",
|
|
33
|
+
"update-tags": "git fetch --tags && git push --follow-tags",
|
|
34
|
+
"changelog:update": "npm run update-tags && auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update CHANGELOG\" && git push"
|
|
33
35
|
},
|
|
34
36
|
"auto-changelog": {
|
|
35
37
|
"issueUrl": "https://sim.amazon.com/issues/{id}",
|