@nimbus-ds/icons 1.5.1-rc.10 → 1.6.0

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