@synerise/design-system 1.14.6 → 1.14.8

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 +6 -6
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.14.8](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.14.7...@synerise/design-system@1.14.8) (2026-08-25)
7
+
8
+ **Note:** Version bump only for package @synerise/design-system
9
+
10
+ ## [1.14.7](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.14.6...@synerise/design-system@1.14.7) (2026-08-21)
11
+
12
+ **Note:** Version bump only for package @synerise/design-system
13
+
6
14
  ## [1.14.6](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.14.5...@synerise/design-system@1.14.6) (2026-08-20)
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.14.6",
3
+ "version": "1.14.8",
4
4
  "description": "DesignSystem UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -56,7 +56,7 @@
56
56
  "@synerise/ds-cascader": "^1.1.56",
57
57
  "@synerise/ds-checkbox": "^1.2.38",
58
58
  "@synerise/ds-checkbox-tristate": "^1.1.48",
59
- "@synerise/ds-code-area": "^1.3.35",
59
+ "@synerise/ds-code-area": "^1.3.36",
60
60
  "@synerise/ds-code-snippet": "^1.2.4",
61
61
  "@synerise/ds-collector": "^1.4.56",
62
62
  "@synerise/ds-color-picker": "^1.3.56",
@@ -66,7 +66,7 @@
66
66
  "@synerise/ds-confirmation": "^1.3.15",
67
67
  "@synerise/ds-context-selector": "^1.3.50",
68
68
  "@synerise/ds-copy-icon": "^1.2.18",
69
- "@synerise/ds-core": "^1.14.1",
69
+ "@synerise/ds-core": "^1.15.0",
70
70
  "@synerise/ds-cruds": "^1.1.18",
71
71
  "@synerise/ds-data-format": "^1.1.8",
72
72
  "@synerise/ds-date-picker": "^1.4.26",
@@ -92,7 +92,7 @@
92
92
  "@synerise/ds-grid": "^1.1.23",
93
93
  "@synerise/ds-icon": "^1.18.5",
94
94
  "@synerise/ds-icon-picker": "^1.7.13",
95
- "@synerise/ds-image": "^0.1.5",
95
+ "@synerise/ds-image": "^0.2.0",
96
96
  "@synerise/ds-information-card": "^1.7.13",
97
97
  "@synerise/ds-inline-alert": "^1.1.28",
98
98
  "@synerise/ds-inline-edit": "^1.1.53",
@@ -144,7 +144,7 @@
144
144
  "@synerise/ds-subtle-form": "^1.2.13",
145
145
  "@synerise/ds-switch": "^1.2.36",
146
146
  "@synerise/ds-table": "^1.11.17",
147
- "@synerise/ds-table-new": "^1.6.4",
147
+ "@synerise/ds-table-new": "^1.7.0",
148
148
  "@synerise/ds-tabs": "^1.2.10",
149
149
  "@synerise/ds-tag": "^1.4.34",
150
150
  "@synerise/ds-tags": "^1.5.56",
@@ -164,5 +164,5 @@
164
164
  "react-intl": ">=3.12.0 <= 6.8",
165
165
  "styled-components": "^5.3.3"
166
166
  },
167
- "gitHead": "8d271661b4af7b8580871b750e0be1a8fe1844b2"
167
+ "gitHead": "faa34eced43e7e23b79a58b0666e03738368e80a"
168
168
  }