We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501c7fb commit 9696afcCopy full SHA for 9696afc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-split-layout",
3
- "version": "4.2.0-alpha1",
+ "version": "4.2.0",
4
"description": "Polymer element for partitioning a layout into resizeable areas",
5
"main": "vaadin-split-layout.html",
6
"repository": "vaadin/vaadin-split-layout",
src/vaadin-split-layout.html
@@ -233,7 +233,7 @@
233
}
234
235
static get version() {
236
- return '4.2.0-alpha1';
+ return '4.2.0';
237
238
239
static get properties() {
0 commit comments