Skip to content

Commit b234af9

Browse files
Version Packages (#5877)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c5c2ba commit b234af9

File tree

8 files changed

+20
-18
lines changed

8 files changed

+20
-18
lines changed

.changeset/khaki-teeth-create.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-socks-lead.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-things-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/effect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# effect
22

3+
## 3.19.10
4+
5+
### Patch Changes
6+
7+
- [#5874](https://github.com/Effect-TS/effect/pull/5874) [`bd08028`](https://github.com/Effect-TS/effect/commit/bd080284febb620e7e71f661bf9d850c402bb87f) Thanks @mattiamanzati! - Fix NoSuchElementException instantiation in fastPath and add corresponding test case
8+
9+
- [#5878](https://github.com/Effect-TS/effect/pull/5878) [`6c5c2ba`](https://github.com/Effect-TS/effect/commit/6c5c2ba50ce49386e8d1e657230492ee900a6ec7) Thanks @Hoishin! - prevent crash from Hash and Equal with invalid Date object
10+
311
## 3.19.9
412

513
### Patch Changes

packages/effect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect",
3-
"version": "3.19.9",
3+
"version": "3.19.10",
44
"type": "module",
55
"license": "MIT",
66
"description": "The missing standard library for TypeScript, for writing production-grade software.",

packages/effect/src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "3.19.9"
1+
let moduleVersion = "3.19.10"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/workflow/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @effect/workflow
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- [#5880](https://github.com/Effect-TS/effect/pull/5880) [`cc4d2c3`](https://github.com/Effect-TS/effect/commit/cc4d2c3821fa060986d16ea04fca50a14f8ac6ff) Thanks @tim-smart! - ensure no more Activites are attempted before suspending
8+
9+
- Updated dependencies [[`bd08028`](https://github.com/Effect-TS/effect/commit/bd080284febb620e7e71f661bf9d850c402bb87f), [`6c5c2ba`](https://github.com/Effect-TS/effect/commit/6c5c2ba50ce49386e8d1e657230492ee900a6ec7)]:
10+
11+
312
## 0.15.1
413

514
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/workflow",
33
"type": "module",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"description": "Durable workflows for Effect",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)