Skip to content

Commit c140871

Browse files
Version Packages (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 97a9221 commit c140871

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/shiny-candles-attend.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# valimock
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`97a9221`](https://github.com/Saeris/valimock/commit/97a9221bc8efd8a3306d830c130e7f19d08171c7) Thanks [@Saeris](https://github.com/Saeris)! - Fix incorrect string max length behavior, Update dependencies
8+
9+
Strings were accidentally being capped to a fixed max length when a `maxLength()` validation was not provided by the schema, resulting in unwanted behavior such as the shortening of usernames, emails, etc, which would cause validations such as `email()` to fail against the resulting mock data.
10+
311
## 1.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valimock",
33
"description": "Generate mock data for Valibot schemas using Faker",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"license": "MIT",
66
"author": "Drake Costa <[email protected]> (https://saeris.gg)",
77
"keywords": [

0 commit comments

Comments
 (0)