Skip to content

Commit 7f34d9e

Browse files
authored
Prepare for 0.1.5 release (#120)
1 parent 301d6bc commit 7f34d9e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

chartlets.js/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.1.5 (in development)
1+
## Version 0.1.5
22

33
* Add `multiple` property for `Select` component to enable the selection
44
of multiple elements. The `default` mode is supported at the moment.

chartlets.js/packages/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartlets-demo",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "Demonstrator for the Chartlets framework.",
55
"type": "module",
66
"files": [

chartlets.js/packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartlets",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
55
"type": "module",
66
"files": [

chartlets.py/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.1.5 (in development)
1+
## Version 0.1.5
22

33
* Add `multiple` property for `Select` component to enable the
44
of multiple elements.

chartlets.py/chartlets/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.4"
1+
version = "0.1.5"

0 commit comments

Comments
 (0)