Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/soft-baths-wash.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chatbotkit/agent

## 1.37.2

### Patch Changes

- Updated dependencies [a43f9d7]
- @chatbotkit/sdk@1.37.2

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatbotkit/agent",
"version": "1.37.1",
"version": "1.37.2",
"description": "ChatBotKit Agent implementation",
"license": "ISC",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chatbotkit/cli

## 1.37.2

### Patch Changes

- Updated dependencies [a43f9d7]
- @chatbotkit/sdk@1.37.2
- @chatbotkit/agent@1.37.2

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatbotkit/cli",
"version": "1.37.1",
"version": "1.37.2",
"description": "ChatBotKit command line tools",
"license": "ISC",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nextauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chatbotkit/nextauth

## 1.37.2

### Patch Changes

- Updated dependencies [a43f9d7]
- @chatbotkit/sdk@1.37.2

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatbotkit/nextauth",
"version": "1.37.1",
"version": "1.37.2",
"description": "ChatBotKit adapter for NextAuth.js to make conversational AI bots with authentication and authorization",
"license": "ISC",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chatbotkit/react

## 1.37.2

### Patch Changes

- Updated dependencies [a43f9d7]
- @chatbotkit/sdk@1.37.2

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatbotkit/react",
"version": "1.37.1",
"version": "1.37.2",
"description": "The fastest way to build advanced AI chat bots",
"license": "ISC",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chatbotkit/sdk

## 1.37.2

### Patch Changes

- a43f9d7: Re-generated types.

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatbotkit/sdk",
"version": "1.37.1",
"version": "1.37.2",
"description": "The fastest way to build advanced AI chat bots",
"license": "ISC",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions tools/create-cbk-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-cbk-app

## 1.37.2

### Patch Changes

- @chatbotkit/cli@1.37.2

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/create-cbk-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cbk-app",
"version": "1.37.1",
"version": "1.37.2",
"description": "A quick tool to create a new ChatbotKit app",
"license": "ISC",
"engines": {
Expand Down