Skip to content

Commit 9819d68

Browse files
committed
Bump version of to-json-schema to 1.1.0
1 parent 51a826d commit 9819d68

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.1.0 (May 06, 2025)
66

77
- Add support for `minEntries` and `maxEntries` action (pull request #1100)
88
- Add support for `entries` action (pull request #1156)

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.0.0",
3+
"version": "1.1.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.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",
@@ -64,7 +64,7 @@
6464
"tsup": "^8.4.0",
6565
"typescript": "^5.7.3",
6666
"typescript-eslint": "^8.25.0",
67-
"valibot": "workspace:*",
67+
"valibot": "^1.1.0",
6868
"vite": "^6.2.0",
6969
"vite-tsconfig-paths": "^5.1.4",
7070
"vitest": "3.0.7"

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)