Skip to content

Commit

Permalink
4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-han committed Jun 21, 2021
1 parent 0ece948 commit 4be6b8b
Show file tree
Hide file tree
Showing 6 changed files with 25 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.4",
"version": "4.3.5",
"description": "TOAST UI Application: Chart",
"main": "dist/toastui-chart.js",
"types": "types/index.d.ts",
Expand Down
18 changes: 9 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.4",
"version": "4.3.5",
"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.2"
"@toast-ui/chart": "^4.3.5"
}
}
18 changes: 9 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.4",
"version": "4.3.5",
"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.2"
"@toast-ui/chart": "^4.3.5"
},
"peerDependencies": {
"vue": "^2.6.0"
Expand Down

0 comments on commit 4be6b8b

Please sign in to comment.