Skip to content

Commit 4d30423

Browse files
author
semantic-release
committed
0.1.37
Automatically generated by python-semantic-release
1 parent 0ee2f2b commit 4d30423

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

33

44

5+
## v0.1.37 (2025-03-01)
6+
7+
### Fix
8+
9+
* fix(widgets): Add Weighted Assessment Survey widget
10+
11+
- Imported WeightedAssessmentSurvey widget in Marimo app example
12+
- Added corresponding SCSS import for WeightedAssessmentSurvey component
13+
- Demonstrated basic widget usage with submit event handler ([`0ee2f2b`](https://github.com/numerous-com/numerous-widgets/commit/0ee2f2b926a7e99eb8573d1dcb65e7a97ff44988))
14+
15+
516
## v0.1.36 (2025-02-25)
617

718
### 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.36"
3+
version = "0.1.37"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)