Skip to content

Commit 9d8c7d6

Browse files
chore(post-release): update version to 1.8.12
1 parent 50ef8e3 commit 9d8c7d6

22 files changed

+73
-62
lines changed

CopilotKit/.changeset/chatty-planes-join.md

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

CopilotKit/.changeset/clever-tables-tap.md

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

CopilotKit/.changeset/curly-peas-confess.md

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

CopilotKit/.changeset/itchy-apes-compete.md

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

CopilotKit/.changeset/orange-drinks-do.md

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

CopilotKit/.changeset/pre.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +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.8.11",
10-
"@copilotkit/react-textarea": "1.8.11",
11-
"@copilotkit/react-ui": "1.8.11",
12-
"@copilotkit/runtime": "1.8.11",
13-
"@copilotkit/runtime-client-gql": "1.8.11",
14-
"@copilotkit/sdk-js": "1.8.11",
15-
"@copilotkit/shared": "1.8.11",
9+
"@copilotkit/react-core": "1.8.12",
10+
"@copilotkit/react-textarea": "1.8.12",
11+
"@copilotkit/react-ui": "1.8.12",
12+
"@copilotkit/runtime": "1.8.12",
13+
"@copilotkit/runtime-client-gql": "1.8.12",
14+
"@copilotkit/sdk-js": "1.8.12",
15+
"@copilotkit/shared": "1.8.12",
1616
"eslint-config-custom": "1.4.6",
1717
"tailwind-config": "1.4.6",
1818
"tsconfig": "1.4.6"
1919
},
20-
"changesets": [
21-
"chatty-planes-join",
22-
"clever-tables-tap",
23-
"curly-peas-confess",
24-
"itchy-apes-compete",
25-
"orange-drinks-do",
26-
"purple-forks-exercise",
27-
"serious-meals-vanish"
28-
]
20+
"changesets": []
2921
}

CopilotKit/.changeset/purple-forks-exercise.md

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

CopilotKit/.changeset/serious-meals-vanish.md

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

CopilotKit/packages/react-core/CHANGELOG.md

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

3+
## 1.8.12
4+
5+
### Patch Changes
6+
7+
- 3e09584: - fix: stop passing config if not exists
8+
- 33ba021: - partial revert of potentially breaking check
9+
- wip
10+
- @copilotkit/runtime-client-gql@1.8.12
11+
- @copilotkit/shared@1.8.12
12+
313
## 1.8.12-next.6
414

515
### 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.8.12-next.6",
12+
"version": "1.8.12",
1313
"sideEffects": false,
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)