Skip to content

Commit

Permalink
bump version to 24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi committed Jan 8, 2024
1 parent 0f23c2a commit 73f8b8f
Show file tree
Hide file tree
Showing 15 changed files with 110 additions and 110 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-core",
"version": "2.5.2",
"version": "24.4.0",
"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": "2.5.2",
"version": "24.4.0",
"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": "2.5.2"
"@vaadin/hilla-generator-core": "24.4.0"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "2.5.2",
"@vaadin/hilla-generator-utils": "24.4.0",
"get-stdin": "^9.0.0",
"meow": "^12.1.1"
},
"devDependencies": {
"@vaadin/hilla-generator-core": "2.5.2",
"@vaadin/hilla-generator-core": "24.4.0",
"@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": "2.5.2",
"version": "24.4.0",
"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": "2.5.2",
"@vaadin/hilla-generator-utils": "24.4.0",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
Expand Down
Loading

0 comments on commit 73f8b8f

Please sign in to comment.