@synerise/ds-section-message 1.0.12 → 1.0.14

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 +7 -25
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,60 +3,42 @@
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
- ## [1.0.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.11...@synerise/ds-section-message@1.0.12) (2025-11-28)
6
+ ## [1.0.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.13...@synerise/ds-section-message@1.0.14) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-section-message
9
9
 
10
+ ## [1.0.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.12...@synerise/ds-section-message@1.0.13) (2025-12-15)
10
11
 
12
+ **Note:** Version bump only for package @synerise/ds-section-message
11
13
 
14
+ ## [1.0.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.11...@synerise/ds-section-message@1.0.12) (2025-11-28)
12
15
 
16
+ **Note:** Version bump only for package @synerise/ds-section-message
13
17
 
14
18
  ## [1.0.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.10...@synerise/ds-section-message@1.0.11) (2025-11-06)
15
19
 
16
20
  **Note:** Version bump only for package @synerise/ds-section-message
17
21
 
18
-
19
-
20
-
21
-
22
22
  ## [1.0.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.9...@synerise/ds-section-message@1.0.10) (2025-10-16)
23
23
 
24
-
25
24
  ### Bug Fixes
26
25
 
27
- * **section-message:** changed icons ([b87f2a8](https://github.com/Synerise/synerise-design/commit/b87f2a83c265a384285234d92c3da2301f6d84af))
28
-
29
-
30
-
31
-
26
+ - **section-message:** changed icons ([b87f2a8](https://github.com/Synerise/synerise-design/commit/b87f2a83c265a384285234d92c3da2301f6d84af))
32
27
 
33
28
  ## [1.0.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.8...@synerise/ds-section-message@1.0.9) (2025-10-10)
34
29
 
35
30
  **Note:** Version bump only for package @synerise/ds-section-message
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## [1.0.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.7...@synerise/ds-section-message@1.0.8) (2025-09-23)
42
33
 
43
-
44
34
  ### Bug Fixes
45
35
 
46
- * **section-message:** fixes to section message overflow ([8189069](https://github.com/Synerise/synerise-design/commit/81890698e348490e75cd991e2d97ca456592941c))
47
-
48
-
49
-
50
-
36
+ - **section-message:** fixes to section message overflow ([8189069](https://github.com/Synerise/synerise-design/commit/81890698e348490e75cd991e2d97ca456592941c))
51
37
 
52
38
  ## [1.0.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.6...@synerise/ds-section-message@1.0.7) (2025-09-16)
53
39
 
54
40
  **Note:** Version bump only for package @synerise/ds-section-message
55
41
 
56
-
57
-
58
-
59
-
60
42
  ## [1.0.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-section-message@1.0.5...@synerise/ds-section-message@1.0.6) (2025-09-05)
61
43
 
62
44
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-section-message",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "SectionMessage UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -23,7 +23,7 @@
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "prepublish": "npm run build",
25
25
  "types": "tsc --noEmit",
26
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
26
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
27
27
  "test": "jest",
28
28
  "test:watch": "npm run test -- --watchAll",
29
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
@@ -35,13 +35,13 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-icon": "^1.9.0",
39
- "@synerise/ds-utils": "^1.5.0"
38
+ "@synerise/ds-icon": "^1.9.2",
39
+ "@synerise/ds-utils": "^1.5.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@synerise/ds-core": "*",
43
43
  "react": ">=16.9.0 <= 18.3.1",
44
44
  "styled-components": "^5.3.3"
45
45
  },
46
- "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
46
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
47
47
  }