Skip to content

Commit

Permalink
1.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Sep 22, 2020
1 parent 5a524e2 commit 917dd8c
Show file tree
Hide file tree
Showing 11 changed files with 162 additions and 293 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist/tui-calendar.js",
"dist/tui-calendar.css"
],
"version": "1.12.13",
"version": "1.12.14",
"description": "TOAST UI Calendar",
"ignore": [
"**/.*",
Expand Down
17 changes: 2 additions & 15 deletions dist/tui-calendar.css

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

2 changes: 1 addition & 1 deletion dist/tui-calendar.css.map

Large diffs are not rendered by default.

416 changes: 149 additions & 267 deletions dist/tui-calendar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tui-calendar.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tui-calendar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tui-calendar.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tui-calendar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tui-calendar.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Calendar v1.12.13
// Type definitions for TOAST UI Calendar v1.12.14
// TypeScript Version: 3.2.1

export type DateType = string | Date | TZDate;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tui-calendar",
"author": "NHN FE Development Lab <dl_javascript@nhn.com>",
"version": "1.12.13",
"version": "1.12.14",
"main": "dist/tui-calendar.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 917dd8c

Please sign in to comment.