diff --git a/.changeset/fifty-vans-swim.md b/.changeset/fifty-vans-swim.md deleted file mode 100644 index 136a1954..00000000 --- a/.changeset/fifty-vans-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -fix: fix order of schemas when using option groupStrategy: tag-file diff --git a/.changeset/happy-planes-float.md b/.changeset/happy-planes-float.md deleted file mode 100644 index 3e315fd2..00000000 --- a/.changeset/happy-planes-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": minor ---- - -Add nullable support for additional properties diff --git a/.changeset/quick-jeans-hope.md b/.changeset/quick-jeans-hope.md deleted file mode 100644 index 3d309e14..00000000 --- a/.changeset/quick-jeans-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": minor ---- - -handle $ref in responses object diff --git a/.changeset/seven-hotels-raise.md b/.changeset/seven-hotels-raise.md deleted file mode 100644 index 571624d6..00000000 --- a/.changeset/seven-hotels-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": minor ---- - -feat: reduce dependency count threshold for a type to be imported from common file to just 1 diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 4c8b2e7b..f88c8e87 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,19 @@ # openapi-zod-client +## 1.10.0 + +### Minor Changes + +- [#183](https://github.com/astahmer/openapi-zod-client/pull/183) [`c9118af`](https://github.com/astahmer/openapi-zod-client/commit/c9118af8bfc05e42daa1b3c50c63c394f73d74bf) Thanks [@simonbinwang](https://github.com/simonbinwang)! - Add nullable support for additional properties + +- [#189](https://github.com/astahmer/openapi-zod-client/pull/189) [`d897485`](https://github.com/astahmer/openapi-zod-client/commit/d897485021271734c54925da53e829689ae06838) Thanks [@jbach](https://github.com/jbach)! - handle $ref in responses object + +- [#190](https://github.com/astahmer/openapi-zod-client/pull/190) [`e23b42d`](https://github.com/astahmer/openapi-zod-client/commit/e23b42de097f2fcf4b83de57a43495779946e449) Thanks [@imballinst](https://github.com/imballinst)! - feat: reduce dependency count threshold for a type to be imported from common file to just 1 + +### Patch Changes + +- [#184](https://github.com/astahmer/openapi-zod-client/pull/184) [`44a5587`](https://github.com/astahmer/openapi-zod-client/commit/44a558767e85871b8116038fed3df60c46baf6d1) Thanks [@imballinst](https://github.com/imballinst)! - fix: fix order of schemas when using option groupStrategy: tag-file + ## 1.9.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index be9a3f2b..0401e09a 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.9.0", + "version": "1.10.0", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"