Skip to content

Commit 72c1f53

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

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/crazy-walls-wait.md

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

.changeset/deep-books-stand.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.56.1
4+
5+
### Patch Changes
6+
7+
- [#5946](https://github.com/Effect-TS/effect/pull/5946) [`e88f289`](https://github.com/Effect-TS/effect/commit/e88f289c1d9fd4ec584ee793c264597aa84c9352) Thanks @vic-mo! - Fix HttpRunner double-slash routing
8+
39
## 0.56.0
410

511
### Patch Changes

packages/cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/cluster",
33
"type": "module",
4-
"version": "0.56.0",
4+
"version": "0.56.1",
55
"description": "Unified interfaces for common cluster-specific services",
66
"publishConfig": {
77
"access": "public",

packages/sql-pg/CHANGELOG.md

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

3+
## 0.50.1
4+
5+
### Patch Changes
6+
7+
- [#5943](https://github.com/Effect-TS/effect/pull/5943) [`c5a1e33`](https://github.com/Effect-TS/effect/commit/c5a1e332e004acc9374ced41d69c557c1e392bf2) Thanks @sidpremkumar! - Fix crash when pool.connect fails by ensuring client exists before attaching error handler
8+
39
## 0.50.0
410

511
### Patch Changes

packages/sql-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/sql-pg",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A PostgreSQL toolkit for Effect",

0 commit comments

Comments
 (0)