We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbb35b commit 43f989fCopy full SHA for 43f989f
CHANGELOG.md
@@ -1,5 +1,16 @@
1
[//]: # (Don't use <tags>)
2
3
+## v1.9.1
4
+
5
+> `2025-01-03`
6
7
+### 🎉 Feature
8
+- Translatable static content & label.
9
+- Changed import tool & lang selector display order.
10
11
+### 🐞 Bug Fixes
12
+- Selected element deps deconstruct fix.
13
14
## v1.9.0
15
16
> `2024-12-12`
index.mjs
package.json
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@vueform/builder",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
0 commit comments