@synerise/ds-section-message 2.0.3 → 2.0.5

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@2.0.4...@synerise/ds-section-message@2.0.5) (2026-09-24)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-section-message
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@2.0.3...@synerise/ds-section-message@2.0.4) (2026-09-22)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** move test helpers to a ./testing subpath export ([b38cd82](https://github.com/Synerise/synerise-design/commit/b38cd82c956111d2331d5c1e0efd1935366f1139))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [2.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@2.0.2...@synerise/ds-section-message@2.0.3) (2026-09-18)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-section-message
package/CLAUDE.md CHANGED
@@ -109,7 +109,7 @@ Several styled components (`NumberWrapper`, `OrderWrapper`, `IconOrderWrapper`,
109
109
 
110
110
  - `@synerise/ds-icon` — `Icon` wrapper component plus icon components (`Check2M`, `WarningM`, `InfoM`, `NotificationsReceiveM`, `UpdateDataM`, `UserUpM`, `CloseM`)
111
111
  - `@synerise/ds-utils` — `WithHTMLAttributes` utility type
112
- - `@synerise/ds-core` — `ThemePropsVars` (for colour helpers), `renderWithProvider` in tests
112
+ - `@synerise/ds-core` — `ThemePropsVars` (for colour helpers); `renderWithProvider` in tests, from its `/testing` subpath
113
113
 
114
114
  ## Implementation notes
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-section-message",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "SectionMessage UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -42,8 +42,8 @@
42
42
  ],
43
43
  "types": "dist/index.d.ts",
44
44
  "dependencies": {
45
- "@synerise/ds-icon": "^2.1.2",
46
- "@synerise/ds-utils": "^2.1.1"
45
+ "@synerise/ds-icon": "^2.2.0",
46
+ "@synerise/ds-utils": "^2.2.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@synerise/ds-core": "*",
@@ -51,5 +51,5 @@
51
51
  "styled-components": "^5.3.3",
52
52
  "vitest": "4"
53
53
  },
54
- "gitHead": "b1d905617dfb186b5d80966d63ce55bf29df743d"
54
+ "gitHead": "6b725db2b0de1a2dfc6e9a3744f6c2fb2a04cc04"
55
55
  }