@central-icons-react/all 0.0.29 → 0.0.30

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1643,12 +1643,10 @@ This is a private package with all rights reserved. Unauthorized copying or dist
1643
1643
  Common issues and solutions:
1644
1644
 
1645
1645
  1. **Installation fails**
1646
-
1647
1646
  - Ensure `CENTRAL_LICENSE_KEY` is set correctly
1648
1647
  - Verify npm registry access
1649
1648
 
1650
1649
  2. **Icons not rendering**
1651
-
1652
1650
  - Check if the icon name is correct
1653
1651
  - Verify all required props are provided
1654
1652
  - Ensure React version meets requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/all",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "sideEffects": false,