Skip to content

Commit 7d46d8d

Browse files
author
semantic-release
committed
1.4.2
Automatically generated by python-semantic-release
1 parent 1e714ce commit 7d46d8d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.4.2 (2026-02-23)
6+
7+
### Bug Fixes
8+
9+
- **js**: Properly handle direct dataclass as field
10+
([`1e714ce`](https://github.com/Kitware/trame-dataclass/commit/1e714ce827b5843ef52343eb4da83af262c3ba4f))
11+
12+
513
## v1.4.1 (2026-02-18)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-dataclass"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Dataclass for trame UI binding"
55
authors = [{ name = "Kitware Inc." }]
66
dependencies = [

src/trame_dataclass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.1"
1+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)