Skip to content

Commit 57466ad

Browse files
committed
Update CHANGES.md and bump up the version
1 parent c9ab9fe commit 57466ad

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

chartlets.js/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.0.29 (from 2024/11/26)
2+
3+
* Resolved warnings that appeared when using Vega charts.
4+
15
## Version 0.0.28 (from 2024/11/26)
26

37
* Updated docs.

chartlets.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartlets",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
55
"type": "module",
66
"files": [

chartlets.py/CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Version 0.0.x (in development)
1+
## Version 0.0.29 (from 2024/11/26)
22

3-
* Fixed a bug that prevent using annotations of type `dict` or `dict[str, T]`.
3+
* Fixed a bug that prevents using annotations of type `dict` or `dict[str, T]`.
44
in callback functions.
5+
* Introduced a callback function in `my_panel.py` to handle click events.
6+
Demonstrates how to dynamically change the color of a clicked bar.
57

68

79
## Version 0.0.28 (from 2024/11/26)

chartlets.py/chartlets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.28"
1+
version = "0.0.29"

0 commit comments

Comments
 (0)