Skip to content

Commit

Permalink
Version Packages (next) (#1769)
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] authored Dec 18, 2023
1 parent 2c5a401 commit 177c696
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
"eighty-fans-enjoy",
"eighty-islands-sell",
"eighty-zebras-obey",
"eleven-islands-hide",
"eleven-phones-punch",
"eleven-taxis-pump",
"eleven-toys-search",
"empty-crews-rescue",
"empty-dingos-vanish",
"fair-masks-deliver",
"famous-donuts-turn",
"famous-news-return",
Expand Down Expand Up @@ -107,6 +109,7 @@
"hot-crabs-boil",
"hot-seahorses-cough",
"itchy-papayas-trade",
"khaki-balloons-buy",
"khaki-insects-pretend",
"khaki-taxis-protect",
"kind-ladybugs-end",
Expand Down Expand Up @@ -225,6 +228,7 @@
"silent-cougars-change",
"silent-lions-grab",
"silly-dolls-ring",
"silly-trainers-deliver",
"silver-dragons-boil",
"six-chairs-develop",
"six-pumpkins-deny",
Expand Down Expand Up @@ -297,6 +301,7 @@
"wild-crabs-battle",
"wild-otters-rescue",
"wise-rings-judge",
"witty-cobras-hide",
"witty-comics-float",
"witty-grapes-sleep",
"witty-peas-prove",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# effect

## 2.0.0-next.61

### Patch Changes

- [#1768](https://github.com/Effect-TS/effect/pull/1768) [`7c6b90c`](https://github.com/Effect-TS/effect/commit/7c6b90c507835871bdefacdf0e0f84cb87febf16) Thanks [@gcanti](https://github.com/gcanti)! - Effect.mergeAll should work when Z is an iterable, closes #1765

- [#1772](https://github.com/Effect-TS/effect/pull/1772) [`a1ba0c4`](https://github.com/Effect-TS/effect/commit/a1ba0c4dbbc8ee0a8d3652feabbf3c0accdbe3de) Thanks [@gcanti](https://github.com/gcanti)! - ReadonlyRecord: add `fromIterableBy`

- [#1778](https://github.com/Effect-TS/effect/pull/1778) [`2c5a401`](https://github.com/Effect-TS/effect/commit/2c5a401a0be13b709c83365acf6a49a52896711f) Thanks [@IMax153](https://github.com/IMax153)! - add ConfigProvider.fromJson to support loading configuration from a JSON object

- [#1770](https://github.com/Effect-TS/effect/pull/1770) [`d4d403e`](https://github.com/Effect-TS/effect/commit/d4d403e60d9ae81a69aa1190f50e6f9cb11651f3) Thanks [@tim-smart](https://github.com/tim-smart)! - adjust metric boundaries for timer histograms

- [#1776](https://github.com/Effect-TS/effect/pull/1776) [`4c22ed5`](https://github.com/Effect-TS/effect/commit/4c22ed51b6f6458166d1151b1eaef0fe4ac2f5e4) Thanks [@fubhy](https://github.com/fubhy)! - Self-assign normalized `BigDecimal`

## 2.0.0-next.60

### 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.60",
"version": "2.0.0-next.61",
"type": "module",
"packageManager": "pnpm@8.11.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.60"
export const moduleVersion = "2.0.0-next.61"

0 comments on commit 177c696

Please sign in to comment.