Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Commit 7e21b4b

Browse files
chore(release): @sylphx/vex@0.1.11, @sylphx/vex-json-schema@0.0.1 (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51d6c91 commit 7e21b4b

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

packages/vex-json-schema/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
### ✨ Features
66

77
- **vex:** add Schema type and extract vex-json-schema package ([47e8d69](https://github.com/SylphxAI/vex/commit/47e8d69da78fe1aaf5707bbf39236cdd574aa797))
8+
9+
### 📚 Documentation
10+
11+
- **vex-json-schema:** add README.md ([51d6c91](https://github.com/SylphxAI/vex/commit/51d6c91bcbbeb4316eef56414f988cb3aaee409a))
12+
13+
## 0.0.1 (2025-12-03)
14+
15+
### ✨ Features
16+
17+
- **vex:** add Schema type and extract vex-json-schema package ([47e8d69](https://github.com/SylphxAI/vex/commit/47e8d69da78fe1aaf5707bbf39236cdd574aa797))

packages/vex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.1.11 (2025-12-03)
4+
5+
### ✨ Features
6+
7+
- **vex:** add advanced transform functions for Zod parity ([3bebd28](https://github.com/SylphxAI/vex/commit/3bebd283c11d02a16ee34301a524c9c002e7048f))
8+
- **vex:** add Schema type and extract vex-json-schema package ([47e8d69](https://github.com/SylphxAI/vex/commit/47e8d69da78fe1aaf5707bbf39236cdd574aa797))
9+
310
## 0.1.10 (2025-12-03)
411

512
### ✨ Features

packages/vex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphx/vex",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "⚡ Ultra-fast schema validation - 5x faster than Valibot, 30x faster than Zod",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)