Skip to content

Commit f17490e

Browse files
committed
chore(release): publish
- project: @ai-devkit/channel-connector 0.2.0 - project: cli 0.22.0
1 parent 0f1bf9f commit f17490e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/channel-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-devkit/channel-connector",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Generic messaging bridge for connecting to external communication platforms",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.21.1",
3+
"version": "0.22.0",
44
"description": "A CLI toolkit for AI-assisted software development with phase templates and environment setup",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@ai-devkit/agent-manager": "0.7.0",
31-
"@ai-devkit/channel-connector": "0.1.0",
31+
"@ai-devkit/channel-connector": "0.2.0",
3232
"@ai-devkit/memory": "0.8.0",
3333
"chalk": "^4.1.2",
3434
"commander": "^11.1.0",

0 commit comments

Comments
 (0)