Skip to content

Commit 1255abe

Browse files
committed
Valibot version
1 parent bdcffe0 commit 1255abe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Valibot updated to 0.31.0, which ends support for any version below that. Please follow the [migration guide](https://valibot.dev/guides/migrate-to-v0.31.0/) to update your Valibot schemas.
13+
814
## [2.14.0] - 2024-05-26
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"joi": "^17.13.1",
111111
"superstruct": "^1.0.4",
112112
"svelte": "3.x || 4.x || >=5.0.0-next.51",
113-
"valibot": ">=0.31.0 <=0.32.0",
113+
"valibot": ">=0.31.0 <1",
114114
"yup": "^1.4.0",
115115
"zod": "^3.23.8"
116116
},

0 commit comments

Comments
 (0)