Skip to content

Commit 1076ad6

Browse files
Version Packages (#486)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c43d544 commit 1076ad6

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.changeset/cold-rooms-teach.md

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

.changeset/sweet-trams-play.md

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

CHANGELOG.md

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

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [`c43d544`](https://github.com/samchungy/zod-openapi/commit/c43d5445e6bfaacbcbf5af6374ce783aba5c783c) Thanks [@samchungy](https://github.com/samchungy)! - Remove `zodSchemas` from meta `override`
8+
9+
This should result in faster type inference when using `.meta()`.
10+
11+
`zodSchemas` is still available in the `CreateDocumentOptions` `override` function.
12+
13+
The mis-scoped `Override` type is now exported as `ZodOpenApiOverride` and `ZodOpenApiOverrideMeta`
14+
15+
### Patch Changes
16+
17+
- [#484](https://github.com/samchungy/zod-openapi/pull/484) [`8ae543f`](https://github.com/samchungy/zod-openapi/commit/8ae543fe95c3582553af4710a8ff7bf6540b0bca) Thanks [@samchungy](https://github.com/samchungy)! - Switch to ESM
18+
319
## 5.2.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-openapi",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Convert Zod Schemas to OpenAPI v3.x documentation",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)