Skip to content

Commit

Permalink
chore: update version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed May 11, 2023
1 parent 4b7f78d commit dec14c3
Show file tree
Hide file tree
Showing 5 changed files with 5,353 additions and 1,906 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/liangskyli/openapi-ts/compare/v1.0.0...v1.0.1) (2023-05-11)


### Bug Fixes

* generate request-api.ts type ([88ad12f](https://github.com/liangskyli/openapi-ts/commit/88ad12f3d2f1e5beb743a54b8f57b61e965eedf6))
* generate type use Record<any, any> ([4456a0a](https://github.com/liangskyli/openapi-ts/commit/4456a0a49e952c841cdc0a35b4167fe55d62ae07))



## [1.0.0](https://github.com/liangskyli/openapi-ts/compare/v1.0.0-beta.2...v1.0.0) (2023-05-07)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.0.1",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi-gen-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/liangskyli/openapi-ts/compare/v1.0.0...v1.0.1) (2023-05-11)


### Bug Fixes

* generate request-api.ts type ([88ad12f](https://github.com/liangskyli/openapi-ts/commit/88ad12f3d2f1e5beb743a54b8f57b61e965eedf6))
* generate type use Record<any, any> ([4456a0a](https://github.com/liangskyli/openapi-ts/commit/4456a0a49e952c841cdc0a35b4167fe55d62ae07))



## [1.0.0](https://github.com/liangskyli/openapi-ts/compare/v1.0.0-beta.2...v1.0.0) (2023-05-07)

**Note:** Version bump only for package @liangskyli/openapi-gen-ts
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/openapi-gen-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "openapi gen typescript define and request api file",
"author": "liangsky <640634387@qq.com>",
"homepage": "https://github.com/liangskyli/openapi-ts#readme",
Expand Down
Loading

0 comments on commit dec14c3

Please sign in to comment.