@copilotkit/react-ui 1.52.0-next.7 → 1.52.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # ui
2
2
 
3
+ ## 1.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6dd6c84: Adding new v2 features:
8
+ - useComponent
9
+ - useRenderTool
10
+ - useDefaultRenderTool
11
+
12
+ Also, fixing issues with styles not being
13
+ properly scoped for tailwind.
14
+
15
+ ### Patch Changes
16
+
17
+ - 7e32e69: chore: fix up style generation
18
+ - 5f941db: Prevent CPK styles from leaking into user app
19
+ - Updated dependencies [6dd6c84]
20
+ - Updated dependencies [d77f347]
21
+ - Updated dependencies [2007f8b]
22
+ - Updated dependencies [ef0f539]
23
+ - Updated dependencies [412965a]
24
+ - Updated dependencies [5f941db]
25
+ - @copilotkit/react-core@1.52.0
26
+ - @copilotkit/shared@1.52.0
27
+ - @copilotkit/runtime-client-gql@1.52.0
28
+
29
+ ## 1.52.0-next.8
30
+
31
+ ### Patch Changes
32
+
33
+ - @copilotkit/react-core@1.52.0-next.8
34
+ - @copilotkit/runtime-client-gql@1.52.0-next.8
35
+ - @copilotkit/shared@1.52.0-next.8
36
+
3
37
  ## 1.52.0-next.7
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "type": "module",
13
- "version": "1.52.0-next.7",
13
+ "version": "1.52.0",
14
14
  "sideEffects": [
15
15
  "**/*.css"
16
16
  ],
@@ -42,9 +42,9 @@
42
42
  "vitest": "^3.2.4",
43
43
  "tsdown": "^0.20.3",
44
44
  "typescript": "^5.2.3",
45
- "eslint-config-custom": "1.4.8",
46
- "tailwind-config": "1.4.8",
47
- "tsconfig": "1.4.8"
45
+ "eslint-config-custom": "1.4.9",
46
+ "tailwind-config": "1.4.9",
47
+ "tsconfig": "1.4.9"
48
48
  },
49
49
  "dependencies": {
50
50
  "@headlessui/react": "^2.2.9",
@@ -53,9 +53,9 @@
53
53
  "rehype-raw": "^7.0.0",
54
54
  "remark-gfm": "^4.0.1",
55
55
  "remark-math": "^6.0.0",
56
- "@copilotkit/runtime-client-gql": "1.52.0-next.7",
57
- "@copilotkit/shared": "1.52.0-next.7",
58
- "@copilotkit/react-core": "1.52.0-next.7"
56
+ "@copilotkit/react-core": "1.52.0",
57
+ "@copilotkit/runtime-client-gql": "1.52.0",
58
+ "@copilotkit/shared": "1.52.0"
59
59
  },
60
60
  "keywords": [
61
61
  "copilotkit",