Skip to content

Commit 4873af5

Browse files
authored
prepare for v0.1.6 release (#123)
1 parent 21b3c43 commit 4873af5

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

chartlets.js/CHANGES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## Version 0.1.6 (in development)
1+
## Version 0.1.6 (from 2025/06/18)
22

33
* Implemented dynamic resizing for Vega Charts when the side panel's
4-
width changes.
4+
width changes. (#121)
55
See https://github.com/xcube-dev/xcube/issues/1134
66

7-
* Styles are now correctly applied to `RadioGroup` component.
7+
* Styles are now correctly applied to `RadioGroup` component. (#122)
8+
See https://github.com/xcube-dev/xcube/pull/1144
89

910
## Version 0.1.5 (from 2025/03/21)
1011

chartlets.js/packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartlets-demo",
3-
"version": "0.1.6-dev.0",
3+
"version": "0.1.6",
44
"description": "Demonstrator for the Chartlets framework.",
55
"type": "module",
66
"files": [

chartlets.js/packages/lib/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.1.6-dev.0",
3+
"version": "0.1.6",
44
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
55
"type": "module",
66
"files": [

chartlets.py/CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Version 0.1.5
1+
## Version 0.1.6 (from 2025/06/18)
2+
3+
* **Chore:**: Version bump in `chartlets.py` to align with `chartlets.js` release.
4+
5+
## Version 0.1.5 (from 2025/03/21)
26

37
* Add `multiple` property for `Select` component to enable the
48
of multiple elements.

chartlets.py/chartlets/version.py

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

0 commit comments

Comments
 (0)