@things-factory/board-ui 5.0.0-alpha.54 → 5.0.0-alpha.55

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.
@@ -277,7 +277,7 @@ export class BoardSelector extends InfiniteScrollable(localize(i18next)(LitEleme
277
277
 
278
278
  if (this.group)
279
279
  filters.push({
280
- name: 'group_id',
280
+ name: 'groupId',
281
281
  operator: 'eq',
282
282
  value: this.group
283
283
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-ui",
3
- "version": "5.0.0-alpha.54",
3
+ "version": "5.0.0-alpha.55",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,10 +41,10 @@
41
41
  "@polymer/paper-listbox": "^3.0.1",
42
42
  "@polymer/paper-menu-button": "^3.0.1",
43
43
  "@polymer/paper-slider": "^3.0.1",
44
- "@things-factory/barcode-base": "^5.0.0-alpha.54",
45
- "@things-factory/grist-ui": "^5.0.0-alpha.54",
44
+ "@things-factory/barcode-base": "^5.0.0-alpha.55",
45
+ "@things-factory/grist-ui": "^5.0.0-alpha.55",
46
46
  "file-saver": "^2.0.2",
47
47
  "sortablejs": "^1.10.2"
48
48
  },
49
- "gitHead": "0274aad474b254a6215fdf54d4f553c5b45becd8"
49
+ "gitHead": "0d49b610076865d1e1c346b296e062c36aacaf08"
50
50
  }