Skip to content

Commit 8ffc045

Browse files
openapi-ts-botgithub-actions[bot]drwpow
authored
[ci] release (#2307)
* [ci] release * Add 2145 manually --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent d79efae commit 8ffc045

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changeset/mean-colts-hunt.md

-5
This file was deleted.

packages/openapi-metadata/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-metadata
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#2125](https://github.com/openapi-ts/openapi-typescript/pull/2125) [`a041c2d`](https://github.com/openapi-ts/openapi-typescript/commit/a041c2d340a4f1573de726d1f960169440901b24) Thanks [@kerwanp](https://github.com/kerwanp)! - [#2123](https://github.com/openapi-ts/openapi-typescript/issues/2123) Fix thunk type detection
8+
39
## 0.2.0
410

511
### Minor Changes

packages/openapi-metadata/package.json

+1-1
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.0",
4+
"version": "0.2.1",
55
"author": {
66
"name": "Martin PAUCOT",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.7.2
4+
5+
### Patch Changes
6+
7+
- [#2145](https://github.com/openapi-ts/openapi-typescript/pull/2145) [`d79efae`](https://github.com/openapi-ts/openapi-typescript/commit/d79efaea3385d2421d3d295f69d7036cddb106b5) Thanks [@luhn](https://github.com/luhn)! - Don't remove `null` type if a default is present.
8+
39
## 7.7.1
410

511
### 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": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.7.1",
4+
"version": "7.7.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)