@nimbus-ds/card 2.1.0 → 2.1.1-rc.1

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 +7 -1
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -2,11 +2,17 @@
2
2
 
3
3
  The Card component allows us to group contents and related actions, making it easier to identify groups of information.
4
4
 
5
+ ## 2023-02-24 `2.1.1`
6
+
7
+ ### 💡 Others
8
+
9
+ - Adjust `fontSize` and `lineHeight` 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 `2.1.0`
6
12
 
7
13
  ### 🎉 New features
8
14
 
9
- - Added server side-rendering support to component. ([#99](https://github.com/TiendaNube/nimbus-design-system/pull/99) by [@juniorconquista](https://github.com/juniorconquista))
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
  ## 2022-12-22 `2.0.0`
12
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/card",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "peerDependencies": {
17
- "@nimbus-ds/title": "^2.1.0",
17
+ "@nimbus-ds/title": "^2.2.0-rc.1",
18
18
  "react": "^16.8 || ^17.0 || ^18.0",
19
19
  "react-dom": "^16.8 || ^17.0 || ^18.0"
20
20
  },
@@ -27,10 +27,11 @@
27
27
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
28
28
  },
29
29
  "devDependencies": {
30
- "@nimbus-ds/box": "^2.6.0",
30
+ "@nimbus-ds/box": "^2.7.0-rc.1",
31
31
  "@nimbus-ds/button": "^2.4.0",
32
- "@nimbus-ds/tag": "^2.2.0",
33
- "@nimbus-ds/text": "^5.1.0",
32
+ "@nimbus-ds/tag": "^2.2.1-rc.1",
33
+ "@nimbus-ds/text": "^5.2.0-rc.1",
34
34
  "webpack": "^5.74.0"
35
- }
35
+ },
36
+ "stableVersion": "2.1.0"
36
37
  }