Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed May 9, 2024
1 parent f8bab9c commit 352aada
Show file tree
Hide file tree
Showing 21 changed files with 9,389 additions and 7,454 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-onions-smoke.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.12.8

### Patch Changes

- f8bab9c: "fix: field-level validation not working with typed scheams closes #4744"

## 4.12.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@stackblitz/sdk": "^1.9.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@vee-validate/valibot": "^4.12.7",
"@vee-validate/yup": "^4.12.7",
"@vee-validate/zod": "^4.12.7",
"@vee-validate/valibot": "^4.12.8",
"@vee-validate/yup": "^4.12.8",
"@vee-validate/zod": "^4.12.8",
"@vue/repl": "^3.0.0",
"@vueuse/core": "^10.7.0",
"astro": "^3.6.4",
Expand All @@ -32,7 +32,7 @@
"tailwindcss": "^3.3.6",
"unist-util-visit": "^5.0.0",
"valibot": "^0.28.1",
"vee-validate": "^4.12.7",
"vee-validate": "^4.12.8",
"vue": "^3.4.26",
"yup": "^1.3.2",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@9.1.0",
"homepage": "https://vee-validate.logaretm.com",
"repository": "https://github.com/logaretm/vee-validate",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 4.12.8

## 4.12.7

## 4.12.6
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/i18n",
"version": "4.12.7",
"version": "4.12.8",
"description": "Localization module for VeeValidate",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"homepage": "https://vee-validate.logaretm.com/v4/guide/i18n",
Expand Down
7 changes: 7 additions & 0 deletions packages/joi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/joi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/joi",
"version": "4.12.7",
"version": "4.12.8",
"description": "vee-validate integration with joi schema validation",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"joi": "17.11.0",
"type-fest": "^4.8.3",
"vee-validate": "4.12.7"
"vee-validate": "4.12.8"
}
}
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vee-validate/nuxt

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/nuxt",
"version": "4.12.7",
"version": "4.12.8",
"description": "Official vee-validate nuxt module",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@nuxt/kit": "^3.8.2",
"local-pkg": "^0.5.0",
"vee-validate": "4.12.7"
"vee-validate": "4.12.8"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/rules",
"version": "4.12.7",
"version": "4.12.8",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
"dist/*.d.ts"
],
"dependencies": {
"vee-validate": "4.12.7"
"vee-validate": "4.12.8"
}
}
7 changes: 7 additions & 0 deletions packages/valibot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vee-validate/valibot

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/valibot",
"version": "4.12.7",
"version": "4.12.8",
"description": "vee-validate integration with valibot schema validation",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"type-fest": "^4.8.3",
"valibot": "^0.30.0",
"vee-validate": "4.12.7"
"vee-validate": "4.12.8"
}
}
6 changes: 6 additions & 0 deletions packages/vee-validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.12.8

### Patch Changes

- f8bab9c: "fix: field-level validation not working with typed scheams closes #4744"

## 4.12.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vee-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vee-validate",
"version": "4.12.7",
"version": "4.12.8",
"description": "Painless forms for Vue.js",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/yup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/yup",
"version": "4.12.7",
"version": "4.12.8",
"description": "vee-validate integration with yup schema validation",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.8.3",
"vee-validate": "4.12.7",
"vee-validate": "4.12.8",
"yup": "^1.3.2"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.12.8

### Patch Changes

- Updated dependencies [f8bab9c]
- vee-validate@4.12.8

## 4.12.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/zod",
"version": "4.12.7",
"version": "4.12.8",
"description": "vee-validate integration with zod schema validation",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.8.3",
"vee-validate": "4.12.7",
"vee-validate": "4.12.8",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 352aada

Please sign in to comment.