Skip to content

Commit

Permalink
chore(release): npm version 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Sep 11, 2023
1 parent bef61ac commit c0556f6
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"npmClient": "npm",
"useWorkspaces": true,
"useNx": true,
"version": "2.1.8"
"version": "2.1.9"
}
78 changes: 39 additions & 39 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 @@ -75,8 +75,8 @@
*/
@RestController
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
@NpmPackage(value = "@hilla/frontend", version = "2.1.8")
@NpmPackage(value = "@hilla/form", version = "2.1.8")
@NpmPackage(value = "@hilla/frontend", version = "2.1.9")
@NpmPackage(value = "@hilla/form", version = "2.1.9")
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 @@ -17,14 +17,14 @@

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

@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.1.8")
@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.1.9")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.1.9")
public final class GeneratorProcessor {
private static final Logger logger = LoggerFactory
.getLogger(GeneratorProcessor.class);
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/form",
"version": "2.1.8",
"version": "2.1.9",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"dependencies": {
"@hilla/frontend": "^2.1.8",
"@hilla/frontend": "^2.1.9",
"rimraf": "^3.0.2",
"validator": "^13.6.0"
},
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.1.8',
version: /* updated-by-script */ '2.1.9',
});
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.1.8",
"version": "2.1.9",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -43,15 +43,15 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1.8"
"@hilla/generator-typescript-core": "^2.1.9"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1.8",
"@hilla/generator-typescript-utils": "^2.1.9",
"get-stdin": "^9.0.0",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1.8",
"@hilla/generator-typescript-core": "^2.1.9",
"@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.1.8",
"version": "2.1.9",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@hilla/generator-typescript-utils": "^2.1.8",
"@hilla/generator-typescript-utils": "^2.1.9",
"meow": "^10.1.1",
"openapi-types": "^9.3.0",
"typescript": "^5.0.1-rc"
Expand Down
12 changes: 6 additions & 6 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.1.8",
"version": "2.1.9",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -50,18 +50,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1.8",
"@hilla/generator-typescript-plugin-client": "^2.1.8"
"@hilla/generator-typescript-core": "^2.1.9",
"@hilla/generator-typescript-plugin-client": "^2.1.9"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1.8",
"@hilla/generator-typescript-utils": "^2.1.9",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^5.0.1-rc"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1.8",
"@hilla/generator-typescript-plugin-client": "^2.1.8",
"@hilla/generator-typescript-core": "^2.1.9",
"@hilla/generator-typescript-plugin-client": "^2.1.9",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
Loading

0 comments on commit c0556f6

Please sign in to comment.