Skip to content

Commit fe68d20

Browse files
[ci] release
1 parent 3da2ca4 commit fe68d20

File tree

9 files changed

+24
-18
lines changed

9 files changed

+24
-18
lines changed

.changeset/fluffy-pumas-run.md

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

.changeset/itchy-jobs-create.md

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

.changeset/mighty-zebras-move.md

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

packages/openapi-metadata/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#2365](https://github.com/openapi-ts/openapi-typescript/pull/2365) [`b419aee`](https://github.com/openapi-ts/openapi-typescript/commit/b419aee0ded0a329ce0623dacb67159bbb7c7800) Thanks [@spamshaker](https://github.com/spamshaker)! - fix(#2364) for allowing to add params via ApiOperation tag
8+
39
## 0.2.1
410

511
### Patch Changes

packages/openapi-metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-metadata",
33
"description": "Auto-Generate OpenAPI specifications from Typescript decorators",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": {
66
"name": "Martin PAUCOT",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openapi-typescript
22

3+
## 7.9.1
4+
5+
### Patch Changes
6+
7+
- [#2393](https://github.com/openapi-ts/openapi-typescript/pull/2393) [`6943ccf`](https://github.com/openapi-ts/openapi-typescript/commit/6943ccf216f602f004eb178dd652ffcbafc05346) Thanks [@simon-curtis](https://github.com/simon-curtis)! - Now checking for null & empty string when generating enum description
8+
9+
- [#2375](https://github.com/openapi-ts/openapi-typescript/pull/2375) [`5be22d7`](https://github.com/openapi-ts/openapi-typescript/commit/5be22d7adc8bc36fdfa91f1aa3473919107060f2) Thanks [@ParkerVR](https://github.com/ParkerVR)! - Fix behavior when using enum and export-type flags
10+
311
## 7.9.0
412

513
### Minor Changes

packages/openapi-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.9.0",
4+
"version": "7.9.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/swr-openapi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# swr-openapi
22

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6943ccf`](https://github.com/openapi-ts/openapi-typescript/commit/6943ccf216f602f004eb178dd652ffcbafc05346), [`5be22d7`](https://github.com/openapi-ts/openapi-typescript/commit/5be22d7adc8bc36fdfa91f1aa3473919107060f2)]:
8+
9+
310
## 5.3.0
411

512
### Minor Changes

packages/swr-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-openapi",
33
"description": "Generate SWR hooks from OpenAPI schemas",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)