@carbon/icons 11.0.1 → 11.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.
Files changed (2) hide show
  1. package/metadata.json +3 -1
  2. package/package.json +3 -3
package/metadata.json CHANGED
@@ -292094,9 +292094,11 @@
292094
292094
  },
292095
292095
  {
292096
292096
  "name": "slisor",
292097
- "friendlyName": "slisor",
292097
+ "friendlyName": "slicestor",
292098
292098
  "aliases": [
292099
292099
  "analysis",
292100
+ "slisor",
292101
+ "slicestor",
292100
292102
  "communication",
292101
292103
  "messaging",
292102
292104
  "systems"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons",
3
3
  "description": "Icons for digital and software products using the Carbon Design System",
4
- "version": "11.0.1",
4
+ "version": "11.1.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@carbon/cli": "^11.0.0",
42
- "@carbon/icon-build-helpers": "^1.0.1",
42
+ "@carbon/icon-build-helpers": "^1.0.2",
43
43
  "rimraf": "^3.0.2"
44
44
  },
45
- "gitHead": "db1af06972f4cc0cfb236723646ee59dae7bdee7"
45
+ "gitHead": "80e297d5fc423e406af5ca658332bbfe9538db7f"
46
46
  }