Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent f8d2750 commit 8999b6f
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
},
"changesets": [
"afraid-drinks-check",
"angry-buttons-hunt",
"angry-carrots-attend",
"angry-glasses-invite",
"angry-lamps-wave",
"angry-readers-confess",
"beige-lamps-think",
"beige-poems-tickle",
"big-oranges-matter",
"big-teachers-boil",
"blue-scissors-dream",
"blue-tigers-smash",
"blue-vans-look",
"breeze-maps-love",
"breezy-clocks-film",
Expand All @@ -22,9 +25,11 @@
"bright-wombats-occur",
"calm-chairs-hear",
"calm-peas-float",
"chatty-pugs-type",
"chilled-seahorses-call",
"chilly-crabs-roll",
"clean-knives-prove",
"clever-bulldogs-add",
"clever-carpets-repair",
"clever-cooks-rule",
"clever-windows-heal",
Expand Down Expand Up @@ -52,6 +57,7 @@
"empty-crews-rescue",
"fair-masks-deliver",
"famous-donuts-turn",
"famous-news-return",
"fast-garlics-cheat",
"fast-nails-swim",
"few-flowers-lie",
Expand All @@ -68,6 +74,7 @@
"friendly-cows-listen",
"funny-cheetahs-design",
"funny-jokes-collect",
"funny-mangos-clean",
"fuzzy-pets-drum",
"gentle-badgers-accept",
"giant-lizards-unite",
Expand All @@ -77,11 +84,13 @@
"great-moose-dream",
"green-foxes-camp",
"green-pans-visit",
"grumpy-bears-dream",
"happy-terms-happen",
"healthy-ligers-roll",
"healthy-years-dream",
"honest-peaches-drop",
"honest-pets-wink",
"hot-crabs-boil",
"hot-seahorses-cough",
"itchy-papayas-trade",
"khaki-insects-pretend",
Expand Down Expand Up @@ -112,7 +121,9 @@
"metal-humans-agree",
"mighty-keys-chew",
"mighty-rules-raise",
"mighty-steaks-drop",
"mighty-tomatoes-visit",
"modern-ducks-wave",
"moody-mayflies-tell",
"nasty-mice-share",
"nervous-buses-lick",
Expand All @@ -126,6 +137,7 @@
"nine-hounds-share",
"ninety-sheep-own",
"odd-berries-kneel",
"odd-hotels-protect",
"odd-pumas-care",
"olive-crews-applaud",
"perfect-scissors-swim",
Expand All @@ -148,10 +160,12 @@
"purple-seals-doubt",
"purple-shrimps-marry",
"purple-spoons-itch",
"quick-comics-nail",
"quick-kiwis-compare",
"quick-lamps-knock",
"quick-penguins-rush",
"quick-timers-ring",
"rare-days-decide",
"red-pets-doubt",
"red-shrimps-leave",
"rich-oranges-shout",
Expand All @@ -172,6 +186,7 @@
"shiny-jokes-kick",
"short-crabs-beg",
"short-hairs-approve",
"shy-peas-divide",
"shy-pens-punch",
"shy-pugs-jog",
"silent-cougars-change",
Expand All @@ -181,6 +196,7 @@
"six-chairs-develop",
"six-pumpkins-deny",
"six-zebras-pretend",
"slimy-insects-allow",
"slimy-kangaroos-clean",
"small-ads-float",
"smart-experts-punch",
Expand All @@ -192,8 +208,10 @@
"sour-toys-search",
"spotty-spies-smell",
"stale-experts-eat",
"strange-carrots-dance",
"strange-keys-move",
"strange-trains-hunt",
"strong-llamas-retire",
"stupid-flies-grab",
"sweet-snails-sip",
"swift-boxes-watch",
Expand All @@ -213,6 +231,7 @@
"tiny-lies-dream",
"tough-experts-heal",
"tough-geckos-remember",
"tough-ligers-learn",
"tricky-items-swim",
"tricky-pens-agree",
"two-dancers-run",
Expand All @@ -223,7 +242,9 @@
"warm-numbers-check",
"weak-dancers-change",
"weak-dingos-joke",
"weak-poets-kick",
"weak-trainers-chew",
"wet-cooks-approve",
"wet-eyes-explain",
"wet-hats-shake",
"wicked-ads-carry",
Expand All @@ -232,6 +253,7 @@
"wise-rings-judge",
"witty-comics-float",
"witty-grapes-sleep",
"witty-peas-prove",
"young-drinks-fail",
"young-flies-dance"
]
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# effect

