@nimbus-ds/divider 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # Changelog
2
2
 
3
3
  Dividers are used to separate content in a list or grid. They can be horizontal or vertical.
4
+
5
+ ## 2026-01-13 `1.0.1`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # Changelog
2
2
 
3
3
  Dividers are used to separate content in a list or grid. They can be horizontal or vertical.
4
+
5
+ ## 2026-01-13 `1.0.1`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/divider",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -15,9 +15,9 @@
15
15
  "version": "yarn version"
16
16
  },
17
17
  "peerDependencies": {
18
- "@nimbus-ds/styles": "^9.29.0",
19
- "react": "^16.8 || ^17.0 || ^18.0",
20
- "react-dom": "^16.8 || ^17.0 || ^18.0"
18
+ "@nimbus-ds/styles": "^9.50.0",
19
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
20
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
21
21
  },
22
22
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
23
23
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
29
29
  },
30
30
  "devDependencies": {
31
- "@nimbus-ds/box": "^4.3.1",
32
- "@nimbus-ds/webpack": "^1.7.0"
31
+ "@nimbus-ds/box": "^4.3.3",
32
+ "@nimbus-ds/webpack": "^1.7.1"
33
33
  }
34
34
  }