@nextclaw/ui 0.5.12 → 0.5.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.5.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Release frontend UI changes only.
8
+
9
+ ## 0.5.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Release frontend UI changes only.
14
+
3
15
  ## 0.5.12
4
16
 
5
17
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # @nextclaw/ui
2
+
3
+ Official NextClaw Web UI package.
4
+
5
+ This package is consumed by `nextclaw` and also published for standalone integration/development use.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm i @nextclaw/ui
11
+ ```
12
+
13
+ ## Development
14
+
15
+ ```bash
16
+ pnpm -C packages/nextclaw-ui dev
17
+ pnpm -C packages/nextclaw-ui build
18
+ ```
19
+
20
+ ## Links
21
+
22
+ - Repository: https://github.com/Peiiii/nextclaw
23
+ - UI changelog: https://github.com/Peiiii/nextclaw/blob/master/packages/nextclaw-ui/CHANGELOG.md
24
+ - Product docs: https://docs.nextclaw.io