@nextclaw/ui 0.12.37 → 0.13.0

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/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Release the NextClaw lightweight app platform as a minor feature line.
8
+
9
+ Panel Apps now receive developer-friendly bridge results: service action lists resolve to arrays, service action invokes resolve to business payloads, and built-in app creator skills document the canonical Panel + Service + Agent contract.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @nextclaw/agent-chat@0.2.0
15
+ - @nextclaw/agent-chat-ui@0.4.0
16
+ - @nextclaw/client-sdk@0.2.0
17
+ - @nextclaw/shared@0.2.0
18
+
3
19
  ## 0.12.37
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/ui",
3
- "version": "0.12.37",
3
+ "version": "0.13.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,13 +28,13 @@
28
28
  "tailwind-merge": "^2.5.4",
29
29
  "zod": "^3.23.8",
30
30
  "zustand": "^5.0.2",
31
- "@nextclaw/agent-chat": "0.1.25",
32
- "@nextclaw/agent-chat-ui": "0.3.27",
33
- "@nextclaw/client-sdk": "0.1.16",
31
+ "@nextclaw/agent-chat": "0.2.0",
32
+ "@nextclaw/agent-chat-ui": "0.4.0",
33
+ "@nextclaw/client-sdk": "0.2.0",
34
34
  "@nextclaw/ncp": "0.5.20",
35
35
  "@nextclaw/ncp-http-agent-client": "0.3.32",
36
36
  "@nextclaw/ncp-react": "0.4.40",
37
- "@nextclaw/shared": "0.1.14"
37
+ "@nextclaw/shared": "0.2.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/react": "^16.3.0",