@operato/board 8.0.3 → 8.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "8.0.3",
3
+ "version": "8.1.1",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -99,18 +99,18 @@
99
99
  "dependencies": {
100
100
  "@material/web": "^2.0.0",
101
101
  "@open-wc/scoped-elements": "^2.1.3",
102
- "@operato/app": "^8.0.3",
103
- "@operato/data-grist": "^8.0.3",
104
- "@operato/font": "^8.0.3",
105
- "@operato/graphql": "^8.0.0",
102
+ "@operato/app": "^8.1.0",
103
+ "@operato/data-grist": "^8.1.0",
104
+ "@operato/font": "^8.1.0",
105
+ "@operato/graphql": "^8.1.0",
106
106
  "@operato/i18n": "^8.0.0",
107
- "@operato/input": "^8.0.3",
108
- "@operato/layout": "^8.0.3",
107
+ "@operato/input": "^8.1.0",
108
+ "@operato/layout": "^8.1.0",
109
109
  "@operato/markdown": "^8.0.0",
110
- "@operato/popup": "^8.0.3",
111
- "@operato/property-editor": "^8.0.3",
110
+ "@operato/popup": "^8.1.0",
111
+ "@operato/property-editor": "^8.1.0",
112
112
  "@operato/styles": "^8.0.0",
113
- "@operato/utils": "^8.0.0",
113
+ "@operato/utils": "^8.1.0",
114
114
  "@polymer/paper-dropdown-menu": "^3.2.0",
115
115
  "@types/file-saver": "^2.0.4",
116
116
  "@types/sortablejs": "^1.10.7",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "ffca58a4a68454bbc6733b2ba049b397dfb65556"
162
+ "gitHead": "6b932be22b5eab61b6eef10eb4b9cf138f3ed4ef"
163
163
  }