@nimbus-ds/toast 2.3.1-rc.1 → 2.3.1-rc.6
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ The Toast component allows us to notify users in an informational tone, describi
|
|
|
6
6
|
|
|
7
7
|
### 🐛 Bug fixes
|
|
8
8
|
|
|
9
|
-
- Fixed type bug on expected icon and text color values.
|
|
9
|
+
- Fixed type bug on expected icon and text color values. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
10
|
|
|
11
11
|
## 2023-03-13 `2.3.0`
|
|
12
12
|
|