@nextclaw/companion 0.1.35 → 0.2.1

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @nextclaw/companion
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @nextclaw/client-sdk@0.5.1
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Publish the full public NextClaw workspace as a stable minor release.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @nextclaw/client-sdk@0.5.0
19
+
3
20
  ## 0.1.35
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/companion",
3
- "version": "0.1.35",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "Standalone Electron companion shell for active NextClaw agents.",
6
6
  "author": "NextClaw Team",
@@ -16,7 +16,7 @@
16
16
  "react": "^18.3.1",
17
17
  "react-dom": "^18.3.1",
18
18
  "zustand": "^5.0.2",
19
- "@nextclaw/client-sdk": "0.4.7"
19
+ "@nextclaw/client-sdk": "0.5.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.3.12",