@deephaven/icons 0.10.1-beta.2 → 0.11.2-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.10.1-beta.2+a6d4898",
3
+ "version": "0.11.2-beta.0+4cafc84",
4
4
  "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "a6d48983ceb5ddc05dbb75a9a153f7ba44591ccf"
50
+ "gitHead": "4cafc84c183c436f982add964f1d56325291bc27"
51
51
  }