@nimbus-ds/button 1.6.0-rc.1 → 1.6.0
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 +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The Button component allows us to initiate actions, make state or page changes.
|
|
4
4
|
|
|
5
|
-
## 2022-12-14 `1.
|
|
5
|
+
## 2022-12-14 `1.6.0`
|
|
6
6
|
|
|
7
7
|
- Add new `transparent` appearance. ([#67](https://github.com/TiendaNube/nimbus-design-system/pull/67) by [@juanchigallego](https://github.com/juanchigallego))
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/button",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -35,6 +35,5 @@
|
|
|
35
35
|
"@nimbus-ds/skeleton": "^1.2.0",
|
|
36
36
|
"@tiendanube/icons": "^0.3.1",
|
|
37
37
|
"webpack": "^5.74.0"
|
|
38
|
-
}
|
|
39
|
-
"stableVersion": "1.5.0"
|
|
38
|
+
}
|
|
40
39
|
}
|