@copilotkit/react-textarea 1.3.16-pre.11 → 1.3.16-pre.13

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 +31 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,40 @@
1
1
  # ui
2
2
 
3
- ## 1.3.16-pre.11
3
+ ## 1.3.16-pre.13
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Test prerelease
7
+ - Fixing an issue with stop generation not working during FE actions
8
8
  - Updated dependencies
9
- - @copilotkit/react-core@1.3.16-pre.11
10
- - @copilotkit/runtime-client-gql@1.3.16-pre.11
11
- - @copilotkit/shared@1.3.16-pre.11
9
+ - @copilotkit/runtime-client-gql@1.3.16-pre.13
10
+ - @copilotkit/react-core@1.3.16-pre.13
11
+ - @copilotkit/shared@1.3.16-pre.13
12
+
13
+ ## 1.3.16-pre.12
14
+
15
+ ### Patch Changes
16
+
17
+ - Add latest change from main
18
+ - Updated dependencies
19
+ - @copilotkit/runtime-client-gql@1.3.16-pre.12
20
+ - @copilotkit/react-core@1.3.16-pre.12
21
+ - @copilotkit/shared@1.3.16-pre.12
22
+
23
+ ## 1.3.16-mme-reset-chat.11
24
+
25
+ ### Patch Changes
26
+
27
+ - 164ce73: Add reset and threadId to useCopilotChat
28
+ - f3ce10a: Add custom stop/reload
29
+ - Merge main
30
+ - c7df09a: Move threadId to context
31
+ - Updated dependencies [164ce73]
32
+ - Updated dependencies [f3ce10a]
33
+ - Updated dependencies
34
+ - Updated dependencies [c7df09a]
35
+ - @copilotkit/runtime-client-gql@1.3.16-mme-reset-chat.11
36
+ - @copilotkit/react-core@1.3.16-mme-reset-chat.11
37
+ - @copilotkit/shared@1.3.16-mme-reset-chat.11
12
38
 
13
39
  ## 1.3.16-mme-revert-rxjs-changes.10
14
40
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.3.16-pre.11",
12
+ "version": "1.3.16-pre.13",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -43,9 +43,9 @@
43
43
  "ts-jest": "^29.1.1",
44
44
  "tsup": "^6.7.0",
45
45
  "typescript": "^5.2.3",
46
- "eslint-config-custom": "1.3.16-pre.1",
47
- "tailwind-config": "1.3.16-pre.1",
48
- "tsconfig": "1.3.16-pre.1"
46
+ "eslint-config-custom": "1.3.16-pre.2",
47
+ "tailwind-config": "1.3.16-pre.2",
48
+ "tsconfig": "1.3.16-pre.2"
49
49
  },
50
50
  "dependencies": {
51
51
  "@emotion/css": "^11.11.2",
@@ -67,9 +67,9 @@
67
67
  "slate-history": "^0.93.0",
68
68
  "slate-react": "^0.98.1",
69
69
  "tailwind-merge": "^1.13.2",
70
- "@copilotkit/react-core": "1.3.16-pre.11",
71
- "@copilotkit/runtime-client-gql": "1.3.16-pre.11",
72
- "@copilotkit/shared": "1.3.16-pre.11"
70
+ "@copilotkit/react-core": "1.3.16-pre.13",
71
+ "@copilotkit/runtime-client-gql": "1.3.16-pre.13",
72
+ "@copilotkit/shared": "1.3.16-pre.13"
73
73
  },
74
74
  "keywords": [
75
75
  "copilotkit",