@openremote/or-mwc-components 1.12.0 → 1.12.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-mwc-components",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Material Design Components packaged as web components (The official components are hardcoded to use Material Design font which has limited icons)",
5
5
  "customElements": "custom-elements.json",
6
6
  "main": "dist/umd/index.bundle.js",
@@ -54,10 +54,10 @@
54
54
  "@material/tab-indicator": "^9.0.0",
55
55
  "@material/tab-scroller": "^9.0.0",
56
56
  "@material/textfield": "^9.0.0",
57
- "@openremote/core": "1.12.0",
58
- "@openremote/model": "1.12.0",
59
- "@openremote/or-icon": "1.12.0",
60
- "@openremote/or-translate": "1.12.0",
57
+ "@openremote/core": "1.12.1",
58
+ "@openremote/model": "1.12.1",
59
+ "@openremote/or-icon": "1.12.1",
60
+ "@openremote/or-translate": "1.12.1",
61
61
  "lit": "^3.3.1",
62
62
  "moment": "^2.29.4"
63
63
  },