From 58efc1797db12e743f69e563e17e0a66ce623967 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:18:05 +0000 Subject: [PATCH] chore(release): changesets versioning & publish --- .changeset/cold-lands-open.md | 5 ----- .changeset/few-elephants-sit.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cold-lands-open.md delete mode 100644 .changeset/few-elephants-sit.md diff --git a/.changeset/cold-lands-open.md b/.changeset/cold-lands-open.md deleted file mode 100644 index ef259b9..0000000 --- a/.changeset/cold-lands-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: remove fn async #477 diff --git a/.changeset/few-elephants-sit.md b/.changeset/few-elephants-sit.md deleted file mode 100644 index 622750d..0000000 --- a/.changeset/few-elephants-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-ts-request": minor ---- - -feat: 过滤条件默认大小写敏感,提供参数filterCaseInsensitive支持,关闭 #467 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8a085..0f3b786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # openapi-ts-request +## 1.8.0 + +### Minor Changes + +- [#471](https://github.com/openapi-ui/openapi-ts-request/pull/471) [`0a30ddd`](https://github.com/openapi-ui/openapi-ts-request/commit/0a30ddd627219f89bf676eb6cfee23ff40d8b7bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - feat: 过滤条件默认大小写敏感,提供参数filterCaseInsensitive支持,关闭 #467 + +### Patch Changes + +- [#480](https://github.com/openapi-ui/openapi-ts-request/pull/480) [`3c329d2`](https://github.com/openapi-ui/openapi-ts-request/commit/3c329d2710ff928b8d1ddbbca3e4f353d9122d28) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: remove fn async #477 + ## 1.7.3 ### Patch Changes diff --git a/package.json b/package.json index fc1e03a..2cf40b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.7.3", + "version": "1.8.0", "description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas", "packageManager": "pnpm@9.15.0", "engines": {