Skip to content

Commit b1ee6a7

Browse files
committed
chore: update version of wrappers to v2.1.1
1 parent b50f196 commit b1ee6a7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apps/react-calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toast-ui/react-calendar",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"description": "TOAST UI Calendar for React",
66
"author": "NHN Cloud FE Development Lab <[email protected]>",
@@ -57,7 +57,7 @@
5757
"build:types": "rimraf types/ && tsc -p ./tsconfig.declaration.json"
5858
},
5959
"dependencies": {
60-
"@toast-ui/calendar": "^2.1.0"
60+
"@toast-ui/calendar": "^2.1.1"
6161
},
6262
"devDependencies": {
6363
"@types/react": "^17.0.2",

apps/vue-calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@toast-ui/vue-calendar",
33
"description": "TOAST UI Calendar for Vue",
44
"author": "NHN Cloud FE Development Lab <[email protected]>",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"main": "./dist/toastui-vue-calendar.js",
77
"types": "./index.d.ts",
88
"module": "./dist/toastui-vue-calendar.mjs",
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"dependencies": {
58-
"@toast-ui/calendar": "^2.1.0"
58+
"@toast-ui/calendar": "^2.1.1"
5959
},
6060
"devDependencies": {
6161
"@vue/cli": "^5.0.6",

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)