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 ee83393 commit 44b904aCopy full SHA for 44b904a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-accordion",
3
- "version": "1.2.0-beta1",
+ "version": "1.2.0",
4
"description": "vaadin-accordion",
5
"main": "vaadin-accordion.html",
6
"repository": "vaadin/vaadin-accordion",
src/vaadin-accordion.html
@@ -80,7 +80,7 @@
80
}
81
82
static get version() {
83
- return '1.2.0-beta1';
+ return '1.2.0';
84
85
86
static get properties() {
0 commit comments