Skip to content

Commit c5fa221

Browse files
committed
Bump version of to-json-schema to 1.6.0 and update changelog
1 parent a3ce172 commit c5fa221

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

packages/to-json-schema/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## vX.X.X (Month DD, YYYY)
5+
## v1.6.0 (March 17, 2026)
66

77
- Add support for `never` schema (pull request #1430)
88
- Add support for `endsWith`, `gtValue`, `hash`, `includes`, `isoTimeSecond`, `isoWeek`, `isrc`, `ltValue`, `mac`, `mac48`, `mac64`, `notValue`, `notValues`, `rfcEmail`, `safeInteger`, `slug`, `startsWith` and `values` actions (pull request #1430)

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.5.0",
3+
"version": "1.6.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["src/**/*.ts", "README.md"],

packages/to-json-schema/package.json

Lines changed: 3 additions & 3 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.5.0",
4+
"version": "1.6.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",
@@ -64,12 +64,12 @@
6464
"tsdown": "^0.16.6",
6565
"typescript": "^5.9.3",
6666
"typescript-eslint": "^8.47.0",
67-
"valibot": "^1.2.0",
67+
"valibot": "^1.3.0",
6868
"vite": "^7.2.4",
6969
"vite-tsconfig-paths": "^5.1.4",
7070
"vitest": "4.0.13"
7171
},
7272
"peerDependencies": {
73-
"valibot": "^1.2.0"
73+
"valibot": "^1.3.0"
7474
}
7575
}

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)