Skip to content

Commit 80da770

Browse files
chore(post-release): update version to 1.54.1-next.6
1 parent dfdc234 commit 80da770

46 files changed

Lines changed: 199 additions & 73 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"changesets": [
5252
"cyan-buses-sell",
53+
"fix-default-open-prop",
5354
"fix-race-condition-dropped-runs",
5455
"fix-scrollbar-styling",
5556
"funny-dolls-march",

examples/v2/next-pages-router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @copilotkitnext/next-pages-router
22

3+
## 1.54.1-next.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [13584d0]
8+
- @copilotkitnext/react@1.54.1-next.6
9+
310
## 1.54.1-next.5
411

512
### Patch Changes

examples/v2/next-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/next-pages-router",
3-
"version": "1.54.1-next.5",
3+
"version": "1.54.1-next.6",
44
"private": true,
55
"scripts": {
66
"example-dev": "next dev",

examples/v2/node-express/CHANGELOG.md

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

3+
## 1.54.1-next.6
4+
5+
### Patch Changes
6+
7+
- @copilotkitnext/agent@1.54.1-next.6
8+
- @copilotkitnext/runtime@1.54.1-next.6
9+
310
## 1.54.1-next.5
411

512
### Patch Changes

examples/v2/node-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/node-express",
3-
"version": "1.54.1-next.5",
3+
"version": "1.54.1-next.6",
44
"private": true,
55
"scripts": {
66
"example-dev": "tsx watch src/index.ts",

packages/v1/a2ui-renderer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @copilotkit/a2ui-renderer
22

3+
## 1.54.1-next.6
4+
35
## 1.54.1-next.5
46

57
## 1.54.1-next.4

packages/v1/a2ui-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@copilotkit/a2ui-renderer",
33
"private": false,
4-
"version": "1.54.1-next.5",
4+
"version": "1.54.1-next.6",
55
"description": "A2UI Renderer for CopilotKit - render A2UI surfaces in React applications",
66
"homepage": "https://github.com/CopilotKit/CopilotKit",
77
"repository": {

packages/v1/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.54.1-next.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [13584d0]
8+
- @copilotkitnext/react@1.54.1-next.6
9+
- @copilotkit/runtime-client-gql@1.54.1-next.6
10+
- @copilotkit/shared@1.54.1-next.6
11+
- @copilotkitnext/core@1.54.1-next.6
12+
313
## 1.54.1-next.5
414

515
### Patch Changes

packages/v1/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"publishConfig": {
1111
"access": "public"
1212
},
13-
"version": "1.54.1-next.5",
13+
"version": "1.54.1-next.6",
1414
"sideEffects": [
1515
"**/*.css"
1616
],

packages/v1/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.54.1-next.6
4+
5+
### Patch Changes
6+
7+
- @copilotkit/react-core@1.54.1-next.6
8+
- @copilotkit/runtime-client-gql@1.54.1-next.6
9+
- @copilotkit/shared@1.54.1-next.6
10+
311
## 1.54.1-next.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)