Skip to content

Commit

Permalink
chore: update version of wrappers to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lja1018 committed Aug 3, 2022
1 parent b50f196 commit b1ee6a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/react-calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/react-calendar",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "TOAST UI Calendar for React",
"author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
Expand Down Expand Up @@ -57,7 +57,7 @@
"build:types": "rimraf types/ && tsc -p ./tsconfig.declaration.json"
},
"dependencies": {
"@toast-ui/calendar": "^2.1.0"
"@toast-ui/calendar": "^2.1.1"
},
"devDependencies": {
"@types/react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/vue-calendar/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@toast-ui/vue-calendar",
"description": "TOAST UI Calendar for Vue",
"author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
"version": "2.1.0",
"version": "2.1.1",
"main": "./dist/toastui-vue-calendar.js",
"types": "./index.d.ts",
"module": "./dist/toastui-vue-calendar.mjs",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"dependencies": {
"@toast-ui/calendar": "^2.1.0"
"@toast-ui/calendar": "^2.1.1"
},
"devDependencies": {
"@vue/cli": "^5.0.6",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

0 comments on commit b1ee6a7

Please sign in to comment.