@copilotkit/react-ui 0.0.0-main-20260403195251 → 0.0.0-main-20260406172622

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-main-20260403195251
3
+ ## 0.0.0-main-20260406172622
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,9 +17,9 @@
17
17
  - Updated dependencies [53e5669]
18
18
  - Updated dependencies [52a9322]
19
19
  - Updated dependencies [c341ed2]
20
- - @copilotkit/react-core@0.0.0-main-20260403195251
21
- - @copilotkit/runtime-client-gql@0.0.0-main-20260403195251
22
- - @copilotkit/shared@0.0.0-main-20260403195251
20
+ - @copilotkit/react-core@0.0.0-main-20260406172622
21
+ - @copilotkit/runtime-client-gql@0.0.0-main-20260406172622
22
+ - @copilotkit/shared@0.0.0-main-20260406172622
23
23
 
24
24
  ## 1.55.0-next.8
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/react-ui",
3
- "version": "0.0.0-main-20260403195251",
3
+ "version": "0.0.0-main-20260406172622",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -48,9 +48,9 @@
48
48
  "rehype-raw": "^7.0.0",
49
49
  "remark-gfm": "^4.0.1",
50
50
  "remark-math": "^6.0.0",
51
- "@copilotkit/react-core": "0.0.0-main-20260403195251",
52
- "@copilotkit/runtime-client-gql": "0.0.0-main-20260403195251",
53
- "@copilotkit/shared": "0.0.0-main-20260403195251"
51
+ "@copilotkit/react-core": "0.0.0-main-20260406172622",
52
+ "@copilotkit/runtime-client-gql": "0.0.0-main-20260406172622",
53
+ "@copilotkit/shared": "0.0.0-main-20260406172622"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.1.0",
@@ -62,8 +62,8 @@
62
62
  "tsdown": "^0.20.3",
63
63
  "typescript": "^5.2.3",
64
64
  "vitest": "^3.2.4",
65
- "tailwind-config": "0.0.0-main-20260403195251",
66
- "tsconfig": "0.0.0-main-20260403195251"
65
+ "tailwind-config": "0.0.0-main-20260406172622",
66
+ "tsconfig": "0.0.0-main-20260406172622"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^18 || ^19 || ^19.0.0-rc"