@synergy-design-system/mcp 1.40.0 → 1.41.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1132](https://github.com/synergy-design-system/synergy-design-system/pull/1132) [`13f6b25`](https://github.com/synergy-design-system/synergy-design-system/commit/13f6b259af388a0fbafc7c963443d08e61c4e99f) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-18
8
+
9
+ feat: ✨ support angular 21 (#1094)
10
+
11
+ Enables the possibility to use `angular@21`.
12
+
3
13
  ## 1.40.0
4
14
 
5
15
  ### Minor Changes
@@ -1 +1 @@
1
- b5c9690dc359d540101b8ccb74086919
1
+ a63ba6a328e910f16e0cd08c9f83e9af
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.77.0
4
+
3
5
  ## 2.76.0
4
6
 
5
7
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
package/package.json CHANGED
@@ -29,11 +29,11 @@
29
29
  "ts-jest": "^29.4.0",
30
30
  "typescript": "^5.9.3",
31
31
  "@synergy-design-system/docs": "0.1.0",
32
- "@synergy-design-system/eslint-config-syn": "^0.1.0",
32
+ "@synergy-design-system/components": "2.77.0",
33
33
  "@synergy-design-system/fonts": "1.0.1",
34
34
  "@synergy-design-system/styles": "1.9.0",
35
- "@synergy-design-system/tokens": "^2.48.0",
36
- "@synergy-design-system/components": "2.76.0"
35
+ "@synergy-design-system/eslint-config-syn": "^0.1.0",
36
+ "@synergy-design-system/tokens": "^2.48.0"
37
37
  },
38
38
  "exports": {
39
39
  ".": {
@@ -67,7 +67,7 @@
67
67
  "directory": "packages/mcp"
68
68
  },
69
69
  "type": "module",
70
- "version": "1.40.0",
70
+ "version": "1.41.0",
71
71
  "scripts": {
72
72
  "build": "pnpm run build:ts && pnpm run build:metadata && pnpm build:hash",
73
73
  "build:all": "pnpm run build && pnpm run build:storybook",