@commercetools/nimbus-icons 0.0.0-canary-20250903145300 → 0.0.0-canary-20250903194502

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 +23 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # @commercetools/nimbus-icons
2
2
 
3
- ## 0.0.0-canary-20250903145300
3
+ ## 0.0.0-canary-20250903194502
4
+
5
+ ## 1.0.1
6
+
7
+ ### Patch Changes
8
+
9
+ - [#314](https://github.com/commercetools/nimbus/pull/314)
10
+ [`7819b65`](https://github.com/commercetools/nimbus/commit/7819b65a9f6259e87f572feb80b87a1b72c0d425)
11
+ Thanks [@jaikamat](https://github.com/jaikamat)! - Testing
12
+
13
+ - [#312](https://github.com/commercetools/nimbus/pull/312)
14
+ [`f3ad4b0`](https://github.com/commercetools/nimbus/commit/f3ad4b03a6ef8f6b148a00656498c7fb84d724c3)
15
+ Thanks [@jaikamat](https://github.com/jaikamat)! - Testing versioning
16
+
17
+ - [#313](https://github.com/commercetools/nimbus/pull/313)
18
+ [`6377be1`](https://github.com/commercetools/nimbus/commit/6377be12ca25c9df6aec37d6bd676f8a740ddfb9)
19
+ Thanks [@jaikamat](https://github.com/jaikamat)! - Testing
20
+
21
+ - [#312](https://github.com/commercetools/nimbus/pull/312)
22
+ [`f3ad4b0`](https://github.com/commercetools/nimbus/commit/f3ad4b03a6ef8f6b148a00656498c7fb84d724c3)
23
+ Thanks [@jaikamat](https://github.com/jaikamat)! - Testing versioning
24
+
25
+ ## 1.0.0
4
26
 
5
27
  ### Patch Changes
6
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-icons",
3
- "version": "0.0.0-canary-20250903145300",
3
+ "version": "0.0.0-canary-20250903194502",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "sideEffects": false,