@steez-ui/icons 0.1.9 → 0.1.10

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,9 +101,9 @@ GitHub Actions mirror the same CI, npm publish, and Cloudflare Pages deploy path
101
101
 
102
102
  ## Current Packages
103
103
 
104
- - `@steez-ui/theme@0.1.9`
105
- - `@steez-ui/icons@0.1.9`
106
- - `@steez-ui/ui@0.1.9`
104
+ - `@steez-ui/theme@0.1.10`
105
+ - `@steez-ui/icons@0.1.10`
106
+ - `@steez-ui/ui@0.1.10`
107
107
 
108
108
  ## External Setup
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steez-ui/icons",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Shared icon exports and icon provider for Steez UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",