Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Apr 15, 2023
1 parent 9048a23 commit 6c15362
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/purple-mayflies-share.md

This file was deleted.

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

## 4.8.5

### Patch Changes

- 9048a238: fixed zod union issues not showing up as errors closes #4204

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8.3",
"version": "4.8.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/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.8.5

### Patch Changes

- 9048a238: fixed zod union issues not showing up as errors closes #4204
- Updated dependencies [9048a238]
- vee-validate@4.8.5

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8.4",
"version": "4.8.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.8.4"
"vee-validate": "^4.8.5"
}
}
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.8.5

### Patch Changes

- 9048a238: fixed zod union issues not showing up as errors closes #4204

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8.4",
"version": "4.8.5",
"description": "Form Validation 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.8.5

### Patch Changes

- 9048a238: fixed zod union issues not showing up as errors closes #4204
- Updated dependencies [9048a238]
- vee-validate@4.8.5

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8.4",
"version": "4.8.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": "^3.6.1",
"vee-validate": "^4.8.4",
"vee-validate": "^4.8.5",
"yup": "^1.0.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.8.5

### Patch Changes

- 9048a238: fixed zod union issues not showing up as errors closes #4204
- Updated dependencies [9048a238]
- vee-validate@4.8.5

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8.4",
"version": "4.8.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": "^3.6.1",
"vee-validate": "^4.8.4",
"vee-validate": "^4.8.5",
"zod": "^3.21.4"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pnpm build
pnpm changeset version
pnpm install
git add .
git commit -m "chore(release): publish"
pnpm install
pnpm changeset publish
git push --follow-tags

0 comments on commit 6c15362

Please sign in to comment.