@oeos-components/utils 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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oeos-components/utils",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "utils of oeos-components",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
@@ -15,9 +15,10 @@
15
15
  "registry": "https://registry.npmjs.org"
16
16
  },
17
17
  "scripts": {
18
- "build": "npx unbuild",
19
18
  "stub": "npx unbuild --stub",
20
- "release": "npx unbuild && npm version patch && npm publish"
19
+ "version": "git add . && git commit -am \"chore: release v$npm_package_version\"",
20
+ "postversion": "git push && git push origin --tags && npm publish",
21
+ "release": "npx unbuild && npm version patch && gg \"chore: release v$(npm pkg get version | sed 's/\"//g')\" && npm publish"
21
22
  },
22
23
  "author": "",
23
24
  "dependencies": {