@steez-ui/icons 0.1.1 → 0.1.2

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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,9 @@ The source of truth lives in `packages/ui`. The registry output is generated fro
14
14
  Live surfaces:
15
15
 
16
16
  - Registry frontend: `https://steez-ui-6v5.pages.dev`
17
+ - Docs: `https://steez-ui-6v5.pages.dev/docs/`
18
+ - Packages: `https://steez-ui-6v5.pages.dev/packages/`
19
+ - Registry page: `https://steez-ui-6v5.pages.dev/registry/`
17
20
  - Registry index: `https://steez-ui-6v5.pages.dev/r/index.json`
18
21
  - Foundation preset: `https://steez-ui-6v5.pages.dev/r/foundation.json`
19
22
 
@@ -95,9 +98,9 @@ GitHub Actions mirror the same CI, npm publish, and Cloudflare Pages deploy path
95
98
 
96
99
  ## Current Packages
97
100
 
98
- - `@steez-ui/theme@0.1.1`
99
- - `@steez-ui/icons@0.1.1`
100
- - `@steez-ui/ui@0.1.1`
101
+ - `@steez-ui/theme@0.1.2`
102
+ - `@steez-ui/icons@0.1.2`
103
+ - `@steez-ui/ui@0.1.2`
101
104
 
102
105
  ## External Setup
103
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steez-ui/icons",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared icon exports and icon provider for Steez UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",