Skip to content

Commit 333287c

Browse files
committed
chore: release v1.0.0-rc.1
1 parent 9871b77 commit 333287c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Vue Form Validate with Composition API
66
</p>
77

88
<p align="center">
9-
<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>
9+
<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>
1010
<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>
1111
<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>
1212
<br>
@@ -16,14 +16,14 @@ Vue Form Validate with Composition API
1616
## Feature
1717

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

2323
## Install
2424

2525
```bash
26-
npm install @vorms/core@beta
26+
npm install @vorms/core@rc
2727
```
2828

2929
## CDN

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": "0.0.1-beta.10",
3+
"version": "1.0.0-rc.1",
44
"description": "Vue form validate with Composition API",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",

packages/resolvers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Install
22

33
```bash
4-
npm install @vorms/resolvers@beta
4+
npm install @vorms/resolvers@rc
55
```
66

77
## Quickstart

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

0 commit comments

Comments
 (0)