From ee7abb75d91d7c1c673935db254af0d4a6eb591d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:12:10 +1300 Subject: [PATCH] Version Packages (next) (#1486) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 5 +++++ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index cc1f5eca3e8..ace30c697b4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,15 +16,18 @@ "chilly-crabs-roll", "clean-knives-prove", "clever-cooks-rule", + "clever-windows-heal", "cold-llamas-explain", "cyan-ducks-compare", "cyan-fans-peel", "eighty-fans-enjoy", "eighty-zebras-obey", + "eleven-toys-search", "empty-crews-rescue", "fair-masks-deliver", "fast-garlics-cheat", "fluffy-mails-peel", + "forty-rockets-build", "four-elephants-study", "friendly-cows-listen", "fuzzy-pets-drum", @@ -36,6 +39,7 @@ "large-onions-live", "large-windows-enjoy", "late-bikes-vanish", + "mean-eyes-grab", "metal-buses-suffer", "metal-coins-learn", "mighty-rules-raise", @@ -57,6 +61,7 @@ "purple-doors-itch", "quick-lamps-knock", "rich-oranges-shout", + "serious-fireants-explode", "serious-monkeys-notice", "seven-garlics-teach", "shaggy-moles-wash", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d530eaa20d..3089d707b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # effect +## 2.0.0-next.46 + +### Minor Changes + +- [#1483](https://github.com/Effect-TS/effect/pull/1483) [`e68453bf4`](https://github.com/Effect-TS/effect/commit/e68453bf457f32502e5cd47273c298fb24f2feb0) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Include stack in Data.Error/Data.TaggedError + +- [#1483](https://github.com/Effect-TS/effect/pull/1483) [`e68453bf4`](https://github.com/Effect-TS/effect/commit/e68453bf457f32502e5cd47273c298fb24f2feb0) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Include Error module in Data + +### Patch Changes + +- [#1487](https://github.com/Effect-TS/effect/pull/1487) [`bd1748406`](https://github.com/Effect-TS/effect/commit/bd17484068436d0b605c179e47ad63cdbdfb39b0) Thanks [@fubhy](https://github.com/fubhy)! - Added bigint math functions for `abs`, `sqrt`, `lcm` and `gcd` + +- [#1491](https://github.com/Effect-TS/effect/pull/1491) [`6ff77385c`](https://github.com/Effect-TS/effect/commit/6ff77385c43e049fc864719574ced3691969c3f8) Thanks [@tim-smart](https://github.com/tim-smart)! - fix Layer.withSpan optional args + +- [#1492](https://github.com/Effect-TS/effect/pull/1492) [`471b5172b`](https://github.com/Effect-TS/effect/commit/471b5172bda5d29c4104414b4017f36a45b431c7) Thanks [@tim-smart](https://github.com/tim-smart)! - ensure more failures are annotated with spans + ## 2.0.0-next.45 ### Patch Changes diff --git a/package.json b/package.json index 6577b21d674..b1b0d94044f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect", - "version": "2.0.0-next.45", + "version": "2.0.0-next.46", "packageManager": "pnpm@8.7.3", "publishConfig": { "access": "public"