Skip to content

Commit e5f5db2

Browse files
Version Packages
1 parent 979d1c1 commit e5f5db2

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changeset/salty-glasses-take.md

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

.changeset/wet-days-wish.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.18.5
4+
5+
### Patch Changes
6+
7+
- [#5628](https://github.com/Effect-TS/effect/pull/5628) [`52d5963`](https://github.com/Effect-TS/effect/commit/52d59635f35406bd27874ca0090f8642432928f4) Thanks @mikearnaldi! - Make sure AsEffect is computed
8+
39
## 3.18.4
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.18.4",
3+
"version": "3.18.5",
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.18.4"
1+
let moduleVersion = "3.18.5"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/sql-mysql2/CHANGELOG.md

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

3+
## 0.47.1
4+
5+
### Patch Changes
6+
7+
- [#5632](https://github.com/Effect-TS/effect/pull/5632) [`979d1c1`](https://github.com/Effect-TS/effect/commit/979d1c10cdb32817f64c1efb9daa41a1d8e8ff3d) Thanks @andrephilipsson! - Support config.url in MysqlMigrator
8+
9+
- Updated dependencies [[`52d5963`](https://github.com/Effect-TS/effect/commit/52d59635f35406bd27874ca0090f8642432928f4)]:
10+
11+
312
## 0.47.0
413

514
### Patch 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.47.0",
3+
"version": "0.47.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A MySQL toolkit for Effect",

0 commit comments

Comments
 (0)