@nimbus-ds/skeleton 3.0.1 → 3.0.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The skeleton is a basic component that displays a placeholder preview of its content before the data is loaded, reducing the feeling of slow loading time.
4
4
 
5
+ ## 2026-01-13 `2.2.2`
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))
10
+
5
11
  ## 2025-03-18 `2.2.1`
6
12
 
7
13
  ### 💡 Others
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The skeleton is a basic component that displays a placeholder preview of its content before the data is loaded, reducing the feeling of slow loading time.
4
4
 
5
+ ## 2026-01-13 `2.2.2`
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))
10
+
5
11
  ## 2025-03-18 `2.2.1`
6
12
 
7
13
  ### 💡 Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/skeleton",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,8 +14,8 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "^16.8 || ^17.0 || ^18.0",
18
- "react-dom": "^16.8 || ^17.0 || ^18.0"
17
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
18
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
19
19
  },
20
20
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
21
21
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
27
27
  },
28
28
  "devDependencies": {
29
- "@nimbus-ds/webpack": "^1.5.0",
29
+ "@nimbus-ds/webpack": "^1.7.1",
30
30
  "@vanilla-extract/dynamic": "^2.0.3"
31
31
  }
32
32
  }