@copilotkit/react-ui 1.8.5-next.4 → 1.8.5

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 +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # ui
2
2
 
3
+ ## 1.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 4b5452d: - feat: add powered-by-copilotkit watermark
8
+ - d0e8a1e: - fix: fix duplicate messages on regenerate
9
+ - ed5ace7: - fix: for every component that has default, make prop optional
10
+ - Updated dependencies [c0d3261]
11
+ - Updated dependencies [77a7457]
12
+ - Updated dependencies [d0e8a1e]
13
+ - @copilotkit/react-core@1.8.5
14
+ - @copilotkit/runtime-client-gql@1.8.5
15
+ - @copilotkit/shared@1.8.5
16
+
17
+ ## 1.8.5-next.5
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [c0d3261]
22
+ - @copilotkit/react-core@1.8.5-next.5
23
+ - @copilotkit/runtime-client-gql@1.8.5-next.5
24
+ - @copilotkit/shared@1.8.5-next.5
25
+
3
26
  ## 1.8.5-next.4
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.8.5-next.4",
12
+ "version": "1.8.5",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -41,8 +41,8 @@
41
41
  "tsup": "^6.7.0",
42
42
  "typescript": "^5.2.3",
43
43
  "eslint-config-custom": "1.4.6",
44
- "tailwind-config": "1.4.6",
45
- "tsconfig": "1.4.6"
44
+ "tsconfig": "1.4.6",
45
+ "tailwind-config": "1.4.6"
46
46
  },
47
47
  "dependencies": {
48
48
  "@headlessui/react": "^2.1.3",
@@ -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.5-next.4",
54
- "@copilotkit/runtime-client-gql": "1.8.5-next.4",
55
- "@copilotkit/shared": "1.8.5-next.4"
53
+ "@copilotkit/react-core": "1.8.5",
54
+ "@copilotkit/runtime-client-gql": "1.8.5",
55
+ "@copilotkit/shared": "1.8.5"
56
56
  },
57
57
  "keywords": [
58
58
  "copilotkit",