Skip to content

Commit

Permalink
chore: release v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Nov 19, 2022
1 parent 9871b77 commit 333287c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vue Form Validate with Composition API
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@vorms/core" target="__blank"><img src="https://img.shields.io/npm/v/@vorms/core/beta?color=34A88C&label=" alt="NPM version"></a>
<a href="https://www.npmjs.com/package/@vorms/core" target="__blank"><img src="https://img.shields.io/npm/v/@vorms/core/rc?color=34A88C&label=" alt="NPM version"></a>
<a href="https://vorms.mini-ghost.dev/" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=docs&color=3D957F" alt="Documentations"></a>
<a href="https://www.npmjs.com/package/@vorms/core" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@vorms/core?color=00629E&label="></a>
<br>
Expand All @@ -16,14 +16,14 @@ Vue Form Validate with Composition API
## Feature

- **Type Strong**: Written in TypeScript, with TSDoc.
- **[Lightweight](https://bundlephobia.com/package/@vorms/core@0.0.1-beta.10)**: Only 12kb compressed (4kb compressed + gzip compressed) and fully tree-shaking.
- **[Lightweight](https://bundlephobia.com/package/@vorms/core@1.0.0-rc.1)**: 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.

## Install

```bash
npm install @vorms/core@beta
npm install @vorms/core@rc
```

## CDN
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": "0.0.1-beta.10",
"version": "1.0.0-rc.1",
"description": "Vue form validate with Composition API",
"source": "src/index.ts",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Install

```bash
npm install @vorms/resolvers@beta
npm install @vorms/resolvers@rc
```

## Quickstart
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": "0.0.1-beta.3",
"version": "1.0.0-rc.1",
"description": "Vorms validation resolvers",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
Expand Down

0 comments on commit 333287c

Please sign in to comment.