@synergy-design-system/mcp 3.16.1 → 3.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1291](https://github.com/synergy-design-system/synergy-design-system/pull/1291) [`363595e`](https://github.com/synergy-design-system/synergy-design-system/commit/363595ea1fde8baad6e11d69365732aa9f547c10) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-06-24
8
+
9
+ feat: ✨ chart axes mvp ([#1203](https://github.com/synergy-design-system/synergy-design-system/issues/1203))
10
+
11
+ This release introduces the first chart axis MVP for syn-chart.
12
+
13
+ New features:
14
+ - Adds and registers a Synergy ECharts light theme as default for syn-chart.
15
+ - Provides a config callback API with preset methods like `axesShowSplitLines()`, `axesAddXLabelIcons()`, and `axesHideLabels()` as an alternative to raw ECharts configuration objects for the _config_ property. These methods support both method chaining and sequential calling patterns for maximum flexibility.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`363595e`](https://github.com/synergy-design-system/synergy-design-system/commit/363595ea1fde8baad6e11d69365732aa9f547c10)]:
20
+ - @synergy-design-system/metadata@3.17.0
21
+
3
22
  ## 3.16.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "@modelcontextprotocol/sdk": "^1.29.0",
11
11
  "zod": "^4.4.3",
12
12
  "@synergy-design-system/assets": "2.1.3",
13
- "@synergy-design-system/metadata": "3.16.1"
13
+ "@synergy-design-system/metadata": "3.17.0"
14
14
  },
15
15
  "description": "MCP Server for the Synergy Design System",
16
16
  "devDependencies": {
@@ -57,7 +57,7 @@
57
57
  "directory": "packages/mcp"
58
58
  },
59
59
  "type": "module",
60
- "version": "3.16.1",
60
+ "version": "3.17.0",
61
61
  "scripts": {
62
62
  "debug": "npx @modelcontextprotocol/inspector",
63
63
  "build": "pnpm run clean && tsc",