@deephaven/icons 0.24.1-hierarchical-table.0 → 0.25.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.24.1-hierarchical-table.0+e16c3e0",
3
+ "version": "0.25.0",
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": "e16c3e06bff256387fe676e36aeeeac19e47ff5b"
47
+ "gitHead": "e8da34e9b99e4af6c485c4f714ae1dcd02a97e95"
48
48
  }