@nimbus-ds/toast 2.0.0-rc.2 → 2.0.0-rc.3

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  Toast allows us to send short messages to the user in a non-intrusive way to communicate component or feedback resulting from some action.
4
4
  It is a component that appears and disappears after a few seconds. By default, we set the user detection time to 4 seconds, which should be enough for the user to read the message and interfere with its operation.
5
5
 
6
+ ## 2022-12-22 `2.0.0`
7
+
8
+ ### 💡 Others
9
+
10
+ - Removed direct dependency on `nimbus-ds/styles` package from component build. ([#69](https://github.com/TiendaNube/nimbus-design-system/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
11
+
6
12
  ## 2022-12-16 `1.5.1`
7
13
 
8
14
  ### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/toast",
3
- "version": "2.0.0-rc.2",
3
+ "version": "2.0.0-rc.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,9 +14,9 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@nimbus-ds/icon": "^2.0.0-rc.2",
18
- "@nimbus-ds/spinner": "^2.0.0-rc.3",
19
- "@nimbus-ds/text": "^5.0.0-rc.2",
17
+ "@nimbus-ds/icon": "^2.0.0-rc.3",
18
+ "@nimbus-ds/spinner": "^2.0.0-rc.4",
19
+ "@nimbus-ds/text": "^5.0.0-rc.3",
20
20
  "@tiendanube/icons": "^0.3.1"
21
21
  },
22
22
  "peerDependencies": {