Skip to content

Commit 25080d4

Browse files
[ci] release (#1233)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c4150b4 commit 25080d4

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.changeset/funny-lies-tease.md

-5
This file was deleted.

.changeset/stale-beers-sleep.md

-5
This file was deleted.

packages/openapi-fetch/test/v1.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface paths {
1818
get: {
1919
parameters: {
2020
query?: {
21-
tags?: (string)[];
21+
tags?: string[];
2222
};
2323
};
2424
responses: {
@@ -240,7 +240,7 @@ export interface components {
240240
body: string;
241241
publish_date?: number;
242242
};
243-
StringArray: (string)[];
243+
StringArray: string[];
244244
User: {
245245
email: string;
246246
age?: number;
@@ -250,7 +250,7 @@ export interface components {
250250
responses: {
251251
AllPostsGet: {
252252
content: {
253-
"application/json": (components["schemas"]["Post"])[];
253+
"application/json": components["schemas"]["Post"][];
254254
};
255255
};
256256
CreatePost: {

packages/openapi-typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openapi-typescript
22

3+
## 6.3.6
4+
5+
### Patch Changes
6+
7+
- [#1231](https://github.com/drwpow/openapi-typescript/pull/1231) [`e1ce2d6`](https://github.com/drwpow/openapi-typescript/commit/e1ce2d67a5350ff2871ae01503df2280454b7a80) Thanks [@tkrotoff](https://github.com/tkrotoff)! - Do not append trailing spaces to JSDoc tags
8+
9+
- [#1232](https://github.com/drwpow/openapi-typescript/pull/1232) [`31c030d`](https://github.com/drwpow/openapi-typescript/commit/31c030d5f1bf2739dbc146e42372cf9aec922f93) Thanks [@tkrotoff](https://github.com/tkrotoff)! - Remove unnecessary array parenthesis
10+
311
## 6.3.5
412

513
### Patch Changes

packages/openapi-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Generate TypeScript types from Swagger OpenAPI specs",
4-
"version": "6.3.5",
4+
"version": "6.3.6",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)