Skip to content

Commit 4fc8abe

Browse files
chore(post-release): update version to 1.52.0-next.5
1 parent 6dd6c84 commit 4fc8abe

48 files changed

Lines changed: 237 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@copilotkitnext/web-inspector": "1.51.4"
4646
},
4747
"changesets": [
48+
"deep-pigs-burn",
4849
"dry-knives-decide",
4950
"early-buckets-tease",
5051
"fix-a2ui-renderer-workspace-dep",

examples/v2/angular/storybook/CHANGELOG.md

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

3+
## 0.0.2-next.1
4+
5+
### Patch Changes
6+
7+
- @copilotkitnext/core@1.52.0-next.5
8+
39
## 0.0.2-next.0
410

511
### Patch Changes

examples/v2/angular/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@copilotkit-storybook/angular",
33
"private": true,
4-
"version": "0.0.2-next.0",
4+
"version": "0.0.2-next.1",
55
"scripts": {
66
"dev": "pnpm --filter @copilotkitnext/angular run build:css && sleep 1 && ng run storybook-angular:storybook",
77
"build": "ng run storybook-angular:build-storybook",

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

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

3+
## 1.52.0-next.5
4+
5+
### Patch Changes
6+
7+
- @copilotkitnext/react@1.52.0-next.5
8+
39
## 1.51.5-next.4
410

511
### 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.51.5-next.4",
3+
"version": "1.52.0-next.5",
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.52.0-next.5
4+
5+
### Patch Changes
6+
7+
- @copilotkitnext/agent@1.52.0-next.5
8+
- @copilotkitnext/runtime@1.52.0-next.5
9+
310
## 1.51.5-next.4
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.51.5-next.4",
3+
"version": "1.52.0-next.5",
44
"private": true,
55
"scripts": {
66
"example-dev": "tsx watch src/index.ts",

packages/v1/a2ui-renderer/CHANGELOG.md

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

3+
## 1.52.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6dd6c84]
8+
- @copilotkit/react-core@1.52.0-next.5
9+
310
## 1.51.5-next.4
411

512
### Patch Changes

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.51.5-next.4",
4+
"version": "1.52.0-next.5",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# ui
22

3+
## 1.52.0-next.5
4+
5+
### Minor Changes
6+
7+
- 6dd6c84: Adding new v2 features:
8+
- useComponent
9+
- useRenderTool
10+
- useDefaultRenderTool
11+
12+
Also, fixing issues with styles not being
13+
properly scoped for tailwind.
14+
15+
### Patch Changes
16+
17+
- @copilotkit/runtime-client-gql@1.52.0-next.5
18+
- @copilotkit/shared@1.52.0-next.5
19+
- @copilotkitnext/core@1.52.0-next.5
20+
- @copilotkitnext/react@1.52.0-next.5
21+
322
## 1.51.5-next.4
423

524
### Patch Changes

0 commit comments

Comments
 (0)