Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 29, 2024
1 parent d779980 commit 3112b08
Show file tree
Hide file tree
Showing 22 changed files with 93 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-seas-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-bags-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-falcons-pull.md

This file was deleted.

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

## 4.12.5

### Patch Changes

- d779980: fix: make sure removePathState removes the correct path state
- 9eda544: "fix: remove event arg from define field handlers for component compat closes #4637"

## 4.12.4

### 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.4",
"@vee-validate/yup": "^4.12.4",
"@vee-validate/zod": "^4.12.4",
"@vee-validate/valibot": "^4.12.5",
"@vee-validate/yup": "^4.12.5",
"@vee-validate/zod": "^4.12.5",
"@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.24.1",
"vee-validate": "^4.12.4",
"vee-validate": "^4.12.5",
"vue": "^3.3.11",
"yup": "^1.3.2",
"zod": "^3.22.4"
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.5

## 4.12.4

## 4.12.3
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.4",
"version": "4.12.5",
"description": "Localization module for VeeValidate",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"homepage": "https://vee-validate.logaretm.com/v4/guide/i18n",
Expand Down
8 changes: 8 additions & 0 deletions packages/joi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.12.5

### Patch Changes

- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.4"
"vee-validate": "4.12.5"
}
}
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vee-validate/nuxt

## 4.12.5

### Patch Changes

- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.4"
"vee-validate": "4.12.5"
},
"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.12.5

### Patch Changes

- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.4"
"vee-validate": "4.12.5"
}
}
9 changes: 9 additions & 0 deletions packages/valibot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vee-validate/valibot

## 4.12.5

### Patch Changes

- 998ca37: "chore: use non-deprecated output property"
- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.24.1",
"vee-validate": "4.12.4"
"vee-validate": "4.12.5"
}
}
7 changes: 7 additions & 0 deletions packages/vee-validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.12.5

### Patch Changes

- d779980: fix: make sure removePathState removes the correct path state
- 9eda544: "fix: remove event arg from define field handlers for component compat closes #4637"

## 4.12.4

### 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.4",
"version": "4.12.5",
"description": "Painless forms for Vue.js",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/yup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.12.5

### Patch Changes

- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.4",
"vee-validate": "4.12.5",
"yup": "^1.3.2"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.12.5

### Patch Changes

- Updated dependencies [d779980]
- Updated dependencies [9eda544]
- vee-validate@4.12.5

## 4.12.4

### 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.4",
"version": "4.12.5",
"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.4",
"vee-validate": "4.12.5",
"zod": "^3.22.4"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3112b08

Please sign in to comment.