Skip to content

Commit ecbfbde

Browse files
authored
Merge pull request #88 from chatbotkit/changeset-release/main
Version Packages
2 parents 0d1fce9 + 1c06ca7 commit ecbfbde

13 files changed

Lines changed: 51 additions & 12 deletions

File tree

.changeset/lucky-moose-peel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chatbotkit/agent
22

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- 6fd53a4: Updated types, stateful agents, improved examples.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6fd53a4]
12+
- @chatbotkit/sdk@1.31.0
13+
314
## 1.30.1
415

516
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/agent",
3-
"version": "1.30.1",
3+
"version": "1.31.0",
44
"description": "ChatBotKit Agent implementation",
55
"license": "ISC",
66
"engines": {

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chatbotkit/cli
22

3+
## 1.31.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6fd53a4]
8+
- @chatbotkit/agent@1.31.0
9+
- @chatbotkit/sdk@1.31.0
10+
311
## 1.30.1
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/cli",
3-
"version": "1.30.1",
3+
"version": "1.31.0",
44
"description": "ChatBotKit command line tools",
55
"license": "ISC",
66
"engines": {

packages/nextauth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chatbotkit/nextauth
22

3+
## 1.31.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6fd53a4]
8+
- @chatbotkit/sdk@1.31.0
9+
310
## 1.30.1
411

512
### Patch Changes

packages/nextauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/nextauth",
3-
"version": "1.30.1",
3+
"version": "1.31.0",
44
"description": "ChatBotKit adapter for NextAuth.js to make conversational AI bots with authentication and authorization",
55
"license": "ISC",
66
"engines": {

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chatbotkit/react
22

3+
## 1.31.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6fd53a4]
8+
- @chatbotkit/sdk@1.31.0
9+
310
## 1.30.1
411

512
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/react",
3-
"version": "1.30.1",
3+
"version": "1.31.0",
44
"description": "The fastest way to build advanced AI chat bots",
55
"license": "ISC",
66
"engines": {

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chatbotkit/sdk
22

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- 6fd53a4: Updated types, stateful agents, improved examples.
8+
39
## 1.30.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)