@nimbus-ds/toggle 2.2.1-rc.3 → 2.2.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 +2 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The Tooltip component allows us to show additional information in a non-intrusive way.
|
|
4
4
|
|
|
5
|
-
## 2023-
|
|
5
|
+
## 2023-12-22 `2.2.1`
|
|
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-13 `2.2.0`
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/toggle",
|
|
3
|
-
"version": "2.2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -31,6 +31,5 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@nimbus-ds/webpack": "^1.4.0"
|
|
34
|
-
}
|
|
35
|
-
"stableVersion": "2.2.0"
|
|
34
|
+
}
|
|
36
35
|
}
|