Skip to content

Commit 9f90a74

Browse files
committed
Bump i18n version to 1.2.0 and update changelog for release
1 parent d00a646 commit 9f90a74

4 files changed

Lines changed: 70 additions & 12 deletions

File tree

packages/i18n/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## vX.X.X (Month DD, YYYY)
5+
## v1.2.0 (May 05, 2026)
66

77
- Add Uzbek (uz) translations (pull request #1452)
8+
- Change Valibot peer dependency to `^1.4.0`
89

910
## v1.1.0 (March 17, 2026)
1011

packages/i18n/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valibot/i18n",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"exclude": [
55
"scripts",
66
"src",

packages/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@valibot/i18n",
33
"description": "The official i18n translations for Valibot",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",
@@ -31,10 +31,10 @@
3131
"@types/node": "^24.10.1",
3232
"tsm": "^2.3.0",
3333
"typescript": "^5.9.3",
34-
"valibot": "^1.3.0"
34+
"valibot": "^1.4.0"
3535
},
3636
"peerDependencies": {
37-
"valibot": "^1.3.0"
37+
"valibot": "^1.4.0"
3838
},
3939
"files": [
4040
"index.ts",

0 commit comments

Comments
 (0)