Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Jan 8, 2023
1 parent 0e708a4 commit 0209bc7
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/core@1.0.0-rc.2)**: Only 12kb compressed (4kb compressed + gzip compressed) and fully tree-shaking.
- **[Lightweight](https://bundlephobia.com/package/@vorms/core@latest)**: 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.2",
"version": "1.0.0",
"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.2",
"version": "1.0.0",
"description": "Vorms validation resolvers",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
Expand Down

0 comments on commit 0209bc7

Please sign in to comment.