@lazhus/kg-ui 0.3.0 → 0.3.2

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.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazhus/kg-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -30,6 +30,9 @@
30
30
  "preview": "vite preview",
31
31
  "prepublishOnly": "npm run build",
32
32
  "upload": "npm run build && npm publish --access public",
33
+ "release:patch": "npm version patch && npm run release",
34
+ "release:minor": "npm version minor && npm run release",
35
+ "release:major": "npm version major && npm run release",
33
36
  "release": "node publish.js"
34
37
  },
35
38
  "keywords": [