From 6333da26d98bc2e1f08507944c09298dce109c2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:50:04 +0100 Subject: [PATCH] Version Packages (#685) Co-authored-by: github-actions[bot] --- .changeset/old-countries-act.md | 5 ----- .changeset/thin-ways-arrive.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/old-countries-act.md delete mode 100644 .changeset/thin-ways-arrive.md diff --git a/.changeset/old-countries-act.md b/.changeset/old-countries-act.md deleted file mode 100644 index 190ee963a..000000000 --- a/.changeset/old-countries-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -improve: Actually use Arbitrary interface in to/from/unsafe signature diff --git a/.changeset/thin-ways-arrive.md b/.changeset/thin-ways-arrive.md deleted file mode 100644 index bb26d6a4c..000000000 --- a/.changeset/thin-ways-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -Schema: add annotations argument to `attachPropertySignature` diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e1e32de..548980427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/schema +## 0.56.1 + +### Patch Changes + +- [#684](https://github.com/Effect-TS/schema/pull/684) [`6b9585b`](https://github.com/Effect-TS/schema/commit/6b9585b8aba659c5e86f2f8ebc01b1bf8d26143b) Thanks [@patroza](https://github.com/patroza)! - improve: Actually use Arbitrary interface in to/from/unsafe signature + +- [#679](https://github.com/Effect-TS/schema/pull/679) [`0f8a8f1`](https://github.com/Effect-TS/schema/commit/0f8a8f14e21a72b503ee3304a30aa4b6c2d6e1ff) Thanks [@gcanti](https://github.com/gcanti)! - Schema: add annotations argument to `attachPropertySignature` + ## 0.56.0 ### Minor Changes diff --git a/package.json b/package.json index fb1e543aa..2eceb6571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.56.0", + "version": "0.56.1", "type": "module", "packageManager": "pnpm@8.10.0", "publishConfig": {