@nimbus-ds/link 4.1.0-rc.2 → 4.1.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
|
@@ -6,7 +6,7 @@ The Link component allows us to navigate to external addresses.
|
|
|
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-03-13 `4.0.0`
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/link",
|
|
3
|
-
"version": "4.1.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -31,6 +31,5 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@nimbus-ds/icons": "^1.1.0",
|
|
33
33
|
"@nimbus-ds/webpack": "^1.1.0"
|
|
34
|
-
}
|
|
35
|
-
"stableVersion": "4.0.0"
|
|
34
|
+
}
|
|
36
35
|
}
|