Skip to content

Commit 4065253

Browse files
github-actions[bot]astahmer
authored andcommitted
Version Packages
1 parent e23b42d commit 4065253

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/fifty-vans-swim.md

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

.changeset/happy-planes-float.md

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

.changeset/quick-jeans-hope.md

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

.changeset/seven-hotels-raise.md

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

lib/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# openapi-zod-client
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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
16+
317
## 1.9.0
418

519
### Minor Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-zod-client",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/astahmer/openapi-zod-client.git"

0 commit comments

Comments
 (0)