@utopia-studio-design/design-system-cli 0.6.1 → 0.6.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.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -49,3 +49,7 @@ template use the hosted Ceramic preview. The seven-template catalog and Ceramic
|
|
|
49
49
|
0.8.x dependency range are unchanged. Official starter verification uses
|
|
50
50
|
`npm run build` and runtime checks. `template validate` remains a community
|
|
51
51
|
submission check requiring a separately authored `ceramic.template.json`.
|
|
52
|
+
|
|
53
|
+
## 0.6.2 patch
|
|
54
|
+
|
|
55
|
+
Generated projects now install Ceramic design-system ^0.9.0, including the Round 7 shared component fixes. The seven-template catalog and 0.6.1 generator link fixes are unchanged.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utopia-studio-design/design-system-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "AI-readable CLI and MCP server for Ceramic Design System",
|
|
5
5
|
"ceramic": {
|
|
6
|
-
"designSystem": "^0.
|
|
6
|
+
"designSystem": "^0.9.0"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"license": "MIT",
|