@vaadin/multi-select-combo-box 24.5.0-alpha8 → 24.5.0-alpha9

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/README.md CHANGED
@@ -54,7 +54,7 @@ import '@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js';
54
54
 
55
55
  ## Contributing
56
56
 
57
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
57
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
58
58
 
59
59
  ## License
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/multi-select-combo-box",
3
- "version": "24.5.0-alpha8",
3
+ "version": "24.5.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,20 +38,20 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.5.0-alpha8",
42
- "@vaadin/combo-box": "24.5.0-alpha8",
43
- "@vaadin/component-base": "24.5.0-alpha8",
44
- "@vaadin/field-base": "24.5.0-alpha8",
45
- "@vaadin/input-container": "24.5.0-alpha8",
46
- "@vaadin/item": "24.5.0-alpha8",
47
- "@vaadin/lit-renderer": "24.5.0-alpha8",
48
- "@vaadin/overlay": "24.5.0-alpha8",
49
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha8",
50
- "@vaadin/vaadin-material-styles": "24.5.0-alpha8",
51
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha8"
41
+ "@vaadin/a11y-base": "24.5.0-alpha9",
42
+ "@vaadin/combo-box": "24.5.0-alpha9",
43
+ "@vaadin/component-base": "24.5.0-alpha9",
44
+ "@vaadin/field-base": "24.5.0-alpha9",
45
+ "@vaadin/input-container": "24.5.0-alpha9",
46
+ "@vaadin/item": "24.5.0-alpha9",
47
+ "@vaadin/lit-renderer": "24.5.0-alpha9",
48
+ "@vaadin/overlay": "24.5.0-alpha9",
49
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha9",
50
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha9",
51
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha9"
52
52
  },
53
53
  "devDependencies": {
54
- "@vaadin/chai-plugins": "24.5.0-alpha8",
54
+ "@vaadin/chai-plugins": "24.5.0-alpha9",
55
55
  "@vaadin/testing-helpers": "^1.0.0",
56
56
  "lit": "^3.0.0",
57
57
  "sinon": "^18.0.0"
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
63
+ "gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0"
64
64
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-alpha9",
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/multi-select-combo-box",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {