@synerise/design-system 1.5.16 → 1.5.17
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 +8 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.5.17](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.5.16...@synerise/design-system@1.5.17) (2025-07-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/design-system
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.5.16](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.5.15...@synerise/design-system@1.5.16) (2025-07-17)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/design-system
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/design-system",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.17",
|
|
4
4
|
"description": "DesignSystem UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -112,9 +112,10 @@
|
|
|
112
112
|
"@synerise/ds-scrollbar": "^1.1.4",
|
|
113
113
|
"@synerise/ds-search": "^1.2.5",
|
|
114
114
|
"@synerise/ds-search-bar": "^1.3.7",
|
|
115
|
+
"@synerise/ds-section-message": "^1.0.2",
|
|
115
116
|
"@synerise/ds-select": "^1.1.12",
|
|
116
117
|
"@synerise/ds-short-cuts": "^1.0.16",
|
|
117
|
-
"@synerise/ds-sidebar": "^1.0.
|
|
118
|
+
"@synerise/ds-sidebar": "^1.0.20",
|
|
118
119
|
"@synerise/ds-sidebar-object": "^1.0.22",
|
|
119
120
|
"@synerise/ds-skeleton": "^1.0.17",
|
|
120
121
|
"@synerise/ds-slider": "^1.0.18",
|
|
@@ -145,5 +146,5 @@
|
|
|
145
146
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
146
147
|
"styled-components": "^5.3.3"
|
|
147
148
|
},
|
|
148
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "d43933cb79c98e808b61bbe341f03e1e602d6193"
|
|
149
150
|
}
|