Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Mar 30, 2022
1 parent 885b835 commit bd2c541
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 79 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.0.1"
"version": "1.0.3"
}
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.0.2",
"version": "1.0.3",
"description": "Hilla form 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": "1.0.2",
"version": "1.0.3",
"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.0.2"
"@hilla/generator-typescript-core": "^1.0.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.0.2",
"@hilla/generator-typescript-utils": "^1.0.3",
"meow": "^10.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.0.2",
"@hilla/generator-typescript-core": "^1.0.3",
"@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.0.2",
"version": "1.0.3",
"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.0.2",
"@hilla/generator-typescript-utils": "^1.0.3",
"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.0.2",
"version": "1.0.3",
"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.0.2",
"@hilla/generator-typescript-plugin-client": "^1.0.2"
"@hilla/generator-typescript-core": "^1.0.3",
"@hilla/generator-typescript-plugin-client": "^1.0.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.0.2",
"@hilla/generator-typescript-utils": "^1.0.3",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.0.2",
"@hilla/generator-typescript-plugin-client": "^1.0.2",
"@hilla/generator-typescript-core": "^1.0.3",
"@hilla/generator-typescript-plugin-client": "^1.0.3",
"@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.0.2",
"version": "1.0.3",
"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.0.2",
"@hilla/generator-typescript-plugin-backbone": "^1.0.2"
"@hilla/generator-typescript-core": "^1.0.3",
"@hilla/generator-typescript-plugin-backbone": "^1.0.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1.0.2",
"@hilla/generator-typescript-utils": "^1.0.3",
"typescript": "^4.5.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^1.0.2",
"@hilla/generator-typescript-plugin-backbone": "^1.0.2",
"@hilla/generator-typescript-core": "^1.0.3",
"@hilla/generator-typescript-plugin-backbone": "^1.0.3",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
Expand Down
Loading

0 comments on commit bd2c541

Please sign in to comment.