Skip to content

Commit

Permalink
chore(release): 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Dec 11, 2023
1 parent c67a967 commit 8b61950
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.0.18"
"version": "0.0.19"
}
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/packages/common-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/common-frontend",
"version": "0.0.18",
"version": "0.0.19",
"description": "Vaadin frontend utils used by Flow and Hilla",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/common-frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ $wnd.Vaadin.registrations ??= [];
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
$wnd.Vaadin.registrations.push({
is: '@vaadin/common-frontend',
version: /* updated-by-script */ '0.0.18',
version: /* updated-by-script */ '0.0.19',
});

0 comments on commit 8b61950

Please sign in to comment.