@vaadin/vaadin-crud 1.3.2 → 1.4.0

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
@@ -10,7 +10,7 @@
10
10
  "repository": "vaadin/vaadin-crud",
11
11
  "homepage": "https://vaadin.com/components",
12
12
  "name": "@vaadin/vaadin-crud",
13
- "version": "1.3.2",
13
+ "version": "1.4.0",
14
14
  "main": "vaadin-crud.js",
15
15
  "author": "Vaadin Ltd",
16
16
  "license": "https://raw.githubusercontent.com/vaadin/vaadin-crud/master/LICENSE",
@@ -39,9 +39,9 @@
39
39
  "@vaadin/vaadin-lumo-styles": "^1.6.0",
40
40
  "@vaadin/vaadin-material-styles": "^1.3.2",
41
41
  "@vaadin/vaadin-dialog": "^2.5.0",
42
- "@vaadin/vaadin-grid": "^5.7.0",
42
+ "@vaadin/vaadin-grid": "^5.10.0",
43
43
  "@vaadin/vaadin-form-layout": "^2.3.0",
44
- "@vaadin/vaadin-text-field": "^2.7.0",
44
+ "@vaadin/vaadin-text-field": "^2.10.0",
45
45
  "@vaadin/vaadin-button": "^2.4.0",
46
46
  "@vaadin/vaadin-confirm-dialog": "^1.3.0",
47
47
  "@vaadin/vaadin-license-checker": "^2.1.0"
@@ -203,7 +203,7 @@ class CrudElement extends ElementMixin(ThemableMixin(PolymerElement)) {
203
203
  }
204
204
 
205
205
  static get version() {
206
- return '1.3.2';
206
+ return '1.4.0';
207
207
  }
208
208
 
209
209
  static get cvdlName() {