Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-han committed Feb 19, 2021
1 parent 25ec981 commit 54dc2ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/chart/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 apps/react-chart/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 apps/react-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@toast-ui/chart": "^4.1.0"
"@toast-ui/chart": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion apps/vue-chart/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 apps/vue-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"vue": "^2.6.0"
},
"dependencies": {
"@toast-ui/chart": "^4.1.0"
"@toast-ui/chart": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"apps/*"
],
"version": "4.1.0"
"version": "4.1.1"
}

0 comments on commit 54dc2ed

Please sign in to comment.