@steez-ui/theme 0.1.2 → 0.1.3

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
@@ -98,9 +98,9 @@ GitHub Actions mirror the same CI, npm publish, and Cloudflare Pages deploy path
98
98
 
99
99
  ## Current Packages
100
100
 
101
- - `@steez-ui/theme@0.1.2`
102
- - `@steez-ui/icons@0.1.2`
103
- - `@steez-ui/ui@0.1.2`
101
+ - `@steez-ui/theme@0.1.3`
102
+ - `@steez-ui/icons@0.1.3`
103
+ - `@steez-ui/ui@0.1.3`
104
104
 
105
105
  ## External Setup
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steez-ui/theme",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Shared Steez UI theme tokens and compatibility aliases.",
5
5
  "license": "MIT",
6
6
  "type": "module",