We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0c1ac commit 9df10abCopy full SHA for 9df10ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-button",
3
- "version": "2.2.1",
+ "version": "2.2.2",
4
"description": "vaadin-button",
5
"main": "vaadin-button.html",
6
"repository": "vaadin/vaadin-button",
src/vaadin-button.html
@@ -133,7 +133,7 @@
133
}
134
135
static get version() {
136
- return '2.2.1';
+ return '2.2.2';
137
138
139
ready() {
0 commit comments