@commercetools/nimbus-icons 0.0.0-canary-20251010175720 → 0.0.0-canary-20251010180202

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @commercetools/nimbus-icons
2
2
 
3
- ## 0.0.0-canary-20251010175720
3
+ ## 0.0.0-canary-20251010180202
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,6 +9,13 @@
9
9
  Thanks [@jaikamat](https://github.com/jaikamat)! - Create MoneyInput component
10
10
  and component custom icon
11
11
 
12
+ ### Patch Changes
13
+
14
+ - [#517](https://github.com/commercetools/nimbus/pull/517)
15
+ [`90d6d2a`](https://github.com/commercetools/nimbus/commit/90d6d2af786e697e2f2f6bbbb11c93159105837a)
16
+ Thanks [@dependabot](https://github.com/apps/dependabot)! - Update @types/node
17
+ to v24.7.1 and specify it as a dev dependency in `nimbus-tokens`
18
+
12
19
  ## 1.0.1
13
20
 
14
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-icons",
3
- "version": "0.0.0-canary-20251010175720",
3
+ "version": "0.0.0-canary-20251010180202",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "sideEffects": false,
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@material-design-icons/svg": "^0.14.15",
30
- "@svgr/cli": "^8.1.0",
31
- "@types/node": "^24.3.1"
30
+ "@svgr/cli": "^8.1.0"
32
31
  },
33
32
  "devDependencies": {
34
33
  "@svgr/plugin-jsx": "^8.1.0",
34
+ "@types/node": "^24.7.1",
35
35
  "@types/react": "^19.0.0",
36
36
  "react": "^19.0.0",
37
37
  "typescript": "~5.9.3"