@steez-ui/icons 0.1.3 → 0.1.4

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 +8 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@ Live surfaces:
15
15
 
16
16
  - Registry frontend: `https://steez-ui-6v5.pages.dev`
17
17
  - Docs: `https://steez-ui-6v5.pages.dev/docs/`
18
+ - Components: `https://steez-ui-6v5.pages.dev/components/`
18
19
  - Packages: `https://steez-ui-6v5.pages.dev/packages/`
19
20
  - Registry page: `https://steez-ui-6v5.pages.dev/registry/`
20
21
  - Registry index: `https://steez-ui-6v5.pages.dev/r/index.json`
@@ -75,6 +76,7 @@ bun run test:install-smoke
75
76
  Useful commands:
76
77
 
77
78
  - `bun run generate:registry`
79
+ - `bun run generate:component-pages`
78
80
  - `bun run check:release`
79
81
  - `bun run publish:packages:dry-run`
80
82
  - `bun run publish:packages`
@@ -85,8 +87,9 @@ Useful commands:
85
87
  1. Build or update the component in `packages/ui/src/components`.
86
88
  2. Export it from `packages/ui/src/index.ts`.
87
89
  3. Add or update the registry item definition in `scripts/generate-registry.mjs`.
88
- 4. Run `bun run build` and `bun run test`.
89
- 5. Confirm the registry frontend reflects the new component or install path.
90
+ 4. Add or update the docs metadata and preview in `apps/registry/src/components-docs/`.
91
+ 5. Run `bun run build` and `bun run test`.
92
+ 6. Confirm the registry frontend reflects the new component or install path.
90
93
 
91
94
  ## Release Flow
92
95
 
@@ -98,9 +101,9 @@ GitHub Actions mirror the same CI, npm publish, and Cloudflare Pages deploy path
98
101
 
99
102
  ## Current Packages
100
103
 
101
- - `@steez-ui/theme@0.1.3`
102
- - `@steez-ui/icons@0.1.3`
103
- - `@steez-ui/ui@0.1.3`
104
+ - `@steez-ui/theme@0.1.4`
105
+ - `@steez-ui/icons@0.1.4`
106
+ - `@steez-ui/ui@0.1.4`
104
107
 
105
108
  ## External Setup
106
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steez-ui/icons",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Shared icon exports and icon provider for Steez UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",