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