Skip to content

Commit ffbf2c5

Browse files
authored
fix: deployment issue for agent-cli (#5182)
1 parent 3b1cc14 commit ffbf2c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"@db-ux/v-core-components",
1515
"@db-ux/wc-core-components",
1616
"@db-ux/core-stylelint",
17-
"@db-ux/core-migration"
17+
"@db-ux/core-migration",
18+
"@db-ux/agent-cli"
1819
]
1920
],
2021
"ignore": ["scripts"],

packages/agent-cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @db-ux/agent-cli
22

3-
## 0.0.1
3+
## 3.1.18
44

55
### Patch Changes
66

packages/agent-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/agent-cli",
3-
"version": "0.0.1",
3+
"version": "3.1.18",
44
"type": "module",
55
"description": "CLI for DB UX Design System generate AI agent instructions",
66
"repository": {

0 commit comments

Comments
 (0)