Skip to content

Commit

Permalink
chore(release): npm version 24.4.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Feb 21, 2024
1 parent ba553c1 commit afa694b
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 57 deletions.
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": "@vaadin/hilla-frontend",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla core frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-cli",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"get-stdin": "^9.0.0",
"meow": "^12.1.1"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@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-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-core",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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",
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/ts/generator-plugin-backbone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-backbone",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5",
"@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-plugin-barrel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-barrel",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha5",
"@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-plugin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-client",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@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-plugin-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-model",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-lit-form": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha4"
"@vaadin/hilla-lit-form": "24.4.0-alpha5",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-backbone": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5",
"@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-plugin-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-push",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5",
"@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-plugin-subtypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-plugin-subtypes",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-model": "24.4.0-alpha4"
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-model": "24.4.0-alpha5"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha4",
"@vaadin/hilla-generator-plugin-model": "24.4.0-alpha4",
"@vaadin/hilla-generator-core": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-client": "24.4.0-alpha5",
"@vaadin/hilla-generator-plugin-model": "24.4.0-alpha5",
"@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-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-generator-utils",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"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/hilla-file-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-file-router",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla file-based router",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.4.0-alpha4",
"@vaadin/hilla-generator-utils": "24.4.0-alpha5",
"react": "^18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/ts/lit-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-lit-form",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-frontend": "24.4.0-alpha4",
"@vaadin/hilla-frontend": "24.4.0-alpha5",
"validator": "^13.11.0"
},
"peerDependencies": {
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": "@vaadin/hilla-react-auth",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla auth utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-frontend": "24.4.0-alpha4"
"@vaadin/hilla-frontend": "24.4.0-alpha5"
},
"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": "@vaadin/hilla-react-crud",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla CRUD utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -56,9 +56,9 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-frontend": "24.4.0-alpha4",
"@vaadin/hilla-lit-form": "24.4.0-alpha4",
"@vaadin/hilla-react-form": "24.4.0-alpha4",
"@vaadin/hilla-frontend": "24.4.0-alpha5",
"@vaadin/hilla-lit-form": "24.4.0-alpha5",
"@vaadin/hilla-react-form": "24.4.0-alpha5",
"@vaadin/react-components": "24.4.0-alpha10"
},
"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": "@vaadin/hilla-react-form",
"version": "24.4.0-alpha4",
"version": "24.4.0-alpha5",
"description": "Hilla form utils for React",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-lit-form": "24.4.0-alpha4"
"@vaadin/hilla-lit-form": "24.4.0-alpha5"
},
"peerDependencies": {
"react": "^18"
Expand Down

0 comments on commit afa694b

Please sign in to comment.