From 9d9590280f31d0dda1c1f868d1afa7f6bde54877 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:38:35 +0200 Subject: [PATCH] Version Packages (#446) Co-authored-by: github-actions[bot] --- .changeset/shiny-olives-sin.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shiny-olives-sin.md diff --git a/.changeset/shiny-olives-sin.md b/.changeset/shiny-olives-sin.md deleted file mode 100644 index 8debfdb7c..000000000 --- a/.changeset/shiny-olives-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -remove internal tag from MissingSelfGeneric utility type diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bddb27e..694e0f760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/schema +## 0.37.2 + +### Patch Changes + +- [#445](https://github.com/Effect-TS/schema/pull/445) [`e90d43b`](https://github.com/Effect-TS/schema/commit/e90d43badcfa577492766dfcfd3ab3910dacd41f) Thanks [@gcanti](https://github.com/gcanti)! - remove internal tag from MissingSelfGeneric utility type + ## 0.37.1 ### Patch Changes diff --git a/package.json b/package.json index c4fd000d2..f9dfd47d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.37.1", + "version": "0.37.2", "publishConfig": { "access": "public", "directory": "dist"