Skip to content

Commit 43f989f

Browse files
committed
1.9.1
1 parent 7bbb35b commit 43f989f

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
[//]: # (Don't use <tags>)
22

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+
314
## v1.9.0
415

516
> `2024-12-12`

index.mjs

+3-3
Large diffs are not rendered by default.

package.json

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

0 commit comments

Comments
 (0)