Skip to content

Commit 7cce958

Browse files
committed
prepare release 0.2.0
1 parent 4d030ab commit 7cce958

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

chartlets.js/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.1.8 (in development)
1+
## Version 0.2.0 (from 2026/03/10)
22

33
* Updated dependencies
44
- `glob: ^13.0.1`

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

chartlets.py/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.1.8 (in development)
1+
## Version 0.2.0 (from 2026/03/10)
22

33
* Added `size` and removed `variant` property from `IconButton`
44
component to align with component in chartlets.js. (#124)

chartlets.py/chartlets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
version = "0.1.8.dev0"
5+
version = "0.2.0"

0 commit comments

Comments
 (0)