Skip to content

Commit 0fb2275

Browse files
authored
Merge pull request #69 from chatbotkit/next
Release node-sdk
2 parents f209f3c + 533ed08 commit 0fb2275

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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.27.0",
3+
"version": "1.29.0",
44
"description": "ChatBotKit Agent implementation",
55
"license": "ISC",
66
"engines": {

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.27.0",
3+
"version": "1.29.0",
44
"description": "ChatBotKit command line tools",
55
"license": "ISC",
66
"engines": {

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/fetch",
3-
"version": "1.26.3",
3+
"version": "1.29.0",
44
"description": "Isomorphic implenetation for fetch specifically designed for @chatbotkit/sdk.",
55
"license": "ISC",
66
"engines": {

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/next",
3-
"version": "1.26.3",
3+
"version": "1.29.0",
44
"description": "Utility library for ChatbotKit for Next.js",
55
"license": "ISC",
66
"engines": {

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.27.0",
3+
"version": "1.29.0",
44
"description": "ChatBotKit adapter for NextAuth.js to make conversational AI bots with authentication and authorization",
55
"license": "ISC",
66
"engines": {

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.27.0",
3+
"version": "1.29.0",
44
"description": "The fastest way to build advanced AI chat bots",
55
"license": "ISC",
66
"engines": {

packages/sdk/package.json

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

packages/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/widget",
3-
"version": "1.26.3",
3+
"version": "1.29.0",
44
"description": "Type definitions for the ChatBotKit widget custom element",
55
"license": "ISC",
66
"engines": {

tools/create-cbk-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cbk-app",
3-
"version": "1.27.0",
3+
"version": "1.29.0",
44
"description": "A quick tool to create a new ChatbotKit app",
55
"license": "ISC",
66
"engines": {

0 commit comments

Comments
 (0)