@indfnd/common-pro 1.0.142 → 1.1.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indfnd/common-pro",
3
- "version": "1.0.142",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "dist/gy-common.cjs.js",
6
6
  "module": "dist/gy-common-esm.min.js",
@@ -16,7 +16,7 @@
16
16
  "version": "node publish/version.js",
17
17
  "link-all": "node ./packages/build/link-all.js",
18
18
  "link-add": "node ./packages/build/link-add.js",
19
- "release": "node packages/build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish",
19
+ "release": "node packages/build/auto-build.js && yarn release-minor && git push --follow-tags && yarn re-publish",
20
20
  "release-major": "standard-version --release-as major",
21
21
  "release-minor": "standard-version --release-as minor",
22
22
  "release-patch": "standard-version --release-as patch",