@refinitiv-ui/efx-grid 6.1.0 → 6.1.1

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.170" };
3
+ window.EFX_GRID = { version: "6.1.1" };
package/package.json CHANGED
@@ -77,5 +77,5 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "version": "6.1.0"
80
+ "version": "6.1.1"
81
81
  }