Skip to content

Commit 9d8a197

Browse files
chore(post-release): update version to 1.10.2
1 parent 42c71ba commit 9d8a197

16 files changed

Lines changed: 65 additions & 25 deletions

File tree

CopilotKit/.changeset/afraid-kings-suffer.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CopilotKit/.changeset/pre.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
2-
"mode": "exit",
2+
"mode": "pre",
33
"tag": "next",
44
"initialVersions": {
55
"next-openai": "1.4.6",
66
"next-pages-router": "1.4.6",
77
"node-express": "1.4.6",
88
"node-http": "1.4.6",
9-
"@copilotkit/react-core": "1.10.1",
10-
"@copilotkit/react-textarea": "1.10.1",
11-
"@copilotkit/react-ui": "1.10.1",
12-
"@copilotkit/runtime": "1.10.1",
13-
"@copilotkit/runtime-client-gql": "1.10.1",
14-
"@copilotkit/sdk-js": "1.10.1",
15-
"@copilotkit/shared": "1.10.1",
9+
"@copilotkit/react-core": "1.10.2",
10+
"@copilotkit/react-textarea": "1.10.2",
11+
"@copilotkit/react-ui": "1.10.2",
12+
"@copilotkit/runtime": "1.10.2",
13+
"@copilotkit/runtime-client-gql": "1.10.2",
14+
"@copilotkit/sdk-js": "1.10.2",
15+
"@copilotkit/shared": "1.10.2",
1616
"eslint-config-custom": "1.4.6",
1717
"tailwind-config": "1.4.6",
1818
"tsconfig": "1.4.6"
1919
},
20-
"changesets": [
21-
"afraid-kings-suffer"
22-
]
20+
"changesets": []
2321
}

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
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
10+
- @copilotkit/shared@1.10.2
11+
312
## 1.10.2-next.0
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.2-next.0",
12+
"version": "1.10.2",
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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [db5bbda]
8+
- @copilotkit/react-core@1.10.2
9+
- @copilotkit/runtime-client-gql@1.10.2
10+
- @copilotkit/shared@1.10.2
11+
312
## 1.10.2-next.0
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.2-next.0",
12+
"version": "1.10.2",
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
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
11+
- @copilotkit/runtime-client-gql@1.10.2
12+
- @copilotkit/shared@1.10.2
13+
314
## 1.10.2-next.0
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.2-next.0",
12+
"version": "1.10.2",
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
4+
5+
### Patch Changes
6+
7+
- @copilotkit/shared@1.10.2
8+
39
## 1.10.2-next.0
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.2-next.0",
12+
"version": "1.10.2",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)