@toolbox-web/grid 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2215,7 +2215,7 @@ class eo {
2215
2215
  class N extends HTMLElement {
2216
2216
  // TODO: Rename to 'data-grid' when migration is complete
2217
2217
  static tagName = "tbw-grid";
2218
- static version = "0.3.0";
2218
+ static version = "0.3.1";
2219
2219
  // ---------------- Framework Adapters ----------------
2220
2220
  /**
2221
2221
  * Registry of framework adapters that handle converting light DOM elements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbox-web/grid",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "High-performance data grid web component",
5
5
  "type": "module",
6
6
  "main": "./index.js",