Skip to content

Commit

Permalink
Pre release mme/fix-packaging-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mme committed May 2, 2024
1 parent ba481a8 commit db1fa8d
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CopilotKit/.changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "pre",
"tag": "mme-fix-packaging-issues",
"initialVersions": {
"next-openai": "1.21.0",
"node": "1.21.0",
"@copilotkit/backend": "0.9.0",
"eslint-config-custom": "0.10.0",
"@copilotkit/react-core": "0.25.0",
"@copilotkit/react-textarea": "0.35.0",
"@copilotkit/react-ui": "0.22.0",
"@copilotkit/shared": "0.9.0",
"tailwind-config": "0.9.0",
"tsconfig": "0.14.0"
},
"changesets": [
"sixty-candles-look"
]
}
5 changes: 5 additions & 0 deletions CopilotKit/.changeset/sixty-candles-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@copilotkit/react-textarea": minor
---

Remove mui package
7 changes: 7 additions & 0 deletions CopilotKit/examples/next-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 1.21.1-mme-fix-packaging-issues.0

### Patch Changes

- Updated dependencies
- @copilotkit/react-textarea@0.36.0-mme-fix-packaging-issues.0

## 1.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/examples/next-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-openai",
"version": "1.21.0",
"version": "1.21.1-mme-fix-packaging-issues.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/react-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ui

## 0.36.0-mme-fix-packaging-issues.0

### Minor Changes

- Remove mui package

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.35.0",
"version": "0.36.0-mme-fix-packaging-issues.0",
"sideEffects": [
"**/*.css"
],
Expand Down

0 comments on commit db1fa8d

Please sign in to comment.