@copilotkit/react-core 1.9.0-next.2 → 1.9.1-next.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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # ui
2
2
 
3
+ ## 1.9.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [deaeca0]
8
+ - @copilotkit/shared@1.9.1-next.0
9
+ - @copilotkit/runtime-client-gql@1.9.1-next.0
10
+
11
+ ## 1.9.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
16
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
17
+ - feat: add amazon bedrock adapter support
18
+ - @copilotkit/runtime-client-gql@1.9.0
19
+ - @copilotkit/shared@1.9.0
20
+
3
21
  ## 1.9.0-next.2
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.9.0-next.2",
12
+ "version": "1.9.1-next.0",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -43,8 +43,8 @@
43
43
  "@scarf/scarf": "^1.3.0",
44
44
  "react-markdown": "^8.0.7",
45
45
  "untruncate-json": "^0.0.1",
46
- "@copilotkit/runtime-client-gql": "1.9.0-next.2",
47
- "@copilotkit/shared": "1.9.0-next.2"
46
+ "@copilotkit/shared": "1.9.1-next.0",
47
+ "@copilotkit/runtime-client-gql": "1.9.1-next.0"
48
48
  },
49
49
  "keywords": [
50
50
  "copilotkit",