Skip to content

Commit b3cd0ac

Browse files
chore(post-release): update version to 1.5.12-next.4
1 parent 768b3a5 commit b3cd0ac

15 files changed

Lines changed: 53 additions & 7 deletions

File tree

CopilotKit/.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"changesets": [
2121
"eighty-geese-lay",
22+
"fuzzy-lobsters-marry",
2223
"light-poets-rush",
2324
"tender-horses-begin",
2425
"warm-cats-swim"

CopilotKit/packages/react-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ui
22

3+
## 1.5.12-next.4
4+
5+
### Patch Changes
6+
7+
- @copilotkit/runtime-client-gql@1.5.12-next.4
8+
- @copilotkit/shared@1.5.12-next.4
9+
310
## 1.5.12-next.3
411

512
### Patch Changes

CopilotKit/packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "1.5.12-next.3",
12+
"version": "1.5.12-next.4",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

CopilotKit/packages/react-textarea/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ui
22

3+
## 1.5.12-next.4
4+
5+
### Patch Changes
6+
7+
- @copilotkit/runtime-client-gql@1.5.12-next.4
8+
- @copilotkit/react-core@1.5.12-next.4
9+
- @copilotkit/shared@1.5.12-next.4
10+
311
## 1.5.12-next.3
412

513
### Patch Changes

CopilotKit/packages/react-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "1.5.12-next.3",
12+
"version": "1.5.12-next.4",
1313
"sideEffects": [
1414
"**/*.css"
1515
],

CopilotKit/packages/react-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ui
22

3+
## 1.5.12-next.4
4+
5+
### Patch Changes
6+
7+
- @copilotkit/runtime-client-gql@1.5.12-next.4
8+
- @copilotkit/react-core@1.5.12-next.4
9+
- @copilotkit/shared@1.5.12-next.4
10+
311
## 1.5.12-next.3
412

513
### Patch Changes

CopilotKit/packages/react-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "1.5.12-next.3",
12+
"version": "1.5.12-next.4",
1313
"sideEffects": [
1414
"**/*.css"
1515
],

CopilotKit/packages/runtime-client-gql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @copilotkit/runtime-client-gql
22

3+
## 1.5.12-next.4
4+
5+
### Patch Changes
6+
7+
- @copilotkit/shared@1.5.12-next.4
8+
39
## 1.5.12-next.3
410

511
### Patch Changes

CopilotKit/packages/runtime-client-gql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "1.5.12-next.3",
12+
"version": "1.5.12-next.4",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

CopilotKit/packages/runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @copilotkit/runtime
22

3+
## 1.5.12-next.4
4+
5+
### Patch Changes
6+
7+
- 768b3a5: - chore: add documentation for empty llm adapter
8+
- fix: throw error when empty adapter is misused
9+
- @copilotkit/shared@1.5.12-next.4
10+
311
## 1.5.12-next.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)