We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d511dc8 commit 43bc643Copy full SHA for 43bc643
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-dialog",
3
- "version": "2.5.0-beta1",
+ "version": "2.5.0",
4
"description": "vaadin-dialog",
5
"main": "vaadin-dialog.html",
6
"repository": "vaadin/vaadin-dialog",
src/vaadin-dialog.html
@@ -170,7 +170,7 @@
170
}
171
172
static get version() {
173
- return '2.5.0-beta1';
+ return '2.5.0';
174
175
176
static get properties() {
0 commit comments