@nimbus-ds/icons 1.6.0 → 1.6.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 +6 -0
  2. package/package.json +2 -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
+ ## 2025-03-18 `1.6.1`
6
+
7
+ ### 💡 Others
8
+
9
+ - Rebuild after build process changes to add support for modular imports and Server Components. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2024-12-16 `1.6.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.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
26
26
  },
27
27
  "devDependencies": {
28
- "@nimbus-ds/webpack": "^1.4.0",
28
+ "@nimbus-ds/webpack": "^1.5.0",
29
29
  "@svgr/cli": "^6.5.1",
30
30
  "svgo": "^3.0.2"
31
31
  }