@deephaven/icons 0.31.2-beta.8 → 0.32.1-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.31.2-beta.8+f7f918e",
3
+ "version": "0.32.1-beta.0+a60bda5",
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",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "f7f918e7f0c5f1b0fb4030eb748010aaf4d196df"
47
+ "gitHead": "a60bda5c1eae60835987b3ced6d0d8f61ea23f19"
48
48
  }