@copilotkit/react-ui 1.5.12-next.7 → 1.5.12
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 +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.5.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6136a57: - fix(errors): add custom error classes to better describe library errors
|
|
8
|
+
- fix(errors): use new errors in error handling
|
|
9
|
+
- chore: add documentation and links to respective errors
|
|
10
|
+
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
11
|
+
|
|
12
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [fb87bcf]
|
|
15
|
+
- Updated dependencies [926499b]
|
|
16
|
+
- Updated dependencies [6136a57]
|
|
17
|
+
- Updated dependencies [cb43c05]
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.5.12
|
|
19
|
+
- @copilotkit/react-core@1.5.12
|
|
20
|
+
- @copilotkit/shared@1.5.12
|
|
21
|
+
|
|
3
22
|
## 1.5.12-next.7
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.5.12
|
|
12
|
+
"version": "1.5.12",
|
|
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.12
|
|
54
|
-
"@copilotkit/runtime-client-gql": "1.5.12
|
|
55
|
-
"@copilotkit/shared": "1.5.12
|
|
53
|
+
"@copilotkit/react-core": "1.5.12",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.5.12",
|
|
55
|
+
"@copilotkit/shared": "1.5.12"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"copilotkit",
|