@synerise/design-system 1.8.2 → 1.8.3

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 +8 -0
  2. package/package.json +5 -5
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.8.3](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.8.2...@synerise/design-system@1.8.3) (2025-12-01)
7
+
8
+ **Note:** Version bump only for package @synerise/design-system
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.8.1...@synerise/design-system@1.8.2) (2025-11-28)
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.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "DesignSystem UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -94,7 +94,7 @@
94
94
  "@synerise/ds-item-filter": "^1.0.46",
95
95
  "@synerise/ds-item-picker": "^1.13.1",
96
96
  "@synerise/ds-items-roll": "^1.2.2",
97
- "@synerise/ds-layout": "^1.0.23",
97
+ "@synerise/ds-layout": "^1.1.0",
98
98
  "@synerise/ds-list": "^1.1.7",
99
99
  "@synerise/ds-list-item": "^1.2.1",
100
100
  "@synerise/ds-loader": "^1.0.10",
@@ -109,7 +109,7 @@
109
109
  "@synerise/ds-ordered-list": "^1.1.21",
110
110
  "@synerise/ds-page-header": "^1.0.41",
111
111
  "@synerise/ds-pagination": "^1.0.34",
112
- "@synerise/ds-panels-resizer": "^1.0.21",
112
+ "@synerise/ds-panels-resizer": "^1.0.22",
113
113
  "@synerise/ds-popconfirm": "^1.0.30",
114
114
  "@synerise/ds-popover": "^1.1.1",
115
115
  "@synerise/ds-progress-bar": "^1.1.23",
@@ -144,7 +144,7 @@
144
144
  "@synerise/ds-typography": "^1.0.24",
145
145
  "@synerise/ds-unordered-list": "^1.1.21",
146
146
  "@synerise/ds-utils": "^1.5.0",
147
- "@synerise/ds-wizard": "^1.0.42"
147
+ "@synerise/ds-wizard": "^1.0.43"
148
148
  },
149
149
  "peerDependencies": {
150
150
  "antd": "4.24.16",
@@ -152,5 +152,5 @@
152
152
  "react-intl": ">=3.12.0 <= 6.8",
153
153
  "styled-components": "^5.3.3"
154
154
  },
155
- "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
155
+ "gitHead": "5de2a1bf9ca25a01726f62ed33f49e7a30bb29a7"
156
156
  }