@copilotkit/react-ui 0.22.0-function-calling-fixes.2 → 0.22.0-multi-release-alpha.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 +4 -28
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,40 +1,16 @@
1
1
  # ui
2
2
 
3
- ## 0.22.0-function-calling-fixes.2
3
+ ## 0.22.0-multi-release-alpha.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - fix backend function calling return values
7
+ - types refactor
8
8
 
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @copilotkit/react-core@0.25.0-function-calling-fixes.2
13
- - @copilotkit/shared@0.9.0-function-calling-fixes.2
14
-
15
- ## 0.22.0-function-calling-fixes.1
16
-
17
- ### Minor Changes
18
-
19
- - gpt-4-turbo-april-2024 function calling fixes
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies
24
- - @copilotkit/react-core@0.25.0-function-calling-fixes.1
25
- - @copilotkit/shared@0.9.0-function-calling-fixes.1
26
-
27
- ## 0.22.0-alpha.0
28
-
29
- ### Minor Changes
30
-
31
- - gpt-4-turbo-april-2024
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies
36
- - @copilotkit/shared@0.9.0-alpha.0
37
- - @copilotkit/react-core@0.25.0-alpha.0
12
+ - @copilotkit/react-core@0.25.0-multi-release-alpha.0
13
+ - @copilotkit/shared@0.9.0-multi-release-alpha.0
38
14
 
39
15
  ## 0.21.0
40
16
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.22.0-function-calling-fixes.2",
7
+ "version": "0.22.0-multi-release-alpha.0",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -35,9 +35,9 @@
35
35
  "ts-jest": "^29.1.1",
36
36
  "tsup": "^6.7.0",
37
37
  "typescript": "^5.2.3",
38
- "eslint-config-custom": "0.10.0-function-calling-fixes.2",
39
- "tsconfig": "0.14.0-function-calling-fixes.2",
40
- "tailwind-config": "0.9.0-function-calling-fixes.2"
38
+ "tailwind-config": "0.9.0-multi-release-alpha.0",
39
+ "eslint-config-custom": "0.10.0-multi-release-alpha.0",
40
+ "tsconfig": "0.14.0-multi-release-alpha.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "nanoid": "^4.0.2",
@@ -45,8 +45,8 @@
45
45
  "react-syntax-highlighter": "^15.5.0",
46
46
  "remark-gfm": "^3.0.1",
47
47
  "remark-math": "^5.1.1",
48
- "@copilotkit/shared": "0.9.0-function-calling-fixes.2",
49
- "@copilotkit/react-core": "0.25.0-function-calling-fixes.2"
48
+ "@copilotkit/shared": "0.9.0-multi-release-alpha.0",
49
+ "@copilotkit/react-core": "0.25.0-multi-release-alpha.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup --clean",