Skip to content

Commit

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

## v1.8.1

> `2024-11-16`
### 🐞 Bug Fixes
- Adding empty nested list fix #88

## v1.8.0

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueform/builder-nuxt",
"version": "1.8.0",
"version": "1.9.0",
"description": "Nuxt module for Vueform Builder",
"repository": "vueform/builder-nuxt",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@nuxt/kit": "^3.8.0",
"@vueform/vueform": "^1.11.0",
"@vueform/builder": "^1.8.0"
"@vueform/builder": "^1.8.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
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.8.0",
"version": "1.8.1",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 9ce6bf9

Please sign in to comment.