We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dd902 commit 49f9e42Copy full SHA for 49f9e42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-checkbox",
3
- "version": "2.4.0-alpha2",
+ "version": "2.5.0-alpha1",
4
"description": "vaadin-checkbox",
5
"main": "vaadin-checkbox.html",
6
"repository": "vaadin/vaadin-checkbox",
src/vaadin-checkbox.html
@@ -119,7 +119,7 @@
119
}
120
121
static get version() {
122
- return '2.4.0-alpha2';
+ return '2.5.0-alpha1';
123
124
125
static get properties() {
0 commit comments