We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0e08b commit 79d7069Copy full SHA for 79d7069
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-split-layout",
3
- "version": "4.3.0-alpha1",
+ "version": "4.3.0-beta1",
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
@@ -234,7 +234,7 @@
234
}
235
236
static get version() {
237
- return '4.3.0-alpha1';
+ return '4.3.0-beta1';
238
239
240
static get properties() {
0 commit comments