@pnkx-lib/ui 1.9.64 → 1.9.66
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 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pnkx-lib/ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.9.
|
4
|
+
"version": "1.9.66",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./es/index.js",
|
7
7
|
"module": "./es/index.js",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"lint": "eslint .",
|
45
45
|
"build-storybook": "storybook build",
|
46
46
|
"clean": "rm -rf types es dist",
|
47
|
-
"release:patch": "npm run clean && npm version patch && npm run build && npm publish",
|
47
|
+
"release:patch": "npm run clean && npm version patch -m \"chore(release): bump version to %s\" && npm run build && npm publish",
|
48
48
|
"release:minor": "npm run clean && npm version minor && npm run build && npm publish",
|
49
49
|
"release:major": "npm run clean && npm version major && npm run build && npm publish"
|
50
50
|
},
|