Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Aug 7, 2024
1 parent f2df1b2 commit a8de44d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[//]: # (Don't use <tags>)

## v1.6.1

> `2024-08-07`
### 🐞 Bug Fixes
- Include `@vueform/country-phones` in Vite plugin
- Import locale modules in index.

## v1.6.0

> `2024-08-05`
Expand Down
4 changes: 2 additions & 2 deletions index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueform/builder-nuxt",
"version": "1.6.0",
"version": "1.7.0",
"description": "Nuxt module for Vueform Builder",
"repository": "vueform/builder-nuxt",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default defineNuxtModule<ModuleOptions>({
'axios',
'json5',
'prismjs',
'@vueform/country-phones',
]
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@vueform/builder",
"version": "1.6.0",
"version": "1.6.1",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
1 change: 1 addition & 0 deletions vite.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = function vitePluginVueform() {
include: [
'json5',
'prismjs',
'@vueform/country-phones',
]
}
})
Expand Down

0 comments on commit a8de44d

Please sign in to comment.