Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Version Packages (#183)
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 Sep 26, 2023
1 parent e02abea commit f9ebdf4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-geese-unite.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/nasty-experts-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-roses-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-walls-accept.md

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @effect/stream

## 0.37.0

### Minor Changes

- [#181](https://github.com/Effect-TS/stream/pull/181) [`eab4bdb`](https://github.com/Effect-TS/stream/commit/eab4bdb66e2583f8871aa11005aa298a1f01d770) Thanks [@gcanti](https://github.com/gcanti)! - Stream: range now includes both endpoints

- [#184](https://github.com/Effect-TS/stream/pull/184) [`29de179`](https://github.com/Effect-TS/stream/commit/29de179b3c1d7225d64d3d5f50a0d710f80ea9f1) Thanks [@gcanti](https://github.com/gcanti)! - rename contramap* functions to mapInput* functions:

- Channel
- contramap
- contramapEffect
- contramapError
- contramapErrorEffect
- contramapIn
- contramapInEffect
- contramapContext
- Sink
- contramap
- contramapEffect
- contramapChunks
- contramapChunksEffect
- Stream
- contramapContext

- [#185](https://github.com/Effect-TS/stream/pull/185) [`e02abea`](https://github.com/Effect-TS/stream/commit/e02abeace2e9461d30df33cab7e99fc251491428) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies

- [#177](https://github.com/Effect-TS/stream/pull/177) [`081ac83`](https://github.com/Effect-TS/stream/commit/081ac839dc6692ab6faafaabe4f6a3b76d493d65) Thanks [@tim-smart](https://github.com/tim-smart)! - consolidate GroupBy.evaluate & evaluateBuffer

## 0.36.1

### 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/stream",
"version": "0.36.1",
"version": "0.37.0",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down

0 comments on commit f9ebdf4

Please sign in to comment.