From 76d86f66332a86742bed192689281f6da96d3305 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 18:44:30 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-array-format-validation.md | 5 ----- lib/CHANGELOG.md | 6 ++++++ lib/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-array-format-validation.md diff --git a/.changeset/fix-array-format-validation.md b/.changeset/fix-array-format-validation.md deleted file mode 100644 index 73b5c5a6..00000000 --- a/.changeset/fix-array-format-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fix format validation for string items in arrays. Previously, format specifications (such as `date-time`) were ignored for array items, resulting in loose validation. This change ensures that the specified formats are now correctly applied to all string items within arrays. diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index f28a69eb..e8f9da9e 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.18.2 + +### Patch Changes + +- [#294](https://github.com/astahmer/openapi-zod-client/pull/294) [`ca81272`](https://github.com/astahmer/openapi-zod-client/commit/ca812725e369d7e04405a8aa88004e39ccbd6b14) Thanks [@QuentinJanuel](https://github.com/QuentinJanuel)! - Fix format validation for string items in arrays. Previously, format specifications (such as `date-time`) were ignored for array items, resulting in loose validation. This change ensures that the specified formats are now correctly applied to all string items within arrays. + ## 1.18.1 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index 1a0b7f95..37a6b39b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.18.1", + "version": "1.18.2", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"