@nimbus-ds/modal 1.5.2-rc.2 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ The Modal component allows us to call the user's attention to a floating box tha
6
6
 
7
7
  #### 🎉 New features
8
8
 
9
- - Changed default title size to `h4` on `ModalHeader` 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 `ModalHeader` subcomponent. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
10
10
 
11
11
  ## 2023-10-13 `1.5.0`
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/modal",
3
- "version": "1.5.2-rc.2",
3
+ "version": "1.5.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@floating-ui/react": "^0.26.0",
18
18
  "@nimbus-ds/icon": "^3.0.0",
19
- "@nimbus-ds/icons": "^1.5.0-rc.1"
19
+ "@nimbus-ds/icons": "^1.5.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "^16.8 || ^17.0 || ^18.0",
@@ -34,8 +34,7 @@
34
34
  "@nimbus-ds/box": "^4.1.0",
35
35
  "@nimbus-ds/button": "^2.5.0",
36
36
  "@nimbus-ds/text": "^6.3.0",
37
- "@nimbus-ds/title": "^3.1.1-rc.2",
37
+ "@nimbus-ds/title": "^3.1.1",
38
38
  "@nimbus-ds/webpack": "^1.4.0"
39
- },
40
- "stableVersion": "1.5.1"
39
+ }
41
40
  }