@copilotkit/react-core 1.53.1-next.2 → 1.54.0-next.4
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.54.0-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- af11b1e: Fixed hook render registrations lost under React Strict Mode.
|
|
8
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.4
|
|
9
|
+
- @copilotkit/shared@1.54.0-next.4
|
|
10
|
+
- @copilotkitnext/core@1.54.0-next.4
|
|
11
|
+
- @copilotkitnext/react@1.54.0-next.4
|
|
12
|
+
|
|
13
|
+
## 1.54.0-next.3
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- fa0d1cd: Add support for Standard Schema (instead of just Zod)
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [fa0d1cd]
|
|
22
|
+
- @copilotkitnext/react@1.54.0-next.3
|
|
23
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.3
|
|
24
|
+
- @copilotkit/shared@1.54.0-next.3
|
|
25
|
+
- @copilotkitnext/core@1.54.0-next.3
|
|
26
|
+
|
|
3
27
|
## 1.53.1-next.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.
|
|
13
|
+
"version": "1.54.0-next.4",
|
|
14
14
|
"sideEffects": [
|
|
15
15
|
"**/*.css"
|
|
16
16
|
],
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@scarf/scarf": "^1.3.0",
|
|
60
60
|
"react-markdown": "^8.0.7",
|
|
61
61
|
"untruncate-json": "^0.0.1",
|
|
62
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
63
|
-
"@copilotkit/shared": "1.
|
|
64
|
-
"@copilotkitnext/core": "1.
|
|
65
|
-
"@copilotkitnext/react": "1.
|
|
62
|
+
"@copilotkit/runtime-client-gql": "1.54.0-next.4",
|
|
63
|
+
"@copilotkit/shared": "1.54.0-next.4",
|
|
64
|
+
"@copilotkitnext/core": "1.54.0-next.4",
|
|
65
|
+
"@copilotkitnext/react": "1.54.0-next.4"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"copilotkit",
|