Skip to content

Commit

Permalink
chore(release): npm version 1.1.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Apr 21, 2022
1 parent 8e785ed commit 18ef125
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/ts/*"],
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.1.0-alpha2"
"version": "1.1.0-alpha3"
}
92 changes: 46 additions & 46 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/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hilla/form",
"version": "1.1.0-alpha2",
"version": "1.1.0-alpha3",
"description": "Hilla form utils",
"main": "index.js",
"module": "index.js",
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 */ '1.1.0-alpha2',
version: /* updated-by-script */ '1.1.0-alpha3',
});
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": "1.1.0-alpha2",
"version": "1.1.0-alpha3",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -42,14 +42,14 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2"
"@hilla/generator-typescript-core": "^1.1.0-alpha3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.1.0-alpha2",
"@hilla/generator-typescript-utils": "^1.1.0-alpha3",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2",
"@hilla/generator-typescript-core": "^1.1.0-alpha3",
"@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": "1.1.0-alpha2",
"version": "1.1.0-alpha3",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@hilla/generator-typescript-utils": "^1.1.0-alpha2",
"@hilla/generator-typescript-utils": "^1.1.0-alpha3",
"meow": "^10.1.1",
"openapi-types": "^9.3.0",
"typescript": "^4.5.0-beta"
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": "1.1.0-alpha2",
"version": "1.1.0-alpha3",
"description": "A Hilla TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -49,18 +49,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2",
"@hilla/generator-typescript-plugin-client": "^1.1.0-alpha2"
"@hilla/generator-typescript-core": "^1.1.0-alpha3",
"@hilla/generator-typescript-plugin-client": "^1.1.0-alpha3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.1.0-alpha2",
"@hilla/generator-typescript-utils": "^1.1.0-alpha3",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2",
"@hilla/generator-typescript-plugin-client": "^1.1.0-alpha2",
"@hilla/generator-typescript-core": "^1.1.0-alpha3",
"@hilla/generator-typescript-plugin-client": "^1.1.0-alpha3",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.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": "1.1.0-alpha2",
"version": "1.1.0-alpha3",
"description": "A Hilla TypeScript Generator plugin to generate barrel file",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -49,16 +49,16 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2",
"@hilla/generator-typescript-plugin-backbone": "^1.1.0-alpha2"
"@hilla/generator-typescript-core": "^1.1.0-alpha3",
"@hilla/generator-typescript-plugin-backbone": "^1.1.0-alpha3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.1.0-alpha2",
"@hilla/generator-typescript-utils": "^1.1.0-alpha3",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.1.0-alpha2",
"@hilla/generator-typescript-plugin-backbone": "^1.1.0-alpha2",
"@hilla/generator-typescript-core": "^1.1.0-alpha3",
"@hilla/generator-typescript-plugin-backbone": "^1.1.0-alpha3",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
Loading

0 comments on commit 18ef125

Please sign in to comment.