@imtf/icons 0.2.7 → 0.2.8

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 +4 -0
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Icons changelog
2
2
 
3
+ ## 0.2.8
4
+
5
+ - fix: `sideEffects` in package.json must be a boolean or an array
6
+
3
7
  ## 0.2.7
4
8
 
5
9
  - Updated Group icon
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@imtf/icons",
3
3
  "private": false,
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "description": "Library of icons (React components, font and svg)",
6
6
  "main": "./lib/cjs/index.js",
7
7
  "module": "./lib/esm/index.js",
8
8
  "types": "./lib/esm/index.d.ts",
9
- "sideEffects": "false",
9
+ "sideEffects": false,
10
10
  "repository": "ssh://git@gitlab.imtf-devops.com:2222/web/icons.git",
11
11
  "homepage": "https://gitlab.imtf-devops.com/web/icons",
12
12
  "contributors": [