@nimbus-ds/icons 1.15.0 → 1.15.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 +6 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
|
|
4
4
|
|
|
5
|
+
## 2026-01-12 `1.15.1`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added support for React 19 in peer dependencies. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2026-01-09 `1.15.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/icons",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -24,8 +24,11 @@
|
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
26
26
|
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
|
|
29
|
+
},
|
|
27
30
|
"devDependencies": {
|
|
28
|
-
"@nimbus-ds/webpack": "^1.7.
|
|
31
|
+
"@nimbus-ds/webpack": "^1.7.1",
|
|
29
32
|
"@svgr/cli": "^6.5.1",
|
|
30
33
|
"svgo": "^3.0.2"
|
|
31
34
|
}
|