Skip to content

Commit 6281de1

Browse files
author
semantic-release
committed
0.1.19
Automatically generated by python-semantic-release
1 parent 7ebe264 commit 6281de1

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

33

44

5+
## v0.1.19 (2025-01-19)
6+
7+
### Fix
8+
9+
* fix(release): Update artifact paths in release workflow
10+
11+
- Changed the artifact paths in the GitHub Actions release workflow to reflect the new directory structure for the widgets, ensuring that all relevant static files are correctly uploaded and downloaded.
12+
- This adjustment enhances the reliability of the release process by maintaining consistency in file locations.
13+
14+
These changes contribute to a more efficient and organized release workflow for the numerous widgets. ([`7ebe264`](https://github.com/numerous-com/numerous-widgets/commit/7ebe26482212deb9aa2e56e1f9ffb8d56ab58915))
15+
16+
* fix(release): Update artifact path in release workflow
17+
18+
- Changed the artifact path in the GitHub Actions release workflow to include all static files from the widgets directory, improving the artifact upload process.
19+
- This adjustment ensures that all relevant files are included in the release, enhancing the deployment efficiency.
20+
21+
These changes contribute to a more streamlined release process for the widget components. ([`83bf4e2`](https://github.com/numerous-com/numerous-widgets/commit/83bf4e2142d52c13ce12b569f4054cce499aca9f))
22+
23+
* fix(release): Update release workflow and enhance widget components
24+
25+
- Modified the GitHub Actions workflow to download multiple artifacts, improving the release process.
26+
- Removed unnecessary console logs from the HTMLTemplateWidget for cleaner code.
27+
- Refactored the MarkdownDrawerWidget to improve accessibility and user experience.
28+
- Updated the TreeBrowserWidget to support drag-and-drop functionality and inline label editing, enhancing interactivity.
29+
- Improved CSS styles across components for better visual consistency.
30+
31+
These changes collectively enhance the functionality and usability of the numerous widgets. ([`6841579`](https://github.com/numerous-com/numerous-widgets/commit/6841579764b4b65153491619455e835fb3f9f2e2))
32+
33+
534
## v0.1.18 (2025-01-18)
635

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

0 commit comments

Comments
 (0)