@nimbus-ds/icons 1.5.1-rc.10 → 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 +57 -0
  2. package/package.json +4 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,57 @@
1
+ # Changelog
2
+
3
+ Nimbus-icons is an open source icon system built by Nuvemshop / Tiendanube.
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
+
11
+ ## 2024-12-16 `1.6.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - Added `online-store` icon. ([#259](https://github.com/TiendaNube/nimbus-design-system/pull/259) by @harrytiendanube and @jcampos89)
16
+ - Added `cashier ` icon. ([#259](https://github.com/TiendaNube/nimbus-design-system/pull/259) by @harrytiendanube and @jcampos89)
17
+ - Added `steps` icon. ([#259](https://github.com/TiendaNube/nimbus-design-system/pull/259) by @harrytiendanube and @jcampos89)
18
+ - Added `calculator` icon. ([#259](https://github.com/TiendaNube/nimbus-design-system/pull/259) by @harrytiendanube and @jcampos89)
19
+
20
+ ## 2023-11-27 `1.4.0`
21
+
22
+ #### 🎉 New features
23
+
24
+ - Added `bag` icon. ([#208](https://github.com/TiendaNube/nimbus-design-system/pull/208) by [@juanchigallego](https://github.com/juanchigallego))
25
+ - Added `paper-plane` icon. ([#208](https://github.com/TiendaNube/nimbus-design-system/pull/208) by [@juanchigallego](https://github.com/juanchigallego))
26
+ - Added `subcategory` icon. ([#208](https://github.com/TiendaNube/nimbus-design-system/pull/208) by [@juanchigallego](https://github.com/juanchigallego))
27
+ - Added `magic-wand` icon. ([#208](https://github.com/TiendaNube/nimbus-design-system/pull/208) by [@juanchigallego](https://github.com/juanchigallego))
28
+
29
+ ## 2023-10-13 `1.3.0`
30
+
31
+ #### 🎉 New features
32
+
33
+ - Added play icon. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
34
+
35
+ ## 2023-02-23 `1.1.1`
36
+
37
+ #### 🎉 New features
38
+
39
+ - Added apps-list icon. ([#168](https://github.com/TiendaNube/nimbus-design-system/pull/168) by [@diegopsilverio](https://github.com/diegopsilverio))
40
+
41
+ ## 2023-02-23 `1.1.0`
42
+
43
+ ### 🎉 New features
44
+
45
+ - Added server side-rendering support to icons. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
46
+
47
+ ## 2023-02-15 `1.0.0`
48
+
49
+ ### 🎉 New features
50
+
51
+ - Created nimbus icon pack. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
52
+
53
+ ### 📚 3rd party library updates
54
+
55
+ - Added `@svgr/cli@6.5.1`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
56
+ - Added `svgo@3.0.2`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
57
+ - Added `webpack@5.75.0`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/icons",
3
- "version": "1.5.1-rc.10",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,9 +25,8 @@
25
25
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
26
26
  },
27
27
  "devDependencies": {
28
- "@nimbus-ds/webpack": "workspace:^",
28
+ "@nimbus-ds/webpack": "^1.5.0",
29
29
  "@svgr/cli": "^6.5.1",
30
30
  "svgo": "^3.0.2"
31
- },
32
- "stableVersion": "1.5.0"
33
- }
31
+ }
32
+ }