Skip to content

Commit 37a8af5

Browse files
Version Packages (#6134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 041dd22 commit 37a8af5

11 files changed

Lines changed: 30 additions & 24 deletions

File tree

.changeset/fix-equal-null-guard.md

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

.changeset/flat-wombats-smile.md

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

.changeset/huge-peaches-jump.md

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

.changeset/slow-hands-draw.md

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

packages/ai/openrouter/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#6131](https://github.com/Effect-TS/effect/pull/6131) [`5c80e57`](https://github.com/Effect-TS/effect/commit/5c80e578bd95e0cf6fceffc72fa0b130ca11ec8e) Thanks @fabstorres! - Allow partial tool_call deltas in OpenRouter streaming
8+
9+
- Updated dependencies [[`add06f4`](https://github.com/Effect-TS/effect/commit/add06f4521403cbf4b9a692f9b59fb9d3d48293c), [`a03b6a2`](https://github.com/Effect-TS/effect/commit/a03b6a29ed0b983b0440b8ef4be47f47c57d73d7)]:
10+
- effect@3.20.1
11+
312
## 0.9.0
413

514
### Patch Changes

packages/ai/openrouter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai-openrouter",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

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.20.1
4+
5+
### Patch Changes
6+
7+
- [#6133](https://github.com/Effect-TS/effect/pull/6133) [`add06f4`](https://github.com/Effect-TS/effect/commit/add06f4521403cbf4b9a692f9b59fb9d3d48293c) Thanks @aniravi24! - Fix `Equal.equals` crash when comparing `null` values inside `structuralRegion`. Added null guard before `Object.getPrototypeOf` calls to prevent `TypeError: Cannot convert undefined or null to object`.
8+
9+
- [#6093](https://github.com/Effect-TS/effect/pull/6093) [`a03b6a2`](https://github.com/Effect-TS/effect/commit/a03b6a29ed0b983b0440b8ef4be47f47c57d73d7) Thanks @luchersou! - avoid class for PrettyError to preserve error.name
10+
311
## 3.20.0
412

513
### Minor 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.20.0",
3+
"version": "3.20.1",
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.20.0"
1+
let moduleVersion = "3.20.1"
22

33
export const getCurrentVersion = () => moduleVersion
44

packages/sql-kysely/CHANGELOG.md

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

3+
## 0.46.1
4+
5+
### Patch Changes
6+
7+
- [#6123](https://github.com/Effect-TS/effect/pull/6123) [`041dd22`](https://github.com/Effect-TS/effect/commit/041dd22de07235de08b75f0bc29e206e3c27942b) Thanks @0xh3x! - Fix proxy get invariant violation in sql-kysely when hashing cached properties
8+
9+
- Updated dependencies [[`add06f4`](https://github.com/Effect-TS/effect/commit/add06f4521403cbf4b9a692f9b59fb9d3d48293c), [`a03b6a2`](https://github.com/Effect-TS/effect/commit/a03b6a29ed0b983b0440b8ef4be47f47c57d73d7)]:
10+
- effect@3.20.1
11+
312
## 0.46.0
413

514
### Patch Changes

0 commit comments

Comments
 (0)