Skip to content

Commit d2cf028

Browse files
chore(post-release): update version to 1.53.1-next.2
1 parent 23e0348 commit d2cf028

46 files changed

Lines changed: 196 additions & 74 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
},
5050
"changesets": [
5151
"fifty-cobras-pull",
52-
"fix-escape-key-focus-loss-399"
52+
"fix-escape-key-focus-loss-399",
53+
"odd-planets-deliver"
5354
]
5455
}

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.53.1-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d746e4f]
8+
- @copilotkitnext/react@1.53.1-next.2
9+
310
## 1.53.1-next.1
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.53.1-next.1",
3+
"version": "1.53.1-next.2",
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.53.1-next.2
4+
5+
### Patch Changes
6+
7+
- @copilotkitnext/agent@1.53.1-next.2
8+
- @copilotkitnext/runtime@1.53.1-next.2
9+
310
## 1.53.1-next.1
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.53.1-next.1",
3+
"version": "1.53.1-next.2",
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.53.1-next.2
4+
35
## 1.53.1-next.1
46

57
## 1.53.1-next.0

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.53.1-next.1",
4+
"version": "1.53.1-next.2",
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.53.1-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d746e4f]
8+
- @copilotkitnext/react@1.53.1-next.2
9+
- @copilotkit/runtime-client-gql@1.53.1-next.2
10+
- @copilotkit/shared@1.53.1-next.2
11+
- @copilotkitnext/core@1.53.1-next.2
12+
313
## 1.53.1-next.1
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.53.1-next.1",
13+
"version": "1.53.1-next.2",
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.53.1-next.2
4+
5+
### Patch Changes
6+
7+
- @copilotkit/react-core@1.53.1-next.2
8+
- @copilotkit/runtime-client-gql@1.53.1-next.2
9+
- @copilotkit/shared@1.53.1-next.2
10+
311
## 1.53.1-next.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)