Skip to content

Commit

Permalink
chore(release): npm version 2.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Nov 21, 2022
1 parent 47d5e93 commit b629f1e
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/ts/*"],
"npmClient": "npm",
"useWorkspaces": true,
"version": "2.0.0-alpha2"
"version": "2.0.0-alpha4"
}
110 changes: 55 additions & 55 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
*/
@RestController
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
@NpmPackage(value = "@hilla/frontend", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/form", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/frontend", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/form", version = "2.0.0-alpha4")
public class EndpointController {
static final String ENDPOINT_METHODS = "/{endpoint}/{method}";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
import com.vaadin.flow.server.ExecutionFailedException;
import com.vaadin.flow.server.frontend.TaskGenerateHilla;

@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.0.0-alpha2")
@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.0.0-alpha4")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.0.0-alpha4")
public class TaskGenerateHillaImpl implements TaskGenerateHilla {
static final boolean IS_WINDOWS;
static final String MAVEN_COMMAND;
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/form",
"version": "2.0.0-alpha2",
"version": "2.0.0-alpha4",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/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: '@hilla/form',
version: /* updated-by-script */ '2.0.0-alpha2',
version: /* updated-by-script */ '2.0.0-alpha4',
});
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-cli",
"version": "2.0.0-alpha2",
"version": "2.0.0-alpha4",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -42,15 +42,15 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.0.0-alpha2"
"@hilla/generator-typescript-core": "^2.0.0-alpha4"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.0-alpha2",
"@hilla/generator-typescript-utils": "^2.0.0-alpha4",
"get-stdin": "^9.0.0",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.0-alpha2",
"@hilla/generator-typescript-core": "^2.0.0-alpha4",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
Loading

0 comments on commit b629f1e

Please sign in to comment.