aquasis-fe-components 3.2.0-beta.5 → 3.2.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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aquasis-fe-components",
3
3
  "private": false,
4
- "version": "3.2.0-beta.5",
4
+ "version": "3.2.0",
5
5
  "type": "module",
6
6
  "license": "ISC",
7
7
  "author": "Ewerton Souza",
@@ -104,6 +104,7 @@
104
104
  "preview": "vite preview",
105
105
  "upd-version": "pnpm version patch --no-git-tag-version",
106
106
  "npm:whoami": "dotenv -e .env -- npm whoami",
107
+ "publish:npm": "dotenv -e .env -- pnpm publish --no-git-checks",
107
108
  "publish-beta": "dotenv -e .env -- pnpm publish --tag beta --no-git-checks"
108
109
  }
109
110
  }