@veeqo/ui 0.1.22 → 0.1.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.
- package/README.md +15 -50
- 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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "New optimised component library for Veeqo.",
|
|
5
5
|
"author": "Robert Wealthall",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -29,9 +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
|
-
"remove
|
|
33
|
-
"update
|
|
34
|
-
"changelog:update": "npm run update
|
|
32
|
+
"tags:remove": "node scripts/remove-tag.js",
|
|
33
|
+
"tags:update": "git fetch --tags && git push --follow-tags",
|
|
34
|
+
"changelog:update": "npm run tags:update && auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update CHANGELOG\" && git push"
|
|
35
35
|
},
|
|
36
36
|
"auto-changelog": {
|
|
37
37
|
"issueUrl": "https://sim.amazon.com/issues/{id}",
|