We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee2f2b commit 4d30423Copy full SHA for 4d30423
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
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
16
## v0.1.36 (2025-02-25)
17
18
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "numerous-widgets"
-version = "0.1.36"
+version = "0.1.37"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
0 commit comments