Skip to content

Commit 7615044

Browse files
authored
Merge pull request #71 from chatbotkit/changeset-release/main
Version Packages
2 parents c991e4d + 5145016 commit 7615044

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

.changeset/gold-eels-cheer.md

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

packages/agent/CHANGELOG.md

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

3+
## 1.29.1
4+
5+
### Patch Changes
6+
7+
- 9332259: New options and fixed iterator loops.
8+
39
## 1.27.0
410

511
### Minor 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.29.0",
3+
"version": "1.29.1",
44
"description": "ChatBotKit Agent implementation",
55
"license": "ISC",
66
"engines": {

packages/cli/CHANGELOG.md

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

3+
## 1.29.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9332259]
8+
- @chatbotkit/agent@1.29.1
9+
310
## 1.27.0
411

512
### Minor 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.29.0",
3+
"version": "1.29.1",
44
"description": "ChatBotKit command line tools",
55
"license": "ISC",
66
"engines": {

tools/create-cbk-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-cbk-app
22

3+
## 1.29.1
4+
5+
### Patch Changes
6+
7+
- @chatbotkit/cli@1.29.1
8+
39
## 1.27.0
410

511
### Patch Changes

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.29.0",
3+
"version": "1.29.1",
44
"description": "A quick tool to create a new ChatbotKit app",
55
"license": "ISC",
66
"engines": {

0 commit comments

Comments
 (0)