Skip to content

Commit

Permalink
Merge pull request #124 from marksie1988/dev
Browse files Browse the repository at this point in the history
v1.5.3
  • Loading branch information
marksie1988 authored May 25, 2020
2 parents ade8bbe + 678183d commit 3bd38a7
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 220 deletions.
294 changes: 154 additions & 140 deletions dist/atomic-calendar-revive.js

Large diffs are not rendered by default.

128 changes: 55 additions & 73 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomic-calendar-revive",
"version": "1.5.2",
"version": "1.5.3",
"description": "Calendar Card for Home Assistant",
"main": "atomic-calendar-revive.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.0.0",
"rollup": "^2.10.7",
"eslint": "^7.1.0",
"rollup": "^2.10.9",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-babel": "^4.4.0",
"webpack": "^4.43.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class AtomicCalendarRevive extends LitElement {
}
.calDay {
height: 38px;
max-height: 38px;
font-size: 95%;
max-width: 38px;
margin: auto;
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"atomic-calendar-revive": {
"updated_at": "2020-05-24",
"version": "1.5.2",
"updated_at": "2020-05-25",
"version": "1.5.3",
"remote_location": "https://github.com/marksie1988/atomic-calendar-revive/releases/latest/dist/atomic-calendar-revive.js",
"visit_repo": "https://github.com/marksie1988/atomic-calendar-revive",
"changelog": "https://github.com/marksie1988/atomic-calendar-revive/releases/latest"
Expand Down

0 comments on commit 3bd38a7

Please sign in to comment.