Skip to content

Commit d3c773a

Browse files
committed
Bump to-json-schema package to v1.4
1 parent 5b3c2db commit d3c773a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/to-json-schema/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## vX.X.X (Month DD, YYYY)
5+
## v1.4.0 (December 02, 2025)
66

77
- Add support for `examples` action
88
- Add support for `integer` when used with `minValue` and `maxValue` actions (pull request #1367)
9+
- Change Valibot peer dependency to v1.2.0
910
- Fix conversion of `exactOptional` object properties (pull request #1220)
1011
- Fix conversion of `variant` to use `oneOf` instead of `anyOf` (pull request #1193)
1112

packages/to-json-schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valibot/to-json-schema",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["src/**/*.ts", "README.md"],

packages/to-json-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@valibot/to-json-schema",
33
"description": "The official JSON schema converter for Valibot",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",
@@ -71,6 +71,6 @@
7171
"vitest": "4.0.13"
7272
},
7373
"peerDependencies": {
74-
"valibot": "^1.1.0"
74+
"valibot": "^1.2.0"
7575
}
7676
}

0 commit comments

Comments
 (0)