@agrada_digital/pbm 0.0.44 → 0.0.46

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@agrada_digital/pbm",
3
3
  "private": false,
4
- "version": "0.0.44",
4
+ "version": "0.0.46",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -76,7 +76,7 @@
76
76
  "build": "tsup && vite build --config vite.config.wc.ts",
77
77
  "lint": "eslint .",
78
78
  "preview": "vite preview",
79
- "release": "pnpm run build && pnpm version patch && pnpm publish --access public",
79
+ "release": "pnpm run build && git add . && git commit -m \"build update\" && git push origin main && pnpm version patch && pnpm publish --access public && git push origin main",
80
80
  "test": "jest",
81
81
  "storybook": "storybook dev -p 6006",
82
82
  "build-storybook": "storybook build"