@copilotkit/react-ui 1.8.7-next.0 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # ui
2
2
 
3
+ ## 1.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b8474f: - feat: add image input support with multi-model compatibility, pasting, and UX improvements
8
+ - Updated dependencies [8b8474f]
9
+ - @copilotkit/runtime-client-gql@1.8.7
10
+ - @copilotkit/react-core@1.8.7
11
+ - @copilotkit/shared@1.8.7
12
+
3
13
  ## 1.8.7-next.0
4
14
 
5
15
  ### Patch Changes
package/dist/index.mjs CHANGED
@@ -1,6 +1,5 @@
1
1
  "use client";
2
2
  import "./chunk-EFZPSZWO.mjs";
3
- import "./chunk-IU3WTXLQ.mjs";
4
3
  import "./chunk-MMVDU6DF.mjs";
5
4
  import "./chunk-PXEVB7IK.mjs";
6
5
  import {
@@ -54,6 +53,7 @@ import {
54
53
  useChatContext
55
54
  } from "./chunk-IEMQ2SQW.mjs";
56
55
  import "./chunk-XWG3L6QC.mjs";
56
+ import "./chunk-IU3WTXLQ.mjs";
57
57
  import "./chunk-T26KLXLH.mjs";
58
58
  import {
59
59
  useCopilotChatSuggestions
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.8.7-next.0",
12
+ "version": "1.8.7",
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.8.7-next.0",
54
- "@copilotkit/runtime-client-gql": "1.8.7-next.0",
55
- "@copilotkit/shared": "1.8.7-next.0"
53
+ "@copilotkit/react-core": "1.8.7",
54
+ "@copilotkit/runtime-client-gql": "1.8.7",
55
+ "@copilotkit/shared": "1.8.7"
56
56
  },
57
57
  "keywords": [
58
58
  "copilotkit",