@d-matrix/icons-react 0.55.0 → 0.55.6

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-matrix/icons-react",
3
- "version": "0.55.0",
3
+ "version": "0.55.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -59,7 +59,8 @@
59
59
  "cnpm:sync": "cnpm sync %npm_package_name%",
60
60
  "postpublish": "echo \"wait for 3 seconds, then sync cnpm\" && npm run wait3s && npm run cnpm:sync",
61
61
  "load": "dotenvx run -f .env -- sh -c 'echo $NPM_AUTHTOKEN'",
62
- "pb": "dotenvx run -f .env -- npm publish --access public"
62
+ "pb": "dotenvx run -f .env -- npm publish --access public",
63
+ "postversion": "npm i @d-matrix/icons-react --workspace=@d-matrix/icons-site"
63
64
  },
64
65
  "keywords": [
65
66
  "react",
@@ -104,4 +105,4 @@
104
105
  "classnames": "^2.5.1",
105
106
  "rc-util": "^5.44.3"
106
107
  }
107
- }
108
+ }