Skip to content

Commit d8c6005

Browse files
chore(release): changesets versioning & publish
1 parent 983f000 commit d8c6005

10 files changed

+23
-41
lines changed

.changeset/afraid-news-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eager-books-throw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-loops-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-suns-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-bees-stay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/solid-dolls-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-insects-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-pandas-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# openapi-ts-request
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#381](https://github.com/openapi-ui/openapi-ts-request/pull/381) [`2ac8cf5`](https://github.com/openapi-ui/openapi-ts-request/commit/2ac8cf587b47a0d540b127e37d685f6268bfaf8a) Thanks [@asins](https://github.com/asins)! - feat: 支持通过hooks处理enum types
8+
9+
### Patch Changes
10+
11+
- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: refactor test cases to use vitest as testing framework
12+
13+
- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: 生成的类型缺少namespace问题
14+
15+
- [#390](https://github.com/openapi-ui/openapi-ts-request/pull/390) [`97baffc`](https://github.com/openapi-ui/openapi-ts-request/commit/97baffcf3f907cba1e304107d9e8c8a6327270ac) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: 新增的 enum label hook中取变量错误
16+
17+
- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - style: prefer type import
18+
19+
- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`d4d19c8`](https://github.com/openapi-ui/openapi-ts-request/commit/d4d19c835630e0bff61bfdc571183944feb9484b) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - chore: clean test script
20+
21+
- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`0d2ac27`](https://github.com/openapi-ui/openapi-ts-request/commit/0d2ac2724bcf9b74a6eb88242635d2962d3ac406) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf parmas customTemplates type definition
22+
23+
- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`3b75878`](https://github.com/openapi-ui/openapi-ts-request/commit/3b75878234417cd663d3b5c3554eb454212ddc0c) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - chore: add user documentation
24+
325
## 1.5.2
426

527
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-ts-request",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"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",
55
"packageManager": "pnpm@9.15.0",
66
"engines": {

0 commit comments

Comments
 (0)