Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Sep 20, 2021
1 parent 3363469 commit 5bb2f86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "timeline-chart-example",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT",
"license": "MIT",
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --watch --mode=development",
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"timeline-chart": "^0.1.0"
"timeline-chart": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "0.1.0",
"version": "0.2.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion timeline-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-chart",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 5bb2f86

Please sign in to comment.