Skip to content

Commit

Permalink
chore: release v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Dec 18, 2022
1 parent daf589b commit 6c19aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vue Form Validation with Composition API
## Feature

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

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vorms/core",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Vue Form Validation with Composition API",
"source": "src/index.ts",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vorms/resolvers",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Vorms validation resolvers",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
Expand Down

0 comments on commit 6c19aeb

Please sign in to comment.