Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 43f989f

Browse files
committedJan 3, 2025
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

Lines changed: 11 additions & 0 deletions
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

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

‎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.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)
Please sign in to comment.