@synerise/ds-section-message 1.0.12 → 1.0.13

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 +5 -27
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,60 +3,38 @@
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.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)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-section-message
9
9
 
10
+ ## [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)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @synerise/ds-section-message
13
13
 
14
14
  ## [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
15
 
16
16
  **Note:** Version bump only for package @synerise/ds-section-message
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [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
19
 
24
-
25
20
  ### Bug Fixes
26
21
 
27
- * **section-message:** changed icons ([b87f2a8](https://github.com/Synerise/synerise-design/commit/b87f2a83c265a384285234d92c3da2301f6d84af))
28
-
29
-
30
-
31
-
22
+ - **section-message:** changed icons ([b87f2a8](https://github.com/Synerise/synerise-design/commit/b87f2a83c265a384285234d92c3da2301f6d84af))
32
23
 
33
24
  ## [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
25
 
35
26
  **Note:** Version bump only for package @synerise/ds-section-message
36
27
 
37
-
38
-
39
-
40
-
41
28
  ## [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
29
 
43
-
44
30
  ### Bug Fixes
45
31
 
46
- * **section-message:** fixes to section message overflow ([8189069](https://github.com/Synerise/synerise-design/commit/81890698e348490e75cd991e2d97ca456592941c))
47
-
48
-
49
-
50
-
32
+ - **section-message:** fixes to section message overflow ([8189069](https://github.com/Synerise/synerise-design/commit/81890698e348490e75cd991e2d97ca456592941c))
51
33
 
52
34
  ## [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
35
 
54
36
  **Note:** Version bump only for package @synerise/ds-section-message
55
37
 
56
-
57
-
58
-
59
-
60
38
  ## [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
39
 
62
40
  ### 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.13",
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.1",
39
+ "@synerise/ds-utils": "^1.5.1"
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": "b1279d5354132a2bf0b6f0cfa343db4c6c928f72"
47
47
  }