Skip to content

Commit d3174d2

Browse files
authored
Merge pull request #100 from bcdev/yogesh-release-0.1.3
Preparing `v0.1.3` release
2 parents a43be77 + ba92c7b commit d3174d2

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

chartlets.js/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Version 0.1.0 (in development)
1+
## Version 0.1.3 (from 2025/01/28)
2+
3+
* **Chore:** Version bump to align CI process with GitHub release flow.
4+
No functional changes. This release ensures proper triggering of the CI
5+
pipeline for publishing and NPM.
6+
7+
## Version 0.1.0 (from 2025/01/14)
28

39
* Reorganised Chartlets project to better separate demo from library code.
410
Using monorepo layout for `chartlets.js` with workspaces `lib` and `demo`

chartlets.js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "0.1.3",
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.2",
3+
"version": "0.1.3",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.1.3 (from 2025/01/28)
2+
3+
* **Chore:** Version bump to align CI process with GitHub release flow.
4+
No functional changes. This release ensures proper triggering of the CI
5+
pipeline for publishing to PyPI.
16

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

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.0"
1+
version = "0.1.3"

0 commit comments

Comments
 (0)