Skip to content

Commit

Permalink
Version Packages (next) (Effect-TS#1532)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 18, 2023
1 parent 9c7dea2 commit fe3b271
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"giant-lizards-unite",
"giant-peas-deliver",
"good-cycles-explain",
"gorgeous-rules-fix",
"happy-terms-happen",
"healthy-ligers-roll",
"healthy-years-dream",
"hot-seahorses-cough",
Expand All @@ -51,6 +53,7 @@
"large-onions-live",
"large-windows-enjoy",
"late-bikes-vanish",
"late-tools-judge",
"mean-carpets-travel",
"mean-eyes-grab",
"metal-buses-suffer",
Expand All @@ -70,10 +73,12 @@
"pink-planes-arrive",
"polite-ladybugs-bake",
"poor-cups-agree",
"poor-zebras-beg",
"popular-humans-clap",
"pretty-falcons-peel",
"proud-carrots-mate",
"purple-doors-itch",
"purple-shrimps-marry",
"quick-lamps-knock",
"rich-oranges-shout",
"selfish-wolves-watch",
Expand All @@ -87,11 +92,13 @@
"sharp-pianos-eat",
"shiny-jokes-kick",
"short-crabs-beg",
"short-hairs-approve",
"silent-lions-grab",
"six-chairs-develop",
"six-pumpkins-deny",
"slimy-kangaroos-clean",
"smart-seas-travel",
"sour-plums-suffer",
"sour-toys-search",
"swift-socks-hear",
"tender-onions-fly",
Expand All @@ -100,6 +107,7 @@
"tough-experts-heal",
"tough-geckos-remember",
"tricky-pens-agree",
"two-news-fly",
"violet-fishes-learn",
"warm-beds-build",
"warm-numbers-check",
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# effect

## 2.0.0-next.50

### Minor Changes

- [#1526](https://github.com/Effect-TS/effect/pull/1526) [`656955944`](https://github.com/Effect-TS/effect/commit/6569559440e8304c596edaaa21bcae4c8dba2568) Thanks [@gcanti](https://github.com/gcanti)! - ReadonlyRecord: remove useless alias toArray

- [#1539](https://github.com/Effect-TS/effect/pull/1539) [`9c7dea219`](https://github.com/Effect-TS/effect/commit/9c7dea219ded2cb86a2a33d6ab98a629a891e365) Thanks [@tim-smart](https://github.com/tim-smart)! - remove sampled from span options

- [#1530](https://github.com/Effect-TS/effect/pull/1530) [`7c3a6d59d`](https://github.com/Effect-TS/effect/commit/7c3a6d59de642a3691dff525bca981e5f6c05cd1) Thanks [@fubhy](https://github.com/fubhy)! - Change `divide` return type to `Option` and added a `unsafeDivide` operation that throws in case the divisor is `0`

- [#1535](https://github.com/Effect-TS/effect/pull/1535) [`fd296a6d5`](https://github.com/Effect-TS/effect/commit/fd296a6d5206b1e4c072bad675f2f6a70b60a7f8) Thanks [@tim-smart](https://github.com/tim-smart)! - use context for tracer spans

- [#1534](https://github.com/Effect-TS/effect/pull/1534) [`fb26bb770`](https://github.com/Effect-TS/effect/commit/fb26bb7707e7599a70892f06e485065e331b63e3) Thanks [@fubhy](https://github.com/fubhy)! - Removed optional math variants

### Patch Changes

- [#1537](https://github.com/Effect-TS/effect/pull/1537) [`9bd70154b`](https://github.com/Effect-TS/effect/commit/9bd70154b62c2f101b85a8d509e480d5281abe4b) Thanks [@patroza](https://github.com/patroza)! - fix: Either/Option gen when no yield executes, just a plain return

- [#1526](https://github.com/Effect-TS/effect/pull/1526) [`656955944`](https://github.com/Effect-TS/effect/commit/6569559440e8304c596edaaa21bcae4c8dba2568) Thanks [@gcanti](https://github.com/gcanti)! - ReadonlyRecord: add missing APIs:

- keys
- values
- upsert
- update
- isSubrecord
- isSubrecordBy
- reduce
- every
- some
- union
- intersection
- difference
- getEquivalence
- singleton

- [#1536](https://github.com/Effect-TS/effect/pull/1536) [`80800bfb0`](https://github.com/Effect-TS/effect/commit/80800bfb044585c836b8af585946881f2160ebb1) Thanks [@fubhy](https://github.com/fubhy)! - avoid use of bigint literals

## 2.0.0-next.49

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect",
"version": "2.0.0-next.49",
"version": "2.0.0-next.50",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fe3b271

Please sign in to comment.