Skip to content

Commit c381a71

Browse files
committed
Bump version of to-json-schema to v0.2.0
1 parent b5dbbdc commit c381a71

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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+
## v0.2.0 (September 15, 2024)
66

77
- Add support for `title` action
88

packages/to-json-schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@valibot/to-json-schema",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"exports": "./src/index.ts"
55
}

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": "0.1.1",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",
@@ -64,7 +64,7 @@
6464
"eslint-plugin-security": "^2.1.1",
6565
"tsup": "^8.1.0",
6666
"typescript": "^5.5.3",
67-
"valibot": "^0.41.0",
67+
"valibot": "^0.42.0",
6868
"vite": "^5.3.3",
6969
"vite-tsconfig-paths": "^4.3.2",
7070
"vitest": "1.6.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)