@copilotkit/react-core 1.4.6 → 1.4.7

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 CHANGED
@@ -1,32 +1,90 @@
1
1
  # ui
2
2
 
3
+ ## 1.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix broken build script before release
8
+ - Updated dependencies
9
+ - @copilotkit/runtime-client-gql@1.4.7
10
+ - @copilotkit/shared@1.4.7
11
+
3
12
  ## 1.4.6
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - .
8
- - Updated dependencies
9
- - @copilotkit/runtime-client-gql@1.4.6
10
- - @copilotkit/shared@1.4.6
11
17
 
12
18
  ## 1.4.5
13
19
 
14
20
  ### Patch Changes
15
21
 
16
- - .
22
+ - testing release workflow
17
23
  - Updated dependencies
18
24
  - @copilotkit/runtime-client-gql@1.4.5
19
25
  - @copilotkit/shared@1.4.5
20
26
 
21
- ## 1.4.4
27
+ ## 1.4.5-next.0
22
28
 
23
29
  ### Patch Changes
24
30
 
25
- - .
31
+ - testing release workflow
26
32
  - Updated dependencies
33
+ - @copilotkit/runtime-client-gql@1.4.5-next.0
34
+ - @copilotkit/shared@1.4.5-next.0
35
+
36
+ ## 1.4.4
37
+
38
+ ### Patch Changes
39
+
40
+ - e35e6ad: - test
41
+ - update config.json
42
+ - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
43
+ - test
44
+ - test
27
45
  - @copilotkit/runtime-client-gql@1.4.4
28
46
  - @copilotkit/shared@1.4.4
29
47
 
48
+ ## 1.4.4-next.4
49
+
50
+ ### Patch Changes
51
+
52
+ - @copilotkit/runtime-client-gql@1.4.4-next.4
53
+ - @copilotkit/shared@1.4.4-next.4
54
+
55
+ ## 1.4.4-next.3
56
+
57
+ ### Patch Changes
58
+
59
+ - @copilotkit/runtime-client-gql@1.4.4-next.3
60
+ - @copilotkit/shared@1.4.4-next.3
61
+
62
+ ## 1.4.4-next.2
63
+
64
+ ### Patch Changes
65
+
66
+ - @copilotkit/runtime-client-gql@1.4.4-next.2
67
+ - @copilotkit/shared@1.4.4-next.2
68
+
69
+ ## 1.4.4-next.1
70
+
71
+ ### Patch Changes
72
+
73
+ - @copilotkit/runtime-client-gql@1.4.4-next.1
74
+ - @copilotkit/shared@1.4.4-next.1
75
+
76
+ ## 1.4.4-next.0
77
+
78
+ ### Patch Changes
79
+
80
+ - e35e6ad: - test
81
+ - update config.json
82
+ - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
83
+ - test
84
+ - test
85
+ - @copilotkit/runtime-client-gql@1.4.4-next.0
86
+ - @copilotkit/shared@1.4.4-next.0
87
+
30
88
  ## 1.4.3
31
89
 
32
90
  ### Patch Changes
package/README.md CHANGED
@@ -12,6 +12,8 @@
12
12
 
13
13
  <br/>
14
14
 
15
+ <!-- -->
16
+
15
17
  <div align="center">
16
18
  <a href="https://www.npmjs.com/package/@copilotkit/react-core" target="_blank">
17
19
  <img src="https://img.shields.io/npm/v/%40copilotkit%2Freact-core?logo=npm&logoColor=%23FFFFFF&label=Version&color=%236963ff" alt="NPM">
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.7",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -42,8 +42,8 @@
42
42
  "dependencies": {
43
43
  "@scarf/scarf": "^1.3.0",
44
44
  "untruncate-json": "^0.0.1",
45
- "@copilotkit/runtime-client-gql": "1.4.6",
46
- "@copilotkit/shared": "1.4.6"
45
+ "@copilotkit/shared": "1.4.7",
46
+ "@copilotkit/runtime-client-gql": "1.4.7"
47
47
  },
48
48
  "keywords": [
49
49
  "copilotkit",