diff --git a/.changeset/dry-tables-sniff.md b/.changeset/dry-tables-sniff.md deleted file mode 100644 index c2b5c58..0000000 --- a/.changeset/dry-tables-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': major ---- - -refactor: refactor client request params to adapt support react-query diff --git a/.changeset/lovely-laws-press.md b/.changeset/lovely-laws-press.md deleted file mode 100644 index 6af7fdf..0000000 --- a/.changeset/lovely-laws-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -perf: perf translate multiple Chinese tag into English tag diff --git a/.changeset/popular-rabbits-repair.md b/.changeset/popular-rabbits-repair.md deleted file mode 100644 index 6c510d8..0000000 --- a/.changeset/popular-rabbits-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': minor ---- - -feat: support generate react-query diff --git a/.changeset/ten-eyes-marry.md b/.changeset/ten-eyes-marry.md deleted file mode 100644 index d313caf..0000000 --- a/.changeset/ten-eyes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': minor ---- - -feat: support generate JavaScript diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd1229..7944dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # openapi-ts-request +## 1.0.0 + +### Major Changes + +- [#155](https://github.com/openapi-ui/openapi-ts-request/pull/155) [`a553cc1`](https://github.com/openapi-ui/openapi-ts-request/commit/a553cc1b1e66d92641711c68c309bf53c3f3243a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - refactor: refactor client request params to adapt support react-query + +### Minor Changes + +- [#155](https://github.com/openapi-ui/openapi-ts-request/pull/155) [`015f573`](https://github.com/openapi-ui/openapi-ts-request/commit/015f5739b74c697fea0d71c2bde6d56eea3d627b) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - feat: support generate react-query + +- [#155](https://github.com/openapi-ui/openapi-ts-request/pull/155) [`8028361`](https://github.com/openapi-ui/openapi-ts-request/commit/8028361485c03735c76e0ead9a42b7a168c1aeb1) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - feat: support generate JavaScript + +### Patch Changes + +- [#155](https://github.com/openapi-ui/openapi-ts-request/pull/155) [`323e394`](https://github.com/openapi-ui/openapi-ts-request/commit/323e394350c1fd85f032985ad297da5f206ee6a6) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf translate multiple Chinese tag into English tag + ## 0.13.4 ### Patch Changes diff --git a/package.json b/package.json index 06862d7..b433455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "0.13.4", + "version": "1.0.0", "description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query, type field label, JSON Schemas", "packageManager": "pnpm@9.15.0", "engines": {