Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee1108 committed Sep 28, 2021
1 parent 81e9691 commit 2b3e343
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
4 changes: 2 additions & 2 deletions 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/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/chart",
"version": "4.3.6",
"version": "4.4.0",
"description": "TOAST UI Application: Chart",
"main": "dist/toastui-chart.js",
"types": "types/index.d.ts",
Expand Down
19 changes: 10 additions & 9 deletions apps/react-chart/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/react-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/react-chart",
"version": "4.3.6",
"version": "4.4.0",
"description": "TOAST UI Chart for React",
"main": "dist/toastui-react-chart.js",
"files": [
Expand Down Expand Up @@ -30,6 +30,6 @@
"react-dom": "^17.0.0"
},
"dependencies": {
"@toast-ui/chart": "^4.3.5"
"@toast-ui/chart": "^4.4.0"
}
}
19 changes: 10 additions & 9 deletions apps/vue-chart/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/vue-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/vue-chart",
"version": "4.3.6",
"version": "4.4.0",
"description": "TOAST UI Chart for Vue",
"main": "dist/toastui-vue-chart.js",
"files": [
Expand All @@ -25,7 +25,7 @@
"vue-eslint-parser": "^7.6.0"
},
"dependencies": {
"@toast-ui/chart": "^4.3.5"
"@toast-ui/chart": "^4.4.0"
},
"peerDependencies": {
"vue": "^2.6.0"
Expand Down

0 comments on commit 2b3e343

Please sign in to comment.