@oeos-components/utils 0.0.17 → 0.0.18

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oeos-components/utils",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "utils of oeos-components",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
@@ -18,7 +18,7 @@
18
18
  "stub": "npx unbuild --stub",
19
19
  "version": "git add . && git commit -am \"chore: release v$npm_package_version\"",
20
20
  "postversion": "git push && git push origin --tags && npm publish",
21
- "release": "npx unbuild && npm version patch && gg \"chore: release @oeos-components/utils v$(npm pkg get version | sed 's/\"//g')\" && npm publish"
21
+ "release": "npx unbuild && npm version patch && git add . && git commit -m \"chore: release @oeos-components/utils v$(npm pkg get version | sed 's/\"//g')\" && git push && git push origin && npm publish"
22
22
  },
23
23
  "author": "",
24
24
  "dependencies": {