Skip to content

Commit 678cb91

Browse files
Version Packages (#5810)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b23d9a commit 678cb91

File tree

12 files changed

+52
-19
lines changed

12 files changed

+52
-19
lines changed

.changeset/social-wombats-wash.md

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

.changeset/vast-paths-wonder.md

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

packages/experimental/CHANGELOG.md

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

3+
## 0.57.5
4+
5+
### Patch Changes
6+
7+
- [#5808](https://github.com/Effect-TS/effect/pull/5808) [`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b) Thanks @tim-smart! - add PersistedQueue module
8+
39
## 0.57.4
410

511
### Patch Changes

packages/experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/experimental",
3-
"version": "0.57.4",
3+
"version": "0.57.5",
44
"type": "module",
55
"license": "MIT",
66
"description": "Experimental modules for the Effect ecosystem",

packages/sql-mysql2/CHANGELOG.md

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

3+
## 0.49.1
4+
5+
### Patch Changes
6+
7+
- [#5808](https://github.com/Effect-TS/effect/pull/5808) [`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b) Thanks @tim-smart! - set default pool maxIdle to 0
8+
9+
- [#5808](https://github.com/Effect-TS/effect/pull/5808) [`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b) Thanks @tim-smart! - add PersistedQueue module
10+
11+
- Updated dependencies [[`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b)]:
12+
- @effect/experimental@0.57.5
13+
- @effect/sql@0.48.1
14+
315
## 0.49.0
416

517
### Minor Changes

packages/sql-mysql2/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-mysql2",
3-
"version": "0.49.0",
3+
"version": "0.49.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A MySQL toolkit for Effect",

packages/sql-pg/CHANGELOG.md

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

3+
## 0.49.7
4+
5+
### Patch Changes
6+
7+
- [#5808](https://github.com/Effect-TS/effect/pull/5808) [`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b) Thanks @tim-smart! - add PersistedQueue module
8+
9+
- Updated dependencies [[`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b)]:
10+
- @effect/experimental@0.57.5
11+
- @effect/sql@0.48.1
12+
313
## 0.49.6
414

515
### 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.49.6",
3+
"version": "0.49.7",
44
"type": "module",
55
"license": "MIT",
66
"description": "A PostgreSQL toolkit for Effect",

packages/sql-sqlite-node/CHANGELOG.md

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

3+
## 0.49.1
4+
5+
### Patch Changes
6+
7+
- [#5808](https://github.com/Effect-TS/effect/pull/5808) [`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b) Thanks @tim-smart! - add PersistedQueue module
8+
9+
- Updated dependencies [[`7b23d9a`](https://github.com/Effect-TS/effect/commit/7b23d9a812d5c100d9d9af16bd50251ea2f91b4b)]:
10+
- @effect/experimental@0.57.5
11+
- @effect/sql@0.48.1
12+
313
## 0.49.0
414

515
### Minor Changes

packages/sql-sqlite-node/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-sqlite-node",
3-
"version": "0.49.0",
3+
"version": "0.49.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A SQLite toolkit for Effect",

0 commit comments

Comments
 (0)