Skip to content

Commit 0715dd3

Browse files
author
semantic-release
committed
0.1.13
Automatically generated by python-semantic-release
1 parent 8902e21 commit 0715dd3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

33

44

5+
## v0.1.13 (2025-01-16)
6+
7+
### Fix
8+
9+
* fix(tree): Correct variable reference in TreeBrowser serialization
10+
11+
- Updated the variable reference from 'id' to '_id' in the TreeBrowser class to ensure accurate serialization of tree items.
12+
- This change improves the integrity of the serialized data structure used in the widget. ([`8902e21`](https://github.com/numerous-com/numerous-widgets/commit/8902e21963ca8661235e0c31801e50464d435021))
13+
14+
515
## v0.1.12 (2025-01-16)
616

717
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numerous-widgets"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)