File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Ben Tomlin
3+ Copyright (c) 2022 Ben Tomlin
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1919``` yaml
2020lovelace :
2121 resources :
22- - url : /local/github-entity-row.js?v=1 .0.0
22+ - url : /local/github-entity-row.js?v=2 .0.0
2323 type : module
2424` ` `
2525
Original file line number Diff line number Diff line change @@ -78,4 +78,10 @@ class GithubEntityRow extends Polymer.Element {
7878 }
7979}
8080
81+ console . info (
82+ '%c GITHUB-ENTITY-ROW %c 2.0.0 ' ,
83+ 'color: cyan; background: black; font-weight: bold;' ,
84+ 'color: darkblue; background: white; font-weight: bold;'
85+ ) ;
86+
8187customElements . define ( 'github-entity-row' , GithubEntityRow ) ;
Original file line number Diff line number Diff line change 11{
22 "github-entity-row" : {
3- "updated_at" : " 2019-05-03 " ,
4- "version" : " 1 .0.0" ,
3+ "updated_at" : " 2022-02-15 " ,
4+ "version" : " 2 .0.0" ,
55 "remote_location" : " https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/github-entity-row.js" ,
66 "visit_repo" : " https://github.com/benct/lovelace-github-entity-row" ,
77 "changelog" : " https://github.com/benct/lovelace-github-entity-row"
You can’t perform that action at this time.
0 commit comments