@refinitiv-ui/efx-grid 6.0.155 → 6.0.156

Sign up to get free protection for your applications and to get access to all the features.
package/lib/grid/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import {Grid} from "./lib/efx-grid.js";
2
2
  export {Grid}
3
- window.EFX_GRID = { version: "6.0.155" };
3
+ window.EFX_GRID = { version: "6.0.156" };
package/package.json CHANGED
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "version": "6.0.155"
72
+ "version": "6.0.156"
73
73
  }