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