@copilotkit/react-ui 1.5.0-coagents-v0-3.0 → 1.5.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.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1b47092: Synchronize LangGraph messages with CopilotKit
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 1b47092: CoAgents v0.3 prerelease
|
|
12
|
+
- Updated dependencies [1b47092]
|
|
13
|
+
- Updated dependencies [00e9488]
|
|
14
|
+
- Updated dependencies [1b47092]
|
|
15
|
+
- @copilotkit/runtime-client-gql@1.5.0
|
|
16
|
+
- @copilotkit/react-core@1.5.0
|
|
17
|
+
- @copilotkit/shared@1.5.0
|
|
18
|
+
|
|
3
19
|
## 1.5.0-coagents-v0-3.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.5.0
|
|
12
|
+
"version": "1.5.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"react-syntax-highlighter": "^15.5.0",
|
|
51
51
|
"remark-gfm": "^3.0.1",
|
|
52
52
|
"remark-math": "^5.1.1",
|
|
53
|
-
"@copilotkit/react-core": "1.5.0
|
|
54
|
-
"@copilotkit/runtime-client-gql": "1.5.0
|
|
55
|
-
"@copilotkit/shared": "1.5.0
|
|
53
|
+
"@copilotkit/react-core": "1.5.0",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.5.0",
|
|
55
|
+
"@copilotkit/shared": "1.5.0"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"copilotkit",
|