Skip to content

Commit f25b7c7

Browse files
committed
Bump version of library to 1.0.0-rc.2
1 parent 4fa36ce commit f25b7c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/jsr.json

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

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valibot",
33
"description": "The modular and type safe schema library for validating structural data",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.0-rc.2",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)