@nimbus-ds/link 3.3.0-rc.2 → 3.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -2,10 +2,16 @@
2
2
 
3
3
  The Link component allows us to navigate to external addresses.
4
4
 
5
- ## 2023-02-10 `3.3.0`
5
+ ## 2023-02-13 `3.3.0`
6
6
 
7
- - Added polymorphic typing support to component. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
8
- - Removed subcomponent `Link.Button`. [#78](https://github.com/TiendaNube/nimbus-design-system/pull/#78) by [@juniorconquista](https://github.com/juniorconquista))
7
+ ### 🎉 New features
8
+
9
+ - Added polymorphic typing support to component. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
10
+ - Added `as` property to the Component. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
11
+
12
+ ### 💡 Others
13
+
14
+ - Removed subcomponent `Link.Button`. [#89](https://github.com/TiendaNube/nimbus-design-system/pull/#89) by [@juniorconquista](https://github.com/juniorconquista))
9
15
 
10
16
  ## 2023-02-06 `3.2.0`
11
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/link",
3
- "version": "3.3.0-rc.2",
3
+ "version": "3.3.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -31,6 +31,5 @@
31
31
  "devDependencies": {
32
32
  "@tiendanube/icons": "^0.3.1",
33
33
  "webpack": "^5.74.0"
34
- },
35
- "stableVersion": "3.2.0"
34
+ }
36
35
  }