@vaadin/board 23.2.0 → 23.3.0-alpha1

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,12 +1,11 @@
1
1
  {
2
2
  "name": "@vaadin/board",
3
- "version": "23.2.0",
3
+ "version": "23.3.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Polymer element to create flexible responsive layouts and build nice looking dashboard.",
8
8
  "license": "SEE LICENSE IN LICENSE",
9
- "cvdlName": "vaadin-board",
10
9
  "repository": {
11
10
  "type": "git",
12
11
  "url": "https://github.com/vaadin/web-components.git",
@@ -40,16 +39,17 @@
40
39
  ],
41
40
  "dependencies": {
42
41
  "@polymer/polymer": "^3.0.0",
43
- "@vaadin/component-base": "^23.2.0"
42
+ "@vaadin/component-base": "23.3.0-alpha1"
44
43
  },
45
44
  "devDependencies": {
46
45
  "@esm-bundle/chai": "^4.3.4",
47
46
  "@vaadin/testing-helpers": "^0.3.2",
48
47
  "sinon": "^13.0.2"
49
48
  },
49
+ "cvdlName": "vaadin-board",
50
50
  "web-types": [
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
54
+ "gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
55
55
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/board",
4
- "version": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/board",
4
- "version": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {