Skip to content

Commit

Permalink
Merge pull request #1223 from nhn/release/2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohyung Ahn committed Jul 22, 2022
2 parents 95b6e12 + 6a88578 commit 8d87805
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
- name: Back to main branch
run: |
git switch main
- name: Restore Node.js version to 16
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toast-ui/calendar",
"author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
"version": "2.0.4",
"version": "2.0.5",
"main": "./dist/toastui-calendar.js",
"types": "./types/index.d.ts",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 8d87805

Please sign in to comment.