## 2.0.0-next.57

### Minor Changes

- [#1701](https://github.com/Effect-TS/effect/pull/1701) [`739460b06`](https://github.com/Effect-TS/effect/commit/739460b0609cd490abbb0a8dfbe3dfe9f67a3680) Thanks [@fubhy](https://github.com/fubhy)! - Allow to set a custom description for timer metrics

- [#1704](https://github.com/Effect-TS/effect/pull/1704) [`accf8a647`](https://github.com/Effect-TS/effect/commit/accf8a647b7a869d2de445e430dab07f08aac0cc) Thanks [@fubhy](https://github.com/fubhy)! - Renamed `ReadonlyArray.compact` and `ReadonlyRecord.compact` to `.getSomes`

- [#1713](https://github.com/Effect-TS/effect/pull/1713) [`906343263`](https://github.com/Effect-TS/effect/commit/906343263f6306965602422508ef3c7158dd7cc8) Thanks [@gcanti](https://github.com/gcanti)! - BigDecimal: rename `toString` to `format`

- [#1688](https://github.com/Effect-TS/effect/pull/1688) [`9698427fe`](https://github.com/Effect-TS/effect/commit/9698427fea446a08b702d3f820db96753efad638) Thanks [@tim-smart](https://github.com/tim-smart)! - replace Layer.provide* with Layer.use*

- [#1711](https://github.com/Effect-TS/effect/pull/1711) [`ff6fadb93`](https://github.com/Effect-TS/effect/commit/ff6fadb934fef37dec1f58eaeff40c0d027393bb) Thanks [@gcanti](https://github.com/gcanti)! - Chunk: merge NonEmpty APIs into base ones

- [#1707](https://github.com/Effect-TS/effect/pull/1707) [`fb1a98fab`](https://github.com/Effect-TS/effect/commit/fb1a98fab613c7ec34abf35c348f3cadcc7d943d) Thanks [@gcanti](https://github.com/gcanti)! - Layer: rename `zipWithPar` to `zipWith` (standard)

### Patch Changes

- [#1690](https://github.com/Effect-TS/effect/pull/1690) [`eb6d7aada`](https://github.com/Effect-TS/effect/commit/eb6d7aada122b260b52e53ff2fd28bfe851b7f40) Thanks [@tim-smart](https://github.com/tim-smart)! - allow omission of Scope type in R of Stream.asyncScoped

- [#1704](https://github.com/Effect-TS/effect/pull/1704) [`accf8a647`](https://github.com/Effect-TS/effect/commit/accf8a647b7a869d2de445e430dab07f08aac0cc) Thanks [@fubhy](https://github.com/fubhy)! - Added `.getLefts` and `.getRights`

- [#1703](https://github.com/Effect-TS/effect/pull/1703) [`f8d27500d`](https://github.com/Effect-TS/effect/commit/f8d27500dae8eb23ff8b93e8b894a4ab4ec6ebad) Thanks [@jessekelly881](https://github.com/jessekelly881)! - improved Duration.toString

- [#1689](https://github.com/Effect-TS/effect/pull/1689) [`a0bd532e8`](https://github.com/Effect-TS/effect/commit/a0bd532e85fa603b29e58c6a2670433b0346377a) Thanks [@FedericoBiccheddu](https://github.com/FedericoBiccheddu)! - improve `Pool`'s `makeWithTTL` JSDoc example

- [#1694](https://github.com/Effect-TS/effect/pull/1694) [`33ffa62b4`](https://github.com/Effect-TS/effect/commit/33ffa62b444db82afc0e43154eb4b3576761c583) Thanks [@extremegf](https://github.com/extremegf)! - Add Either.filterOrLeft

- [#1695](https://github.com/Effect-TS/effect/pull/1695) [`7ccd1eb0b`](https://github.com/Effect-TS/effect/commit/7ccd1eb0b71ec84033d2b106412ccfcac7753e4c) Thanks [@jessekelly881](https://github.com/jessekelly881)! - added Option.andThen

- [#1687](https://github.com/Effect-TS/effect/pull/1687) [`e4d90ed38`](https://github.com/Effect-TS/effect/commit/e4d90ed3896f6d00e8470e73e0d9f597504fc888) Thanks [@matheuspuel](https://github.com/matheuspuel)! - fix YieldableError.toString crashing on react-native

- [#1681](https://github.com/Effect-TS/effect/pull/1681) [`e5cd27c7d`](https://github.com/Effect-TS/effect/commit/e5cd27c7d5988902b238d568d6d13470babb8ee9) Thanks [@matheuspuel](https://github.com/matheuspuel)! - forbid excess properties when matching tags

- [#1692](https://github.com/Effect-TS/effect/pull/1692) [`37a7cfe94`](https://github.com/Effect-TS/effect/commit/37a7cfe94f3baa51fb465c1f6591f20d2aab5c7f) Thanks [@tim-smart](https://github.com/tim-smart)! - add PrimaryKey.value

- [#1679](https://github.com/Effect-TS/effect/pull/1679) [`c1146e473`](https://github.com/Effect-TS/effect/commit/c1146e47343a39e0d168f10547df43d0728df50d) Thanks [@k44](https://github.com/k44)! - fix error value of `Effect.tryPromise`

- [#1712](https://github.com/Effect-TS/effect/pull/1712) [`e2ccf5120`](https://github.com/Effect-TS/effect/commit/e2ccf512088e0dfb0e3816ec259d4f6736f5cf28) Thanks [@thewilkybarkid](https://github.com/thewilkybarkid)! - fix ReadonlyArray.difference description

- [#1684](https://github.com/Effect-TS/effect/pull/1684) [`aeb33b158`](https://github.com/Effect-TS/effect/commit/aeb33b158b14ea1a28fb78954adb717019f913a1) Thanks [@KhraksMamtsov](https://github.com/KhraksMamtsov)! - change typo in Either documentation

- [#1699](https://github.com/Effect-TS/effect/pull/1699) [`06eb1d380`](https://github.com/Effect-TS/effect/commit/06eb1d3801ae6ef93412529af3ef37b509cba7ef) Thanks [@gcanti](https://github.com/gcanti)! - Config: standardize error messages

- [#1683](https://github.com/Effect-TS/effect/pull/1683) [`a6a78ccad`](https://github.com/Effect-TS/effect/commit/a6a78ccad976c510cf0d6a33eee5e10697b310da) Thanks [@tim-smart](https://github.com/tim-smart)! - add default type to data class props generic

- [#1686](https://github.com/Effect-TS/effect/pull/1686) [`9f4d2874d`](https://github.com/Effect-TS/effect/commit/9f4d2874da7568eafd14c183d127132788f86668) Thanks [@gcanti](https://github.com/gcanti)! - Types: add variance helpers

- [#1697](https://github.com/Effect-TS/effect/pull/1697) [`e1a4b6a63`](https://github.com/Effect-TS/effect/commit/e1a4b6a63d73aa111015652bfe4584b767a53e61) Thanks [@tim-smart](https://github.com/tim-smart)! - expose currentConcurrency fiber ref

## 2.0.0-next.56

### Minor 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.56",
"version": "2.0.0-next.57",
"type": "module",
"packageManager": "pnpm@8.10.0",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const moduleVersion = "2.0.0-next.56"
export const moduleVersion = "2.0.0-next.57"

0 comments on commit 8999b6f

Please sign in to comment.