Skip to content

Commit 590dbfc

Browse files
Version Packages (#5886)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38abd67 commit 590dbfc

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

.changeset/cool-insects-move.md

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

.changeset/heavy-walls-buy.md

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

packages/effect/CHANGELOG.md

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

3+
## 3.19.11
4+
5+
### Patch Changes
6+
7+
- [#5888](https://github.com/Effect-TS/effect/pull/5888) [`38abd67`](https://github.com/Effect-TS/effect/commit/38abd67998f676893866a72cb41bbd5edd07b169) Thanks @gcanti! - filter non-JSON values from schema examples and defaults, closes #5884
8+
9+
Introduce JsonValue type and update JsonSchemaAnnotations to use it for
10+
type safety. Add validation to filter invalid values (BigInt, cyclic refs)
11+
from examples and defaults, preventing infinite recursion on cycles.
12+
13+
- [#5885](https://github.com/Effect-TS/effect/pull/5885) [`44e0b04`](https://github.com/Effect-TS/effect/commit/44e0b044480c5d8ab17fbdaf1c528f06796fa681) Thanks @gcanti! - feat(JSONSchema): add missing options for target JSON Schema version in make function, closes #5883
14+
315
## 3.19.10
416

517
### 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.19.10",
3+
"version": "3.19.11",
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.19.10"
1+
let moduleVersion = "3.19.11"
22

33
export const getCurrentVersion = () => moduleVersion
44

0 commit comments

Comments
 (0)