Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Sep 23, 2023
1 parent 9cb585e commit a0d34ce
Show file tree
Hide file tree
Showing 20 changed files with 75 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-zebras-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-dolls-attack.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.11.7

### Patch Changes

- a1414f6a: fix: export ModelessBinds type closes #4478

## 4.11.6

### 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 @@ -16,9 +16,9 @@
"@stackblitz/sdk": "^1.9.0",
"@types/fs-extra": "^11.0.2",
"@types/lodash-es": "^4.17.9",
"@vee-validate/valibot": "^4.11.6",
"@vee-validate/yup": "^4.11.6",
"@vee-validate/zod": "^4.11.6",
"@vee-validate/valibot": "^4.11.7",
"@vee-validate/yup": "^4.11.7",
"@vee-validate/zod": "^4.11.7",
"@vue/repl": "^2.5.8",
"@vueuse/core": "^10.4.1",
"astro": "^3.1.2",
Expand All @@ -31,7 +31,7 @@
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0",
"valibot": "^0.17.0",
"vee-validate": "^4.11.6",
"vee-validate": "^4.11.7",
"vue": "^3.3.0",
"yup": "^1.2.0",
"zod": "^3.22.2"
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.11.7

## 4.11.6

## 4.11.5
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.11.6",
"version": "4.11.7",
"description": "Localization module for VeeValidate",
"author": "Abdelrahman Awad <[email protected]>",
"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 +1,8 @@
# Change Log

## 4.11.7

### Patch Changes

- Updated dependencies [a1414f6a]
- [email protected]
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.11.6",
"version": "4.11.7",
"description": "vee-validate integration with joi schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"joi": "17.10.2",
"type-fest": "^4.2.0",
"vee-validate": "4.11.6"
"vee-validate": "4.11.7"
}
}
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.11.7

### Patch Changes

- Updated dependencies [a1414f6a]
- [email protected]

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "Official vee-validate nuxt module",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@nuxt/kit": "^3.7.3",
"local-pkg": "^0.4.3",
"vee-validate": "4.11.6"
"vee-validate": "4.11.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.11.7

### Patch Changes

- c6a1edc4: "fix: removed default export in rules pkg closes #4470"
- Updated dependencies [a1414f6a]
- [email protected]

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
"dist/*.d.ts"
],
"dependencies": {
"vee-validate": "4.11.6"
"vee-validate": "4.11.7"
}
}
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.11.7

### Patch Changes

- Updated dependencies [a1414f6a]
- [email protected]

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "vee-validate integration with valibot schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"type-fest": "^4.3.1",
"valibot": "^0.17.0",
"vee-validate": "4.11.6"
"vee-validate": "4.11.7"
}
}
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.11.7

### Patch Changes

- a1414f6a: fix: export ModelessBinds type closes #4478

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <[email protected]>",
"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.11.7

### Patch Changes

- Updated dependencies [a1414f6a]
- [email protected]

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "vee-validate integration with yup schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.3.1",
"vee-validate": "4.11.6",
"vee-validate": "4.11.7",
"yup": "^1.2.0"
},
"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.11.7

### Patch Changes

- Updated dependencies [a1414f6a]
- [email protected]

## 4.11.6

### 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.11.6",
"version": "4.11.7",
"description": "vee-validate integration with zod schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.3.1",
"vee-validate": "4.11.6",
"vee-validate": "4.11.7",
"zod": "^3.22.2"
}
}

0 comments on commit a0d34ce

Please sign in to comment.