@nextclaw/ui 0.11.6 → 0.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Release the accumulated public workspace drift together with the Codex Responses contract fix. This batch includes the new stream-completion probe, the Codex runtime bundle entry alignment, and the already-unpublished package changes that the release guard requires to be versioned before publish.
8
+ - Updated dependencies
9
+ - @nextclaw/agent-chat-ui@0.2.11
10
+
3
11
  ## 0.11.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/ui",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,10 +29,10 @@
29
29
  "zod": "^3.23.8",
30
30
  "zustand": "^5.0.2",
31
31
  "@nextclaw/ncp": "0.4.0",
32
- "@nextclaw/ncp-http-agent-client": "0.3.4",
33
- "@nextclaw/ncp-react": "0.4.1",
32
+ "@nextclaw/agent-chat-ui": "0.2.11",
34
33
  "@nextclaw/agent-chat": "0.1.3",
35
- "@nextclaw/agent-chat-ui": "0.2.10"
34
+ "@nextclaw/ncp-react": "0.4.1",
35
+ "@nextclaw/ncp-http-agent-client": "0.3.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@testing-library/react": "^16.3.0",