@copilotkit/react-textarea 1.4.6 → 1.4.8-coagents-v0-3.1

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 +82 -8
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,35 +1,109 @@
1
1
  # ui
2
2
 
3
+ ## 1.4.8-coagents-v0-3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - CoAgents v0.3 prerelease
8
+ - Updated dependencies
9
+ - @copilotkit/runtime-client-gql@1.4.8-coagents-v0-3.1
10
+ - @copilotkit/react-core@1.4.8-coagents-v0-3.1
11
+ - @copilotkit/shared@1.4.8-coagents-v0-3.1
12
+
13
+ ## 1.4.8-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - @copilotkit/react-core@1.4.8-next.0
18
+ - @copilotkit/runtime-client-gql@1.4.8-next.0
19
+ - @copilotkit/shared@1.4.8-next.0
20
+
21
+ ## 1.4.7
22
+
23
+ ### Patch Changes
24
+
25
+ - Fix broken build script before release
26
+ - Updated dependencies
27
+ - @copilotkit/react-core@1.4.7
28
+ - @copilotkit/runtime-client-gql@1.4.7
29
+ - @copilotkit/shared@1.4.7
30
+
3
31
  ## 1.4.6
4
32
 
5
33
  ### Patch Changes
6
34
 
7
35
  - .
8
- - Updated dependencies
9
- - @copilotkit/runtime-client-gql@1.4.6
10
- - @copilotkit/react-core@1.4.6
11
- - @copilotkit/shared@1.4.6
12
36
 
13
37
  ## 1.4.5
14
38
 
15
39
  ### Patch Changes
16
40
 
17
- - .
41
+ - testing release workflow
18
42
  - Updated dependencies
19
- - @copilotkit/runtime-client-gql@1.4.5
20
43
  - @copilotkit/react-core@1.4.5
44
+ - @copilotkit/runtime-client-gql@1.4.5
21
45
  - @copilotkit/shared@1.4.5
22
46
 
23
- ## 1.4.4
47
+ ## 1.4.5-next.0
24
48
 
25
49
  ### Patch Changes
26
50
 
27
- - .
51
+ - testing release workflow
28
52
  - Updated dependencies
53
+ - @copilotkit/react-core@1.4.5-next.0
54
+ - @copilotkit/runtime-client-gql@1.4.5-next.0
55
+ - @copilotkit/shared@1.4.5-next.0
56
+
57
+ ## 1.4.4
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [e35e6ad]
29
62
  - @copilotkit/react-core@1.4.4
30
63
  - @copilotkit/runtime-client-gql@1.4.4
31
64
  - @copilotkit/shared@1.4.4
32
65
 
66
+ ## 1.4.4-next.4
67
+
68
+ ### Patch Changes
69
+
70
+ - @copilotkit/runtime-client-gql@1.4.4-next.4
71
+ - @copilotkit/react-core@1.4.4-next.4
72
+ - @copilotkit/shared@1.4.4-next.4
73
+
74
+ ## 1.4.4-next.3
75
+
76
+ ### Patch Changes
77
+
78
+ - @copilotkit/runtime-client-gql@1.4.4-next.3
79
+ - @copilotkit/react-core@1.4.4-next.3
80
+ - @copilotkit/shared@1.4.4-next.3
81
+
82
+ ## 1.4.4-next.2
83
+
84
+ ### Patch Changes
85
+
86
+ - @copilotkit/runtime-client-gql@1.4.4-next.2
87
+ - @copilotkit/react-core@1.4.4-next.2
88
+ - @copilotkit/shared@1.4.4-next.2
89
+
90
+ ## 1.4.4-next.1
91
+
92
+ ### Patch Changes
93
+
94
+ - @copilotkit/runtime-client-gql@1.4.4-next.1
95
+ - @copilotkit/react-core@1.4.4-next.1
96
+ - @copilotkit/shared@1.4.4-next.1
97
+
98
+ ## 1.4.4-next.0
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [e35e6ad]
103
+ - @copilotkit/react-core@1.4.4-next.0
104
+ - @copilotkit/runtime-client-gql@1.4.4-next.0
105
+ - @copilotkit/shared@1.4.4-next.0
106
+
33
107
  ## 1.4.3
34
108
 
35
109
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.6",
12
+ "version": "1.4.8-coagents-v0-3.1",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -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.4.6",
71
- "@copilotkit/runtime-client-gql": "1.4.6",
72
- "@copilotkit/shared": "1.4.6"
70
+ "@copilotkit/react-core": "1.4.8-coagents-v0-3.1",
71
+ "@copilotkit/runtime-client-gql": "1.4.8-coagents-v0-3.1",
72
+ "@copilotkit/shared": "1.4.8-coagents-v0-3.1"
73
73
  },
74
74
  "keywords": [
75
75
  "copilotkit",