@nimbus-ds/card 3.1.1-rc.2 → 3.1.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 +1 -1
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ The Card component allows us to group contents and related actions, making it ea
6
6
 
7
7
  #### 🎉 New features
8
8
 
9
- - Changed default title size to `h4` on `CardHeader` subcomponent. ([#213](https://github.com/TiendaNube/nimbus-design-system/pull/213) by [@juanchigallego](https://github.com/juanchigallego))
9
+ - Changed default title size to `h4` on `CardHeader` subcomponent. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
10
10
 
11
11
  ## 2023-06-13 `3.1.0`
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/card",
3
- "version": "3.1.1-rc.2",
3
+ "version": "3.1.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": "^3.1.1-rc.2",
17
+ "@nimbus-ds/title": "^3.1.1",
18
18
  "react": "^16.8 || ^17.0 || ^18.0",
19
19
  "react-dom": "^16.8 || ^17.0 || ^18.0"
20
20
  },
@@ -32,6 +32,5 @@
32
32
  "@nimbus-ds/tag": "^2.3.0",
33
33
  "@nimbus-ds/text": "^6.3.0",
34
34
  "@nimbus-ds/webpack": "^1.4.0"
35
- },
36
- "stableVersion": "3.1.0"
35
+ }
37
36
  }