Skip to content

Commit

Permalink
chore(release): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Sep 8, 2021
1 parent 7e332a4 commit 6a4426e
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
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.0.8"
"version": "0.0.9"
}
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 @@ -6,5 +6,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@vaadin/common-frontend',
version: /* updated-by-script */ '0.0.8',
version: /* updated-by-script */ '0.0.9',
});
2 changes: 1 addition & 1 deletion frontend/packages/form/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@vaadin/form',
version: /* updated-by-script */ '0.0.8',
version: /* updated-by-script */ '0.0.9',
});
2 changes: 1 addition & 1 deletion frontend/packages/fusion-frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@vaadin/fusion-frontend',
version: /* updated-by-script */ '0.0.8',
version: /* updated-by-script */ '0.0.9',
});

0 comments on commit 6a4426e

Please sign in to comment.