Skip to content

Commit be00d61

Browse files
committed
Pre release mme/assistant-api
1 parent 6989958 commit be00d61

File tree

22 files changed

+140
-10
lines changed

22 files changed

+140
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"next-openai": minor
3+
"@copilotkit/react-core": minor
4+
"@copilotkit/backend": minor
5+
"@copilotkit/shared": minor
6+
"node": minor
7+
"eslint-config-custom": minor
8+
"@copilotkit/react-textarea": minor
9+
"@copilotkit/react-ui": minor
10+
"tailwind-config": minor
11+
"tsconfig": minor
12+
---
13+
14+
Alpha

CopilotKit/.changeset/pre.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mode": "pre",
3+
"tag": "mme-assistant-api",
4+
"initialVersions": {
5+
"next-openai": "1.16.1",
6+
"node": "1.16.1",
7+
"@copilotkit/backend": "0.4.1",
8+
"eslint-config-custom": "0.5.1",
9+
"@copilotkit/react-core": "0.20.1",
10+
"@copilotkit/react-textarea": "0.30.1",
11+
"@copilotkit/react-ui": "0.17.1",
12+
"@copilotkit/shared": "0.4.1",
13+
"tailwind-config": "0.4.1",
14+
"tsconfig": "0.9.1"
15+
},
16+
"changesets": [
17+
"dirty-zebras-divide"
18+
]
19+
}

CopilotKit/examples/next-openai/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# web
22

3+
## 1.17.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/react-core@0.21.0-mme-assistant-api.0
13+
- @copilotkit/backend@0.5.0-mme-assistant-api.0
14+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
15+
- @copilotkit/react-textarea@0.31.0-mme-assistant-api.0
16+
- @copilotkit/react-ui@0.18.0-mme-assistant-api.0
17+
318
## 1.16.1
419

520
### Patch Changes

CopilotKit/examples/next-openai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-openai",
3-
"version": "1.16.1",
3+
"version": "1.17.0-mme-assistant-api.0",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev",

CopilotKit/examples/node/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# node
22

3+
## 1.17.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/backend@0.5.0-mme-assistant-api.0
13+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
14+
315
## 1.16.1
416

517
### Patch Changes

CopilotKit/examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node",
3-
"version": "1.16.1",
3+
"version": "1.17.0-mme-assistant-api.0",
44
"private": true,
55
"scripts": {
66
"start": "node dist/index.js",

CopilotKit/packages/backend/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @copilotkit/cloud
22

3+
## 0.5.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
13+
314
## 0.4.1
415

516
### Patch Changes

CopilotKit/packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.4.1",
7+
"version": "0.5.0-mme-assistant-api.0",
88
"sideEffects": false,
99
"main": "./dist/index.js",
1010
"module": "./dist/index.mjs",

CopilotKit/packages/eslint-config-custom/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-config-custom
22

3+
## 0.6.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
39
## 0.5.1
410

511
### Patch Changes

CopilotKit/packages/eslint-config-custom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-custom",
33
"private": true,
4-
"version": "0.5.1",
4+
"version": "0.6.0-mme-assistant-api.0",
55
"main": "index.js",
66
"license": "MIT",
77
"dependencies": {

CopilotKit/packages/react-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ui
22

3+
## 0.21.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
13+
314
## 0.20.1
415

516
### Patch Changes

CopilotKit/packages/react-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.20.1",
7+
"version": "0.21.0-mme-assistant-api.0",
88
"sideEffects": false,
99
"main": "./dist/index.js",
1010
"module": "./dist/index.mjs",

CopilotKit/packages/react-textarea/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ui
22

3+
## 0.31.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/react-core@0.21.0-mme-assistant-api.0
13+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
14+
315
## 0.30.1
416

517
### Patch Changes

CopilotKit/packages/react-textarea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.30.1",
7+
"version": "0.31.0-mme-assistant-api.0",
88
"sideEffects": [
99
"**/*.css"
1010
],

CopilotKit/packages/react-ui/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ui
22

3+
## 0.18.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @copilotkit/react-core@0.21.0-mme-assistant-api.0
13+
- @copilotkit/shared@0.5.0-mme-assistant-api.0
14+
315
## 0.17.1
416

517
### Patch Changes

CopilotKit/packages/react-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.17.1",
7+
"version": "0.18.0-mme-assistant-api.0",
88
"sideEffects": [
99
"**/*.css"
1010
],

CopilotKit/packages/shared/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @copilotkit/shared
22

3+
## 0.5.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
39
## 0.4.1
410

511
### Patch Changes

CopilotKit/packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.4.1",
7+
"version": "0.5.0-mme-assistant-api.0",
88
"sideEffects": false,
99
"main": "./dist/index.js",
1010
"module": "./dist/index.mjs",

CopilotKit/packages/tailwind-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tailwind-config
22

3+
## 0.5.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
39
## 0.4.1
410

511
### Patch Changes

CopilotKit/packages/tailwind-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-config",
3-
"version": "0.4.1",
3+
"version": "0.5.0-mme-assistant-api.0",
44
"private": true,
55
"main": "index.js",
66
"devDependencies": {

CopilotKit/packages/tsconfig/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tsconfig
22

3+
## 0.10.0-mme-assistant-api.0
4+
5+
### Minor Changes
6+
7+
- Alpha
8+
39
## 0.9.1
410

511
### Patch Changes

CopilotKit/packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsconfig",
3-
"version": "0.9.1",
3+
"version": "0.10.0-mme-assistant-api.0",
44
"private": true,
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)