Skip to content

Commit

Permalink
chore(release): npm version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Mar 24, 2023
1 parent 88e083e commit 56e5333
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": "2.0.1"
"version": "2.0.2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
*/
@RestController
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
@NpmPackage(value = "@hilla/frontend", version = "2.0.1")
@NpmPackage(value = "@hilla/form", version = "2.0.1")
@NpmPackage(value = "@hilla/frontend", version = "2.0.2")
@NpmPackage(value = "@hilla/form", version = "2.0.2")
public class EndpointController {
private static final Logger LOGGER = LoggerFactory
.getLogger(EndpointController.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

import com.vaadin.flow.component.dependency.NpmPackage;

@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.0.1")
@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.0.2")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.0.2")
public final class GeneratorProcessor {
private static final Logger logger = LoggerFactory
.getLogger(GeneratorProcessor.class);
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.1",
"version": "2.0.2",
"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.1',
version: /* updated-by-script */ '2.0.2',
});
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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"get-stdin": "^9.0.0",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-plugin-client": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@hilla/generator-typescript-plugin-client": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-plugin-backbone": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@hilla/generator-typescript-plugin-backbone": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-plugin-client": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@hilla/generator-typescript-plugin-client": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "^2.0.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.0.1",
"@hilla/generator-typescript-utils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.0.1",
"@hilla/generator-typescript-plugin-client": "^2.0.1",
"@hilla/generator-typescript-core": "^2.0.2",
"@hilla/generator-typescript-plugin-client": "^2.0.2",
"@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": "2.0.1",
"version": "2.0.2",
"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": "2.0.1",
"version": "2.0.2",
"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 */ '2.0.1',
version: /* updated-by-script */ '2.0.2',
});

0 comments on commit 56e5333

Please sign in to comment.