Skip to content

Commit

Permalink
Pre release mme/push-to-talk
Browse files Browse the repository at this point in the history
  • Loading branch information
mme committed May 16, 2024
1 parent 4890a4b commit 58d4efd
Show file tree
Hide file tree
Showing 22 changed files with 140 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CopilotKit/.changeset/eight-crabs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"next-openai": minor
"@copilotkit/react-core": minor
"@copilotkit/react-ui": minor
"node": minor
"@copilotkit/backend": minor
"eslint-config-custom": minor
"@copilotkit/react-textarea": minor
"@copilotkit/shared": minor
"tailwind-config": minor
"tsconfig": minor
---

Add push to talk prototype
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-push-to-talk",
"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": [
"eight-crabs-fold"
]
}
15 changes: 15 additions & 0 deletions CopilotKit/examples/next-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# web

## 1.22.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/react-core@0.36.0-mme-push-to-talk.0
- @copilotkit/react-ui@0.36.0-mme-push-to-talk.0
- @copilotkit/backend@0.36.0-mme-push-to-talk.0
- @copilotkit/react-textarea@0.36.0-mme-push-to-talk.0
- @copilotkit/shared@0.36.0-mme-push-to-talk.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.22.0-mme-push-to-talk.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/examples/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# node

## 1.22.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/backend@0.36.0-mme-push-to-talk.0
- @copilotkit/shared@0.36.0-mme-push-to-talk.0

## 1.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node",
"version": "1.21.0",
"version": "1.22.0-mme-push-to-talk.0",
"private": true,
"scripts": {
"start": "node dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions CopilotKit/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @copilotkit/cloud

## 0.36.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/shared@0.36.0-mme-push-to-talk.0

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.9.0",
"version": "0.36.0-mme-push-to-talk.0",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-custom

## 0.11.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"private": true,
"version": "0.10.0",
"version": "0.11.0-mme-push-to-talk.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions CopilotKit/packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ui

## 0.36.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/shared@0.36.0-mme-push-to-talk.0

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.25.0",
"version": "0.36.0-mme-push-to-talk.0",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/react-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ui

## 0.36.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/react-core@0.36.0-mme-push-to-talk.0
- @copilotkit/shared@0.36.0-mme-push-to-talk.0

## 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-push-to-talk.0",
"sideEffects": [
"**/*.css"
],
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ui

## 0.36.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

### Patch Changes

- Updated dependencies
- @copilotkit/react-core@0.36.0-mme-push-to-talk.0
- @copilotkit/shared@0.36.0-mme-push-to-talk.0

## 0.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.22.0",
"version": "0.36.0-mme-push-to-talk.0",
"sideEffects": [
"**/*.css"
],
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @copilotkit/shared

## 0.36.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.9.0",
"version": "0.36.0-mme-push-to-talk.0",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tailwind-config

## 0.10.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-config",
"version": "0.9.0",
"version": "0.10.0-mme-push-to-talk.0",
"private": true,
"main": "index.js",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tsconfig

## 0.15.0-mme-push-to-talk.0

### Minor Changes

- Add push to talk prototype

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.14.0",
"version": "0.15.0-mme-push-to-talk.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 58d4efd

Please sign in to comment.