Skip to content

Commit

Permalink
chore(release): npm version 1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Mar 29, 2023
1 parent bfb4aed commit 6d1366d
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 40 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": "1.2.16"
"version": "1.2.17"
}
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 = "1.2.16")
@NpmPackage(value = "@hilla/form", version = "1.2.16")
@NpmPackage(value = "@hilla/frontend", version = "1.2.17")
@NpmPackage(value = "@hilla/form", version = "1.2.17")
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 = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "1.2.16")
@NpmPackage(value = "@hilla/generator-typescript-core", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "1.2.17")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "1.2.17")
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": "1.2.16",
"version": "1.2.17",
"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 */ '1.2.16',
version: /* updated-by-script */ '1.2.17',
});
6 changes: 3 additions & 3 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": "1.2.16",
"version": "1.2.17",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,12 +45,12 @@
"@hilla/generator-typescript-core": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"get-stdin": "^9.0.0",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/generator-typescript-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-core",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"meow": "^10.1.1",
"openapi-types": "^9.3.0",
"typescript": "^4.5.0-beta"
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-backbone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-backbone",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -53,14 +53,14 @@
"@hilla/generator-typescript-plugin-client": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-plugin-client": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@hilla/generator-typescript-plugin-client": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-barrel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-barrel",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla TypeScript Generator plugin to generate barrel file",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -53,12 +53,12 @@
"@hilla/generator-typescript-plugin-backbone": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-plugin-backbone": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@hilla/generator-typescript-plugin-backbone": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts/generator-typescript-plugin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-client",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla TypeScript Generator plugin to generate default client implementation",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -52,11 +52,11 @@
"@hilla/generator-typescript-core": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-model",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla TypeScript Generator plugin to generate form models",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -54,14 +54,14 @@
"@hilla/generator-typescript-plugin-backbone": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-plugin-client": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@hilla/generator-typescript-plugin-client": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-push",
"version": "1.2.16",
"version": "1.2.17",
"description": "A Hilla TypeScript Generator plugin to add push support",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -53,14 +53,14 @@
"@hilla/generator-typescript-plugin-client": "^1.2.16"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.2.16",
"@hilla/generator-typescript-utils": "^1.2.17",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.2.16",
"@hilla/generator-typescript-plugin-client": "^1.2.16",
"@hilla/generator-typescript-core": "^1.2.17",
"@hilla/generator-typescript-plugin-client": "^1.2.17",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-typescript-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-utils",
"version": "1.2.16",
"version": "1.2.17",
"description": "A set of utils for developing Hilla generator plugins",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/hilla-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/frontend",
"version": "1.2.16",
"version": "1.2.17",
"description": "Hilla frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/hilla-frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@hilla/frontend',
version: /* updated-by-script */ '1.2.16',
version: /* updated-by-script */ '1.2.17',
});

0 comments on commit 6d1366d

Please sign in to comment.