Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chartlets.js/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.2.1 (in development)
## Version 0.2.1 (from 2026/08/11)

* Updated dependencies
- `@vitejs/plugin-react-swc: ^4.3.1`
Expand Down
2 changes: 1 addition & 1 deletion chartlets.js/packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartlets-demo",
"version": "0.2.1-dev.0",
"version": "0.2.1",
"description": "Demonstrator for the Chartlets framework.",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion chartlets.js/packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartlets",
"version": "0.2.1-dev.0",
"version": "0.2.1",
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion chartlets.py/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.2.1 (in development)
## Version 0.2.1 (from 2026/08/11)

* Added `hidden` property to the base `Component` class, so components can
be shown or hidden through callback outputs such as
Expand Down
2 changes: 1 addition & 1 deletion chartlets.py/chartlets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Permissions are hereby granted under the terms of the MIT License:
# https://opensource.org/licenses/MIT.

version = "0.2.1.dev0"
version = "0.2.1"
Loading