Skip to content

Commit

Permalink
1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Aug 30, 2019
1 parent f420004 commit ea248c1
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 48 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.4",
"version": "1.12.5",
"description": "TOAST UI Calendar",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/tui-calendar.css

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

82 changes: 44 additions & 38 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.

2 changes: 1 addition & 1 deletion 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.4
// Type definitions for TOAST UI Calendar v1.12.5
// TypeScript Version: 3.2.1

export type DateType = string | Date | TZDate;
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tui-calendar",
"author": "NHN FE Development Lab <[email protected]>",
"version": "1.12.4",
"version": "1.12.5",
"main": "dist/tui-calendar.js",
"types": "index.d.ts",
"license": "MIT",
"description": "TOAST UI Calendar",
"repository": {
Expand Down

0 comments on commit ea248c1

Please sign in to comment.