Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 23, 2025
1 parent 6973fc0 commit f6b04ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@



## v0.1.23 (2025-01-23)

### Fix

* fix(tabs): Added function to generate tabs_hidden variables ([`6973fc0`](https://github.com/numerous-com/numerous-widgets/commit/6973fc0109daf8c08af002733f05bdcce4407ab0))

* fix(state): Add widgets property to StateModel for enhanced widget access

- Introduced a new property `widgets` in the StateModel class to retrieve the widgets associated with the model.
- This property returns a dictionary of widgets, improving the accessibility of widget information within the model. ([`c7ee38d`](https://github.com/numerous-com/numerous-widgets/commit/c7ee38db90f010474d1715fa01a61054fc6403a2))


## v0.1.22 (2025-01-22)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numerous-widgets"
version = "0.1.22"
version = "0.1.23"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f6b04ff

Please sign in to comment.