Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 26, 2024
1 parent e9f8c88 commit c02c549
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-moose-bathe.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wise-suits-divide.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.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt

## 4.14.4

### Patch Changes
Expand Down
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Patch Changes

- Updated dependencies [e9f8c88]
- [email protected]
- @vee-validate/valibot@4.14.5
- @vee-validate/yup@4.14.5
- @vee-validate/zod@4.14.5

## null

### Patch Changes

- Updated dependencies [f33974c]
- Updated dependencies [0991c01]
- Updated dependencies [ecb540a]
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.14.5

## 4.14.4

### Patch Changes
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.14.4",
"version": "4.14.5",
"description": "Localization module for VeeValidate",
"author": "Abdelrahman Awad <[email protected]>",
"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.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt
- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/joi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/joi",
"version": "4.14.4",
"version": "4.14.5",
"description": "vee-validate integration with joi schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vee-validate/nuxt

## 4.14.5

### Patch Changes

- 141ad3e: chore: upgrade nuxt module dependencies and switch default to module type
- e9f8c88: fix: force loading the mjs module when using nuxt
- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/nuxt",
"version": "4.14.4",
"version": "4.14.5",
"description": "Official vee-validate nuxt module",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
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.14.5

### Patch Changes

- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
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.14.4",
"version": "4.14.5",
"description": "Form Validation for Vue.js",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/valibot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vee-validate/valibot

## 4.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt
- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/valibot",
"version": "4.14.4",
"version": "4.14.5",
"description": "vee-validate integration with valibot schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down
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.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt

## 4.14.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.14.4",
"version": "4.14.5",
"description": "Painless forms for Vue.js",
"author": "Abdelrahman Awad <[email protected]>",
"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.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt
- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vee-validate/yup",
"version": "4.14.4",
"version": "4.14.5",
"description": "vee-validate integration with yup schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
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.14.5

### Patch Changes

- e9f8c88: fix: force loading the mjs module when using nuxt
- Updated dependencies [e9f8c88]
- [email protected]

## 4.14.4

### Patch Changes
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.14.4",
"version": "4.14.5",
"description": "vee-validate integration with zod schema validation",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c02c549

Please sign in to comment.