Skip to content

Commit c745ab4

Browse files
committed
1.11.2
1 parent 275314f commit c745ab4

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

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

3+
## v1.11.2
4+
5+
> `2025-07-28`
6+
7+
### 🎉 Feature
8+
- Be able to add custom tab/step props
9+
10+
### 🐞 Bug Fixes
11+
- Unwatch type watcher on config panel open
12+
313
## v1.11.1
414

515
> `2025-07-28`

index.mjs

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

nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/builder-nuxt",
3-
"version": "1.19.0",
3+
"version": "1.21.0",
44
"description": "Nuxt module for Vueform Builder",
55
"repository": "vueform/builder-nuxt",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@nuxt/kit": "^3.8.0",
3838
"@vueform/vueform": "^1.13.0",
39-
"@vueform/builder": "^1.11.0"
39+
"@vueform/builder": "^1.11.2"
4040
},
4141
"devDependencies": {
4242
"@nuxt/devtools": "latest",

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.11.1",
4+
"version": "1.11.2",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)