Skip to content

Commit

Permalink
chore(post-release): update version to 1.5.15-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent eb315bd commit b1a7502
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CopilotKit/.changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"changesets": [
"long-poets-relax",
"seven-hats-attack"
"seven-hats-attack",
"tricky-pots-notice"
]
}
7 changes: 7 additions & 0 deletions CopilotKit/packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ui

## 1.5.15-next.2

### Patch Changes

- @copilotkit/runtime-client-gql@1.5.15-next.2
- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch 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 @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions CopilotKit/packages/react-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ui

## 1.5.15-next.2

### Patch Changes

- @copilotkit/runtime-client-gql@1.5.15-next.2
- @copilotkit/react-core@1.5.15-next.2
- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch 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 @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": [
"**/*.css"
],
Expand Down
8 changes: 8 additions & 0 deletions CopilotKit/packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ui

## 1.5.15-next.2

### Patch Changes

- @copilotkit/runtime-client-gql@1.5.15-next.2
- @copilotkit/react-core@1.5.15-next.2
- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch 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 @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": [
"**/*.css"
],
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/runtime-client-gql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @copilotkit/runtime-client-gql

## 1.5.15-next.2

### Patch Changes

- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/runtime-client-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions CopilotKit/packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @copilotkit/runtime

## 1.5.15-next.2

### Patch Changes

- eb315bd: - fix: allow empty langsmith api key
- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions CopilotKit/packages/sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @copilotkit/sdk-js

## 1.5.15-next.2

### Patch Changes

- @copilotkit/shared@1.5.15-next.2

## 1.5.15-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions CopilotKit/packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @copilotkit/shared

## 1.5.15-next.2

## 1.5.15-next.1

## 1.5.15-next.0
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 @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.15-next.1",
"version": "1.5.15-next.2",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit b1a7502

Please sign in to comment.