uplord-ui 0.0.14 → 0.0.15
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uplord-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "A modern, reusable React UI library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
"lint": "next lint",
|
|
51
51
|
"storybook": "storybook dev -p 6006",
|
|
52
52
|
"build-storybook": "storybook build",
|
|
53
|
-
"build-vite": "npx vite build && node scripts/copy-scss.js"
|
|
53
|
+
"build-vite": "npx vite build && node scripts/copy-scss.js",
|
|
54
|
+
"release": "standard-version"
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
57
|
"date-fns": "^4.1.0",
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
"prettier": "^3.4.2",
|
|
93
94
|
"sass": "^1.86.2",
|
|
94
95
|
"sass-loader": "^16.0.5",
|
|
96
|
+
"standard-version": "^9.5.0",
|
|
95
97
|
"storybook": "^9.0.12",
|
|
96
98
|
"storybook-addon-sass-postcss": "^0.3.2",
|
|
97
99
|
"style-loader": "^4.0.0",
|