Skip to content

Commit 8eb2282

Browse files
chore(post-release): update version to 1.10.2-next.0
1 parent db5bbda commit 8eb2282

15 files changed

Lines changed: 59 additions & 8 deletions

File tree

CopilotKit/.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
"tailwind-config": "1.4.6",
1818
"tsconfig": "1.4.6"
1919
},
20-
"changesets": []
20+
"changesets": [
21+
"afraid-kings-suffer"
22+
]
2123
}

CopilotKit/packages/react-core/CHANGELOG.md

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

3+
## 1.10.2-next.0
4+
5+
### Patch Changes
6+
7+
- db5bbda: - fix: allow disabling of default cpk system message
8+
- chore: set up direct fastapi usage on coagents starter poetry demo
9+
- @copilotkit/runtime-client-gql@1.10.2-next.0
10+
- @copilotkit/shared@1.10.2-next.0
11+
312
## 1.10.1
413

514
### 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.10.1",
12+
"version": "1.10.2-next.0",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

CopilotKit/packages/react-textarea/CHANGELOG.md

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

3+
## 1.10.2-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [db5bbda]
8+
- @copilotkit/react-core@1.10.2-next.0
9+
- @copilotkit/runtime-client-gql@1.10.2-next.0
10+
- @copilotkit/shared@1.10.2-next.0
11+
312
## 1.10.1
413

514
### 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.10.1",
12+
"version": "1.10.2-next.0",
1313
"sideEffects": [
1414
"**/*.css"
1515
],

CopilotKit/packages/react-ui/CHANGELOG.md

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

3+
## 1.10.2-next.0
4+
5+
### Patch Changes
6+
7+
- db5bbda: - fix: allow disabling of default cpk system message
8+
- chore: set up direct fastapi usage on coagents starter poetry demo
9+
- Updated dependencies [db5bbda]
10+
- @copilotkit/react-core@1.10.2-next.0
11+
- @copilotkit/runtime-client-gql@1.10.2-next.0
12+
- @copilotkit/shared@1.10.2-next.0
13+
314
## 1.10.1
415

516
### 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.10.1",
12+
"version": "1.10.2-next.0",
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.10.2-next.0
4+
5+
### Patch Changes
6+
7+
- @copilotkit/shared@1.10.2-next.0
8+
39
## 1.10.1
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.10.1",
12+
"version": "1.10.2-next.0",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

CopilotKit/packages/runtime/CHANGELOG.md

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

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

511
### Patch Changes

0 commit comments

Comments
 (0)