Skip to content

Commit

Permalink
chore(release): npm version 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Jan 16, 2024
1 parent d271e91 commit 34b195c
Show file tree
Hide file tree
Showing 20 changed files with 70 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*/
@RestController
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
@NpmPackage(value = "@hilla/frontend", version = "2.5.5")
@NpmPackage(value = "@hilla/frontend", version = "2.5.6")
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,15 +17,15 @@

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

@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-plugin-subtypes", version = "2.5.5")
@NpmPackage(value = "@hilla/generator-typescript-core", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-utils", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-cli", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-client", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-backbone", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-barrel", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-model", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-push", version = "2.5.6")
@NpmPackage(value = "@hilla/generator-typescript-plugin-subtypes", version = "2.5.6")
public final class GeneratorProcessor {
private static final Logger logger = LoggerFactory
.getLogger(GeneratorProcessor.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Empty class that adds <code>@hilla/react-auth</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/react-auth", version = "2.5.5")
@NpmPackage(value = "@hilla/react-auth", version = "2.5.6")
public class HillaReactAuth {
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Empty class that adds <code>@hilla/react-crud</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/react-crud", version = "2.5.5")
@NpmPackage(value = "@hilla/react-crud", version = "2.5.6")
public class HillaReactCrud {
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Empty class that adds <code>@hilla/react-form</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/react-form", version = "2.5.5")
@NpmPackage(value = "@hilla/form", version = "2.5.5")
@NpmPackage(value = "@hilla/react-form", version = "2.5.6")
@NpmPackage(value = "@hilla/form", version = "2.5.6")
public class HillaReactForm {
}
2 changes: 1 addition & 1 deletion packages/java/hilla/src/main/java/dev/hilla/HillaForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Empty class that adds <code>@hilla/form</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/form", version = "2.5.5")
@NpmPackage(value = "@hilla/form", version = "2.5.6")
public class HillaForm {
}
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.5.5",
"version": "2.5.6",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"access": "public"
},
"dependencies": {
"@hilla/frontend": "2.5.5",
"@hilla/frontend": "2.5.6",
"validator": "^13.11.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/frontend",
"version": "2.5.5",
"version": "2.5.6",
"description": "Hilla frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
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.5.5",
"version": "2.5.6",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,15 +45,15 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"get-stdin": "^9.0.0",
"meow": "^12.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": "^10.0.2",
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.5.5",
"version": "2.5.6",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
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.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,18 +51,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
12 changes: 6 additions & 6 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.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to generate barrel file",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,16 +51,16 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-backbone": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-backbone": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-backbone": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-backbone": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
8 changes: 4 additions & 4 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.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to generate default client implementation",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,14 +51,14 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
14 changes: 7 additions & 7 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.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to generate form models",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,19 +51,19 @@
"access": "public"
},
"peerDependencies": {
"@hilla/form": "2.5.5",
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-backbone": "2.5.5"
"@hilla/form": "2.5.6",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-backbone": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
12 changes: 6 additions & 6 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.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to add push support",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,18 +51,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/ts/generator-typescript-plugin-subtypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/generator-typescript-plugin-subtypes",
"version": "2.5.5",
"version": "2.5.6",
"description": "A Hilla TypeScript Generator plugin to support JsonSubTypes",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -50,20 +50,20 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5",
"@hilla/generator-typescript-plugin-model": "2.5.5"
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6",
"@hilla/generator-typescript-plugin-model": "2.5.6"
},
"dependencies": {
"@hilla/generator-typescript-utils": "2.5.5",
"@hilla/generator-typescript-utils": "2.5.6",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "2.5.5",
"@hilla/generator-typescript-plugin-client": "2.5.5",
"@hilla/generator-typescript-plugin-model": "2.5.5",
"@hilla/generator-typescript-core": "2.5.6",
"@hilla/generator-typescript-plugin-client": "2.5.6",
"@hilla/generator-typescript-plugin-model": "2.5.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.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.5.5",
"version": "2.5.6",
"description": "A set of utils for developing Hilla generator plugins",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/react-auth",
"version": "2.5.5",
"version": "2.5.6",
"description": "Hilla auth utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@hilla/frontend": "2.5.5"
"@hilla/frontend": "2.5.6"
},
"peerDependencies": {
"react": "^18",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/react-crud",
"version": "2.5.5",
"version": "2.5.6",
"description": "Hilla CRUD utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"access": "public"
},
"dependencies": {
"@hilla/form": "2.5.5",
"@hilla/frontend": "2.5.5",
"@hilla/form": "2.5.6",
"@hilla/frontend": "2.5.6",
"@hilla/react-components": "2.3.0",
"@hilla/react-form": "2.5.5",
"@hilla/react-form": "2.5.6",
"@vaadin/vaadin-lumo-styles": "24.3.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/react-form",
"version": "2.5.5",
"version": "2.5.6",
"description": "Hilla form utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@hilla/form": "2.5.5"
"@hilla/form": "2.5.6"
},
"peerDependencies": {
"react": "^18"
Expand Down

0 comments on commit 34b195c

Please sign in to comment.