Skip to content

Commit 540e36b

Browse files
committed
add changelog
1 parent b2a6935 commit 540e36b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changeset/ripe-ravens-sleep.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@drivenets/design-system': major
3+
'@drivenets/eslint-plugin-design-system': major
4+
---
5+
6+
Removed deprecated components `DsDialog` and `DsConfirm`
7+
Removed deprecation eslint rules for `DsDialog` and `DsConfirm`

packages/design-system/vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default defineConfig({
2323
// deprecated components
2424
'**/ds-chip/**',
2525
'**/ds-chip-group/**',
26-
'**/ds-date-input/**',
27-
'**/ds-system-status/**',
26+
'**/ds-date-input/**',
27+
'**/ds-system-status/**',
2828
],
2929
thresholds: {
3030
lines: 90,

0 commit comments

Comments
 (0)