@nimbus-ds/icon 3.1.0-rc.5 → 3.1.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  Icons are used to visually communicate core parts of the product and available actions. They can act as wayfinding tools to help merchants more easily understand where they are in the product, and common interaction patterns that are available.
4
4
 
5
+ ## 2025-06-27 `3.1.0`
6
+
7
+ ### 🎉 New features
8
+
9
+ - Introduced a new Storybook story that displays a list of all available icons with consistent styling and layout for easy browsing. ([#302](https://github.com/TiendaNube/nimbus-design-system/pull/302) by [@joacotornello](https://github.com/joacotornello))
10
+
11
+ ## 2025-03-18 `3.0.1`
12
+
13
+ ### 💡 Others
14
+
15
+ - 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))
16
+
5
17
  ## 2023-03-13 `3.0.0`
6
18
 
7
19
  ### 🛠 Breaking changes
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  Icons are used to visually communicate core parts of the product and available actions. They can act as wayfinding tools to help merchants more easily understand where they are in the product, and common interaction patterns that are available.
4
4
 
5
+ ## 2025-06-27 `3.1.0`
6
+
7
+ ### 🎉 New features
8
+
9
+ - Introduced a new Storybook story that displays a list of all available icons with consistent styling and layout for easy browsing. ([#302](https://github.com/TiendaNube/nimbus-design-system/pull/302) by [@joacotornello](https://github.com/joacotornello))
10
+
11
+ ## 2025-03-18 `3.0.1`
12
+
13
+ ### 💡 Others
14
+
15
+ - 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))
16
+
5
17
  ## 2023-03-13 `3.0.0`
6
18
 
7
19
  ### 🛠 Breaking changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/icon",
3
- "version": "3.1.0-rc.5",
3
+ "version": "3.1.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,12 +14,18 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@nimbus-ds/skeleton": "^3.1.0-rc.5"
17
+ "@nimbus-ds/skeleton": "^3.0.1"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "react": "^16.8 || ^17.0 || ^18.0",
21
21
  "react-dom": "^16.8 || ^17.0 || ^18.0"
22
22
  },
23
+ "devDependencies": {
24
+ "@nimbus-ds/box": "^4.2.0",
25
+ "@nimbus-ds/icons": "^1.9.0",
26
+ "@nimbus-ds/tooltip": "^2.6.0",
27
+ "@nimbus-ds/webpack": "^1.5.1"
28
+ },
23
29
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
24
30
  "repository": {
25
31
  "type": "git",
@@ -27,10 +33,5 @@
27
33
  },
28
34
  "bugs": {
29
35
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
30
- },
31
- "devDependencies": {
32
- "@nimbus-ds/icons": "^1.7.0-rc.2",
33
- "@nimbus-ds/webpack": "^1.5.0-rc.1"
34
- },
35
- "stableVersion": "3.0.0"
36
+ }
36
37
  }