Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jul 29, 2021
1 parent edd7f9b commit a50b724
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.3](https://github.com/logaretm/vee-validate/compare/v4.4.7...v4.5.0-alpha.3) (2021-07-21)


### Bug Fixes

* correctly stage the priority of the initial values ([ab0eaf5](https://github.com/logaretm/vee-validate/commit/ab0eaf540c5c1d2726b07419f0701feff8877350))
* prevent initial values from overwritting existing values ([314c8f4](https://github.com/logaretm/vee-validate/commit/314c8f4a3e0d456447336453711ec823696bbb4f))


### Features

* **perf:** re-write field tracking and batch schema validation closes [#3399](https://github.com/logaretm/vee-validate/issues/3399) ([1c41cec](https://github.com/logaretm/vee-validate/commit/1c41cecbc88f3a154d37a5518620a060062a614a))
* expose setters in composition API ([a4e6c47](https://github.com/logaretm/vee-validate/commit/a4e6c47bc19241e30f559fcc0fd228647afe72d2))





# [4.5.0-alpha.2](https://github.com/logaretm/vee-validate/compare/v4.5.0-alpha.1...v4.5.0-alpha.2) (2021-07-08)

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "4.5.0-alpha.2",
"version": "4.5.0-alpha.3",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.3](https://github.com/logaretm/vee-validate/compare/v4.4.7...v4.5.0-alpha.3) (2021-07-21)

**Note:** Version bump only for package @vee-validate/i18n





# [4.5.0-alpha.2](https://github.com/logaretm/vee-validate/compare/v4.5.0-alpha.1...v4.5.0-alpha.2) (2021-07-08)

**Note:** Version bump only for package @vee-validate/i18n
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.5.0-alpha.2",
"version": "4.5.0-alpha.3",
"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
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.3](https://github.com/logaretm/vee-validate/compare/v4.4.7...v4.5.0-alpha.3) (2021-07-21)

**Note:** Version bump only for package @vee-validate/rules





# [4.5.0-alpha.2](https://github.com/logaretm/vee-validate/compare/v4.5.0-alpha.1...v4.5.0-alpha.2) (2021-07-08)

**Note:** Version bump only for package @vee-validate/rules
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/rules",
"version": "4.5.0-alpha.2",
"version": "4.5.0-alpha.3",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/vee-validate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.3](https://github.com/logaretm/vee-validate/compare/v4.4.7...v4.5.0-alpha.3) (2021-07-21)


### Bug Fixes

* correctly stage the priority of the initial values ([ab0eaf5](https://github.com/logaretm/vee-validate/commit/ab0eaf540c5c1d2726b07419f0701feff8877350))
* prevent initial values from overwritting existing values ([314c8f4](https://github.com/logaretm/vee-validate/commit/314c8f4a3e0d456447336453711ec823696bbb4f))


### Features

* **perf:** re-write field tracking and batch schema validation closes [#3399](https://github.com/logaretm/vee-validate/issues/3399) ([1c41cec](https://github.com/logaretm/vee-validate/commit/1c41cecbc88f3a154d37a5518620a060062a614a))
* expose setters in composition API ([a4e6c47](https://github.com/logaretm/vee-validate/commit/a4e6c47bc19241e30f559fcc0fd228647afe72d2))





# [4.5.0-alpha.2](https://github.com/logaretm/vee-validate/compare/v4.5.0-alpha.1...v4.5.0-alpha.2) (2021-07-08)

### Bug Fixes
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.5.0-alpha.2",
"version": "4.5.0-alpha.3",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.3](https://github.com/logaretm/vee-validate/compare/v4.4.7...v4.5.0-alpha.3) (2021-07-21)

**Note:** Version bump only for package @vee-validate/zod





# [4.5.0-alpha.2](https://github.com/logaretm/vee-validate/compare/v4.5.0-alpha.1...v4.5.0-alpha.2) (2021-07-08)

**Note:** Version bump only for package @vee-validate/zod
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/zod",
"version": "4.5.0-alpha.2",
"version": "4.5.0-alpha.3",
"description": "vee-validate integration with zod schema validation",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a50b724

Please sign in to comment.