Skip to content

Commit

Permalink
chore(release): npm version 24.7.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Feb 26, 2025
1 parent 071838a commit 827617a
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 127 deletions.
127 changes: 63 additions & 64 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/ts/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.7.0-alpha15",
"version": "24.7.0-beta1",
"description": "Hilla file-based router",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -60,9 +60,9 @@
"react-router": "7"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.7.0-alpha15",
"@vaadin/hilla-react-auth": "24.7.0-alpha15",
"@vaadin/hilla-react-signals": "24.7.0-alpha15",
"@vaadin/hilla-generator-utils": "24.7.0-beta1",
"@vaadin/hilla-react-auth": "24.7.0-beta1",
"@vaadin/hilla-react-signals": "24.7.0-beta1",
"typescript": "5.7.3"
}
}
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.7.0-alpha15",
"version": "24.7.0-beta1",
"description": "Hilla core frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
6 changes: 3 additions & 3 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.7.0-alpha15",
"version": "24.7.0-beta1",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -43,8 +43,8 @@
"tsgen": "bin/index.js"
},
"dependencies": {
"@vaadin/hilla-generator-core": "24.7.0-alpha15",
"@vaadin/hilla-generator-utils": "24.7.0-alpha15",
"@vaadin/hilla-generator-core": "24.7.0-beta1",
"@vaadin/hilla-generator-utils": "24.7.0-beta1",
"get-stdin": "9.0.0",
"meow": "13.2.0"
}
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.7.0-alpha15",
"version": "24.7.0-beta1",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.1",
"@vaadin/hilla-generator-utils": "24.7.0-alpha15",
"@vaadin/hilla-generator-utils": "24.7.0-beta1",
"meow": "13.2.0",
"openapi-types": "12.1.3",
"typescript": "5.7.3"
Expand Down
8 changes: 4 additions & 4 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.7.0-alpha15",
"version": "24.7.0-beta1",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -49,9 +49,9 @@
"access": "public"
},
"dependencies": {
"@vaadin/hilla-generator-core": "24.7.0-alpha15",
"@vaadin/hilla-generator-plugin-client": "24.7.0-alpha15",
"@vaadin/hilla-generator-utils": "24.7.0-alpha15",
"@vaadin/hilla-generator-core": "24.7.0-beta1",
"@vaadin/hilla-generator-plugin-client": "24.7.0-beta1",
"@vaadin/hilla-generator-utils": "24.7.0-beta1",
"fast-deep-equal": "3.1.3",
"openapi-types": "12.1.3",
"typescript": "5.7.3"
Expand Down
Loading

0 comments on commit 827617a

Please sign in to comment.