@synerise/ds-alert 2.0.0 → 2.0.1
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 +4 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [2.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@2.0.0...@synerise/ds-alert@2.0.1) (2026-09-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
|
9
|
+
|
|
6
10
|
# [2.0.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@1.1.64...@synerise/ds-alert@2.0.0) (2026-08-26)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @synerise/ds-alert
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-alert",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "[DEPRECATED] Alert UI Component for the Synerise Design System — use @synerise/ds-inline-alert, ds-toast, ds-section-message or ds-broadcast-bar instead",
|
|
5
5
|
"deprecated": "@synerise/ds-alert is deprecated and will not be migrated off antd. Every export has a direct replacement: InlineAlert -> @synerise/ds-inline-alert, Toast -> @synerise/ds-toast, SectionMessage -> @synerise/ds-section-message, BroadcastBar -> @synerise/ds-broadcast-bar. No DS package imports it any more; see this package's README for the per-export mapping.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
],
|
|
44
44
|
"types": "dist/index.d.ts",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@synerise/ds-broadcast-bar": "^2.0.
|
|
47
|
-
"@synerise/ds-button": "^2.0.
|
|
48
|
-
"@synerise/ds-icon": "^2.
|
|
49
|
-
"@synerise/ds-inline-alert": "^2.0.
|
|
50
|
-
"@synerise/ds-section-message": "^2.0.
|
|
51
|
-
"@synerise/ds-unordered-list": "^2.0.
|
|
46
|
+
"@synerise/ds-broadcast-bar": "^2.0.1",
|
|
47
|
+
"@synerise/ds-button": "^2.0.1",
|
|
48
|
+
"@synerise/ds-icon": "^2.1.0",
|
|
49
|
+
"@synerise/ds-inline-alert": "^2.0.1",
|
|
50
|
+
"@synerise/ds-section-message": "^2.0.1",
|
|
51
|
+
"@synerise/ds-unordered-list": "^2.0.1",
|
|
52
52
|
"@synerise/ds-utils": "^2.0.0",
|
|
53
53
|
"animate.css": "^4.1.1"
|
|
54
54
|
},
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"styled-components": "^5.3.3",
|
|
60
60
|
"vitest": "4"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "1dc97a2bae9f1d20c3f35e6672d059d502c90d1a"
|
|
63
63
|
}
|