Skip to content

Commit 6c19aeb

Browse files
committed
chore: release v1.0.0-rc.2
1 parent daf589b commit 6c19aeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vue Form Validation with Composition API
1616
## Feature
1717

1818
- **Type Strong**: Written in TypeScript, with TSDoc.
19-
- **[Lightweight](https://bundlephobia.com/package/@vorms/[email protected].1)**: Only 12kb compressed (4kb compressed + gzip compressed) and fully tree-shaking.
19+
- **[Lightweight](https://bundlephobia.com/package/@vorms/[email protected].2)**: Only 12kb compressed (4kb compressed + gzip compressed) and fully tree-shaking.
2020
- **Easiest**: Vorm uses the [Composition API](https://vuejs.org/guide/extras/composition-api-faq.html) to give you a very seamless development experience.
2121
- **Flexible**: [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod) and self-def validation are supported.
2222

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorms/core",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "Vue Form Validation with Composition API",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",

packages/resolvers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorms/resolvers",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "Vorms validation resolvers",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.mjs",

0 commit comments

Comments
 (0)