@nimbus-ds/alert 2.3.2-rc.3 → 2.3.2
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 +2 -2
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The Alert component allows us to communicate about changes or special conditions in pages or sections.
|
|
4
4
|
|
|
5
|
-
## 2023-
|
|
5
|
+
## 2023-12-22 `2.3.2`
|
|
6
6
|
|
|
7
|
-
- Update component with new color tokens from `@nimbus-ds/tokens` package. ([#
|
|
7
|
+
- Update component with new color tokens from `@nimbus-ds/tokens` package. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
|
|
8
8
|
|
|
9
9
|
## 2023-03-27 `2.3.1`
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/alert",
|
|
3
|
-
"version": "2.3.2
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@nimbus-ds/icon": "^3.0.0",
|
|
18
|
-
"@nimbus-ds/icons": "^1.5.0
|
|
18
|
+
"@nimbus-ds/icons": "^1.5.0",
|
|
19
19
|
"@nimbus-ds/skeleton": "^3.0.0",
|
|
20
|
-
"@nimbus-ds/title": "^3.1.1
|
|
20
|
+
"@nimbus-ds/title": "^3.1.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^16.8 || ^17.0 || ^18.0",
|
|
@@ -35,6 +35,5 @@
|
|
|
35
35
|
"@nimbus-ds/box": "^4.1.0",
|
|
36
36
|
"@nimbus-ds/button": "^2.5.0",
|
|
37
37
|
"@nimbus-ds/webpack": "^1.4.0"
|
|
38
|
-
}
|
|
39
|
-
"stableVersion": "2.3.1"
|
|
38
|
+
}
|
|
40
39
|
}
|