@nimbus-ds/link 3.5.0 → 3.5.1-rc.2
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 +7 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
The Link component allows us to navigate to external addresses.
|
|
4
4
|
|
|
5
|
+
## 2023-02-24 `3.5.1`
|
|
6
|
+
|
|
7
|
+
### 💡 Others
|
|
8
|
+
|
|
9
|
+
- Adjust `fontSize` and `color` properties in `Text` component on stories documentation. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
|
+
|
|
5
11
|
## 2023-02-23 `3.5.0`
|
|
6
12
|
|
|
7
13
|
### 🎉 New features
|
|
8
14
|
|
|
9
|
-
- Added server side-rendering support to component. ([#
|
|
15
|
+
- Added server side-rendering support to component. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
16
|
|
|
11
17
|
## 2023-02-16 `3.4.0`
|
|
12
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/link",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -31,5 +31,6 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@nimbus-ds/icons": "^1.1.0",
|
|
33
33
|
"webpack": "^5.74.0"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"stableVersion": "3.5.0"
|
|
35
36
|
}
|