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
8 changes: 7 additions & 1 deletion chartlets.js/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Version 0.1.0 (in development)
## Version 0.1.3 (from 2025/01/28)

* **Chore:** Version bump to align CI process with GitHub release flow.
No functional changes. This release ensures proper triggering of the CI
pipeline for publishing and NPM.

## Version 0.1.0 (from 2025/01/14)

* Reorganised Chartlets project to better separate demo from library code.
Using monorepo layout for `chartlets.js` with workspaces `lib` and `demo`
Expand Down
4 changes: 2 additions & 2 deletions chartlets.js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "0.1.3",
"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.1.2",
"version": "0.1.3",
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
"type": "module",
"files": [
Expand Down
5 changes: 5 additions & 0 deletions chartlets.py/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.1.3 (from 2025/01/28)

* **Chore:** Version bump to align CI process with GitHub release flow.
No functional changes. This release ensures proper triggering of the CI
pipeline for publishing to PyPI.

## Version 0.1.0 (from 2025/01/14)

Expand Down
2 changes: 1 addition & 1 deletion chartlets.py/chartlets/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.0"
version = "0.1.3"
Loading