@nimbus-ds/button 2.5.0-rc.2 → 2.5.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 +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ The Button component allows us to initiate actions, make state or page changes.
|
|
|
6
6
|
|
|
7
7
|
### 💡 Others
|
|
8
8
|
|
|
9
|
-
- Adjusted the component properties interface to use `ComponentPropsWithRef` and include the `as` prop in the output interface. ([#
|
|
9
|
+
- Adjusted the component properties interface to use `ComponentPropsWithRef` and include the `as` prop in the output interface. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
10
|
|
|
11
11
|
## 2023-02-23 `2.4.0`
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/button",
|
|
3
|
-
"version": "2.5.0
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@nimbus-ds/skeleton": "^3.0.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@nimbus-ds/styles": "^7.0.
|
|
20
|
+
"@nimbus-ds/styles": "^7.0.1",
|
|
21
21
|
"react": "^16.8 || ^17.0 || ^18.0",
|
|
22
22
|
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
23
23
|
},
|
|
@@ -35,6 +35,5 @@
|
|
|
35
35
|
"@nimbus-ds/icons": "^1.1.0",
|
|
36
36
|
"@nimbus-ds/skeleton": "^3.0.0",
|
|
37
37
|
"@nimbus-ds/webpack": "^1.1.0"
|
|
38
|
-
}
|
|
39
|
-
"stableVersion": "2.4.0"
|
|
38
|
+
}
|
|
40
39
|
}
|