@npm_leadtech/legal-lib-components 0.15.0 → 0.15.1

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.14.1",
6
6
  "react": "^17.0.1",
@@ -75,9 +75,9 @@
75
75
  "start": "start-storybook -s ./images -p 6006",
76
76
  "build": "rm -rf build && rollup -c",
77
77
  "reinstall-force": "rm -Rf node_modules && yarn",
78
- "upgrade-patch": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version patch -m \"$MSG\" && git push && git push --tags",
79
- "upgrade-minor": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version minor -m \"$MSG\" && git push && git push --tags",
80
- "upgrade-major": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version major -m \"$MSG\" && git push && git push --tags",
78
+ "upgrade-patch": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version patch -m \"Update patch version number\" && git push && git push --tags",
79
+ "upgrade-minor": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version minor -m \"Update minor version number\" && git push && git push --tags",
80
+ "upgrade-major": "yarn build && yarn reinstall-force && git add . && git commit -m \"$MSG\" && npm config set tag-version-prefix '' && npm version major -m \"Update major version number\" && git push && git push --tags",
81
81
  "format": "prettier --write \"**/*.(js|jsx|json|md)\"",
82
82
  "test": "jest --coverage"
83
83
  },