Skip to content

Commit c02c549

Browse files
committed
chore(release): publish
1 parent e9f8c88 commit c02c549

File tree

20 files changed

+80
-23
lines changed

20 files changed

+80
-23
lines changed

.changeset/bright-moose-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-suits-divide.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.14.5
4+
5+
### Patch Changes
6+
7+
- e9f8c88: fix: force loading the mjs module when using nuxt
8+
39
## 4.14.4
410

511
### Patch Changes

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [e9f8c88]
8+
- vee-validate@4.14.5
9+
- @vee-validate/valibot@4.14.5
10+
- @vee-validate/yup@4.14.5
11+
- @vee-validate/zod@4.14.5
12+
13+
## null
14+
15+
### Patch Changes
16+
717
- Updated dependencies [f33974c]
818
- Updated dependencies [0991c01]
919
- Updated dependencies [ecb540a]

packages/i18n/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 4.14.5
4+
35
## 4.14.4
46

57
### Patch Changes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/i18n",
3-
"version": "4.14.4",
3+
"version": "4.14.5",
44
"description": "Localization module for VeeValidate",
55
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
66
"homepage": "https://vee-validate.logaretm.com/v4/guide/i18n",

packages/joi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.14.5
4+
5+
### Patch Changes
6+
7+
- e9f8c88: fix: force loading the mjs module when using nuxt
8+
- Updated dependencies [e9f8c88]
9+
- vee-validate@4.14.5
10+
311
## 4.14.4
412

513
### Patch Changes

packages/joi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/joi",
3-
"version": "4.14.4",
3+
"version": "4.14.5",
44
"description": "vee-validate integration with joi schema validation",
55
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
66
"license": "MIT",

packages/nuxt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @vee-validate/nuxt
22

3+
## 4.14.5
4+
5+
### Patch Changes
6+
7+
- 141ad3e: chore: upgrade nuxt module dependencies and switch default to module type
8+
- e9f8c88: fix: force loading the mjs module when using nuxt
9+
- Updated dependencies [e9f8c88]
10+
- vee-validate@4.14.5
11+
312
## 4.14.4
413

514
### Patch Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/nuxt",
3-
"version": "4.14.4",
3+
"version": "4.14.5",
44
"description": "Official vee-validate nuxt module",
55
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)