Skip to content

Commit 5dadbee

Browse files
committed
publish changes
1 parent e18701e commit 5dadbee

8 files changed

Lines changed: 33 additions & 4 deletions

File tree

CopilotKit/examples/docs/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @copilotkit/react-ui@0.7.0
9+
310
## 1.3.1
411

512
### Patch Changes

CopilotKit/examples/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3001",

CopilotKit/examples/next-openai/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Made CopilotTextarea standalone for clarity
8+
- Updated dependencies
9+
- @copilotkit/react-textarea@0.7.0
10+
- @copilotkit/react-ui@0.7.0
11+
- docs@1.3.2
12+
313
## 1.3.1
414

515
### Patch Changes

CopilotKit/examples/next-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-openai",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev",

CopilotKit/packages/react-textarea/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- Made CopilotTextarea standalone for clarity
8+
39
## 0.6.0
410

511
### Minor Changes

CopilotKit/packages/react-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.6.0",
7+
"version": "0.7.0",
88
"sideEffects": [
99
"**/*.css"
1010
],

CopilotKit/packages/react-ui/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- Made CopilotTextarea standalone for clarity
8+
39
## 0.6.0
410

511
### Minor Changes

CopilotKit/packages/react-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.6.0",
7+
"version": "0.7.0",
88
"sideEffects": [
99
"**/*.css"
1010
],

0 commit comments

Comments
 (0)