@nextclaw/ui 0.12.6 → 0.12.7
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 +40 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.12.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
8
|
+
|
|
9
|
+
Packages:
|
|
10
|
+
- @nextclaw/agent-chat-ui
|
|
11
|
+
- @nextclaw/channel-plugin-dingtalk
|
|
12
|
+
- @nextclaw/channel-plugin-discord
|
|
13
|
+
- @nextclaw/channel-plugin-email
|
|
14
|
+
- @nextclaw/channel-plugin-mochat
|
|
15
|
+
- @nextclaw/channel-plugin-qq
|
|
16
|
+
- @nextclaw/channel-plugin-slack
|
|
17
|
+
- @nextclaw/channel-plugin-telegram
|
|
18
|
+
- @nextclaw/channel-plugin-wecom
|
|
19
|
+
- @nextclaw/channel-plugin-weixin
|
|
20
|
+
- @nextclaw/channel-plugin-whatsapp
|
|
21
|
+
- @nextclaw/channel-runtime
|
|
22
|
+
- @nextclaw/core
|
|
23
|
+
- @nextclaw/mcp
|
|
24
|
+
- @nextclaw/ncp-agent-runtime
|
|
25
|
+
- @nextclaw/ncp-mcp
|
|
26
|
+
- @nextclaw/ncp-react
|
|
27
|
+
- @nextclaw/ncp-toolkit
|
|
28
|
+
- @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
|
|
29
|
+
- @nextclaw/nextclaw-ncp-runtime-codex-sdk
|
|
30
|
+
- @nextclaw/nextclaw-ncp-runtime-plugin-claude-code-sdk
|
|
31
|
+
- @nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk
|
|
32
|
+
- @nextclaw/openclaw-compat
|
|
33
|
+
- @nextclaw/remote
|
|
34
|
+
- @nextclaw/runtime
|
|
35
|
+
- @nextclaw/server
|
|
36
|
+
- @nextclaw/ui
|
|
37
|
+
- nextclaw
|
|
38
|
+
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
- @nextclaw/agent-chat-ui@0.3.4
|
|
41
|
+
- @nextclaw/ncp-react@0.4.20
|
|
42
|
+
|
|
3
43
|
## 0.12.6
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/ui",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"tailwind-merge": "^2.5.4",
|
|
29
29
|
"zod": "^3.23.8",
|
|
30
30
|
"zustand": "^5.0.2",
|
|
31
|
+
"@nextclaw/ncp": "0.5.0",
|
|
32
|
+
"@nextclaw/agent-chat-ui": "0.3.4",
|
|
33
|
+
"@nextclaw/ncp-react": "0.4.20",
|
|
31
34
|
"@nextclaw/agent-chat": "0.1.9",
|
|
32
|
-
"@nextclaw/agent-
|
|
33
|
-
"@nextclaw/ncp-http-agent-client": "0.3.12",
|
|
34
|
-
"@nextclaw/ncp-react": "0.4.19",
|
|
35
|
-
"@nextclaw/ncp": "0.5.0"
|
|
35
|
+
"@nextclaw/ncp-http-agent-client": "0.3.12"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@testing-library/react": "^16.3.0",
|