Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and astahmer committed Dec 5, 2023
1 parent 8dfb265 commit 98567fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fix-additional-props-default-value-as-string.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-discriminated-union-issue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-scissors-live.md

This file was deleted.

10 changes: 10 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# openapi-zod-client

## 1.13.2

### Patch Changes

- [#248](https://github.com/astahmer/openapi-zod-client/pull/248) [`fd5f850`](https://github.com/astahmer/openapi-zod-client/commit/fd5f850492bf384586d079350f021475014e1767) Thanks [@nmcdaines](https://github.com/nmcdaines)! - Fixes an issue whereby you aren't able to set additionalPropsDefaultValue from command line as false because the package expects it to be a boolean, however recieves a string value

- [#249](https://github.com/astahmer/openapi-zod-client/pull/249) [`8dfb265`](https://github.com/astahmer/openapi-zod-client/commit/8dfb265ee23bb79b2c8fe0dd979103c89f0bcf4f) Thanks [@nmcdaines](https://github.com/nmcdaines)! - Fix issue using discriminated union when there are multiple items within an allOf block by reverting to a union type for this case

- [#247](https://github.com/astahmer/openapi-zod-client/pull/247) [`1e1dcd8`](https://github.com/astahmer/openapi-zod-client/commit/1e1dcd8c40aa9db6bacbe170410543387bbf3403) Thanks [@tillschweneker](https://github.com/tillschweneker)! - When a property from an external json or yaml file starts with a number, e.g. 1st, instead of first, the generated Zod-Schema is corrupt. The change in the wrapWithQuotesIfNeeded method makes sure, that any property starting with a number is wrapped in quotes.

## 1.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-zod-client",
"version": "1.13.1",
"version": "1.13.2",
"repository": {
"type": "git",
"url": "https://github.com/astahmer/openapi-zod-client.git"
Expand Down

1 comment on commit 98567fc

@vercel
Copy link

@vercel vercel bot commented on 98567fc Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.