File tree 22 files changed +140
-10
lines changed
22 files changed +140
-10
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
# web
2
2
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
+
3
18
## 1.16.1
4
19
5
20
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " next-openai" ,
3
- "version" : " 1.16.1 " ,
3
+ "version" : " 1.17.0-mme-assistant-api.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " NODE_OPTIONS='--inspect' next dev" ,
Original file line number Diff line number Diff line change 1
1
# node
2
2
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
+
3
15
## 1.16.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node" ,
3
- "version" : " 1.16.1 " ,
3
+ "version" : " 1.17.0-mme-assistant-api.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " node dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @copilotkit/cloud
2
2
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
+
3
14
## 0.4.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
- "version" : " 0.4.1 " ,
7
+ "version" : " 0.5.0-mme-assistant-api.0 " ,
8
8
"sideEffects" : false ,
9
9
"main" : " ./dist/index.js" ,
10
10
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
# eslint-config-custom
2
2
3
+ ## 0.6.0-mme-assistant-api.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Alpha
8
+
3
9
## 0.5.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-custom" ,
3
3
"private" : true ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.6.0-mme-assistant-api.0 " ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
# ui
2
2
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
+
3
14
## 0.20.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
- "version" : " 0.20.1 " ,
7
+ "version" : " 0.21.0-mme-assistant-api.0 " ,
8
8
"sideEffects" : false ,
9
9
"main" : " ./dist/index.js" ,
10
10
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
# ui
2
2
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
+
3
15
## 0.30.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
- "version" : " 0.30.1 " ,
7
+ "version" : " 0.31.0-mme-assistant-api.0 " ,
8
8
"sideEffects" : [
9
9
" **/*.css"
10
10
],
Original file line number Diff line number Diff line change 1
1
# ui
2
2
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
+
3
15
## 0.17.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
- "version" : " 0.17.1 " ,
7
+ "version" : " 0.18.0-mme-assistant-api.0 " ,
8
8
"sideEffects" : [
9
9
" **/*.css"
10
10
],
Original file line number Diff line number Diff line change 1
1
# @copilotkit/shared
2
2
3
+ ## 0.5.0-mme-assistant-api.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Alpha
8
+
3
9
## 0.4.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
- "version" : " 0.4.1 " ,
7
+ "version" : " 0.5.0-mme-assistant-api.0 " ,
8
8
"sideEffects" : false ,
9
9
"main" : " ./dist/index.js" ,
10
10
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
# tailwind-config
2
2
3
+ ## 0.5.0-mme-assistant-api.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Alpha
8
+
3
9
## 0.4.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwind-config" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.0-mme-assistant-api.0 " ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# tsconfig
2
2
3
+ ## 0.10.0-mme-assistant-api.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Alpha
8
+
3
9
## 0.9.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tsconfig" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.10.0-mme-assistant-api.0 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments