We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d8246 commit 65687d9Copy full SHA for 65687d9
.changeset/config.json
@@ -2,7 +2,16 @@
2
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3
"changelog": "@changesets/cli/changelog",
4
"commit": false,
5
- "fixed": [],
+ "fixed": [
6
+ [
7
+ "vee-validate",
8
+ "@vee-validate/rules",
9
+ "@vee-validate/i18n",
10
11
+ "@vee-validate/zod",
12
+ "@vee-validate/yup"
13
+ ]
14
+ ],
15
"linked": [],
16
"access": "restricted",
17
"baseBranch": "main",
docs/package.json
@@ -1,5 +1,6 @@
1
{
"private": true,
+ "name": "vee-validate-docs",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
0 commit comments