@nextclaw/companion 0.1.25-beta.0 → 0.1.25

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @nextclaw/companion
2
2
 
3
- ## 0.1.25-beta.0
3
+ ## 0.1.25
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -56,7 +56,7 @@
56
56
  - nextclaw
57
57
 
58
58
  - Updated dependencies
59
- - @nextclaw/client-sdk@0.2.8-beta.0
59
+ - @nextclaw/client-sdk@0.2.8
60
60
 
61
61
  ## 0.1.24
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/companion",
3
- "version": "0.1.25-beta.0",
3
+ "version": "0.1.25",
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.2.8-beta.0"
19
+ "@nextclaw/client-sdk": "0.2.8"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.3.12",