Skip to content

Commit 0b20f42

Browse files
committed
fixes #82
1 parent 6ce4937 commit 0b20f42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ components:
5050
- name: lod_grid.py
5151
source: /ngwidgets/lod_grid.py
5252
issue: 28
53-
demo_url: http://nicescad.bitplan.com/grid
53+
demo_url: http://ngdemo.bitplan.com/grid
5454
demo_image_url: https://github.com/WolfgangFahl/nicegui_widgets/assets/1336221/55e850ba-bc92-4879-a943-183501280afe
5555
description: >
5656
ListOfDictsGrid offers a configurable interactive ui.ag_grid for list of
@@ -117,4 +117,4 @@ components:
117117
description: >
118118
GPXViewer is a component for visualizing GPX (GPS Exchange Format) files using OpenStreetMap and Leaflet.
119119
It can display GPS tracks, routes and waypoints from URLs, with configurable zoom levels
120-
and map centering.
120+
and map centering.

ngwidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.4"
1+
__version__ = "0.23.0"

ngwidgets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Version:
1717
name = "ngwidgets"
1818
version = ngwidgets.__version__
1919
date = "2023-09-10"
20-
updated = "2025-03-08"
20+
updated = "2025-03-20"
2121
description = "NiceGUI widgets"
2222

2323
authors = "Wolfgang Fahl"

0 commit comments

Comments
 (0)