Skip to content

Commit e6aef1a

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

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changeset/gold-pets-type.md

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

.changeset/wide-candles-wait.md

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

packages/effect/CHANGELOG.md

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

3+
## 3.17.6
4+
5+
### Patch Changes
6+
7+
- [#5322](https://github.com/Effect-TS/effect/pull/5322) [`f187941`](https://github.com/Effect-TS/effect/commit/f187941946c675713b3539fc4d5480123037563a) Thanks @beezee! - Use non-greedy matching for Schema.String in Schema.TemplateLiteralParser
8+
39
## 3.17.5
410

511
### 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.17.5",
3+
"version": "3.17.6",
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.17.5"
1+
let moduleVersion = "3.17.6"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/platform-node/CHANGELOG.md

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

3+
## 0.94.1
4+
5+
### Patch Changes
6+
7+
- [#5325](https://github.com/Effect-TS/effect/pull/5325) [`aed804e`](https://github.com/Effect-TS/effect/commit/aed804e396b96c00b032c3486d5e78189d4284e0) Thanks @tim-smart! - use Dispatcher.destroy() in undici finalizers
8+
9+
- Updated dependencies [[`f187941`](https://github.com/Effect-TS/effect/commit/f187941946c675713b3539fc4d5480123037563a)]:
10+
- effect@3.17.6
11+
312
## 0.94.0
413

514
### Patch Changes

packages/platform-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/platform-node",
33
"type": "module",
4-
"version": "0.94.0",
4+
"version": "0.94.1",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Node.js runtime",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)