Skip to content

Commit f4b6146

Browse files
fix: pipeline (#6539)
* fix: pipeline corrected that packages version * refactor: added missing package * refactor: needed to regenerate the package lock file * Update CHANGELOG.md --------- Co-authored-by: Michael Kraus <[email protected]>
1 parent 8c5257b commit f4b6146

4 files changed

Lines changed: 8 additions & 17 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"@db-ux/agent-cli",
1919
"@db-ux/core-eslint-plugin",
2020
"@db-ux/core-vite-plugin",
21-
"@db-ux/core-postcss-plugin"
21+
"@db-ux/core-postcss-plugin",
22+
"@db-ux/mcp-server"
2223
]
2324
],
2425
"ignore": [

package-lock.json

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

packages/mcp-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @db-ux/mcp-server
22

3+
## 4.6.1
4+
5+
_version bump_
6+
37
## 4.6.0
48

59
### Minor Changes

packages/mcp-server/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/mcp-server",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"type": "module",
55
"description": "MCP server for DB UX Design System – gives LLMs access to UI components and code examples",
66
"repository": {

0 commit comments

Comments
 (0)