Skip to content

Commit a8de44d

Browse files
committed
1.6.1
1 parent f2df1b2 commit a8de44d

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[//]: # (Don't use <tags>)
22

3+
## v1.6.1
4+
5+
> `2024-08-07`
6+
7+
### 🐞 Bug Fixes
8+
- Include `@vueform/country-phones` in Vite plugin
9+
- Import locale modules in index.
10+
311
## v1.6.0
412

513
> `2024-08-05`

index.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/builder-nuxt",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Nuxt module for Vueform Builder",
55
"repository": "vueform/builder-nuxt",
66
"license": "MIT",

nuxt/src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineNuxtModule<ModuleOptions>({
4242
'axios',
4343
'json5',
4444
'prismjs',
45+
'@vueform/country-phones',
4546
]
4647
}
4748

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@vueform/builder",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

vite.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function vitePluginVueform() {
66
include: [
77
'json5',
88
'prismjs',
9+
'@vueform/country-phones',
910
]
1011
}
1112
})

0 commit comments

Comments
 (0)