Skip to content

Commit

Permalink
Patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Sep 6, 2022
1 parent 8898303 commit d123b36
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 43 deletions.
59 changes: 29 additions & 30 deletions custom_components/browser_mod/browser_mod.js

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions custom_components/browser_mod/browser_mod_panel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/browser_mod/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": ["panel_custom", "websocket_api", "http", "frontend", "lovelace"],
"codeowners": [],
"requirements": [],
"version": "2.1.1",
"version": "2.1.2",
"iot_class": "local_push",
"config_flow": true
}
1 change: 0 additions & 1 deletion js/config_panel/browser-mod-settings-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class BrowserModSettingsTable extends LitElement {
sidebarPanelOrder: JSON.stringify(sideBar._panelOrder),
});

console.log(sideBar._hiddenPanels, sideBar._panelOrder);
return;
}
let value = newValue.value;
Expand Down
1 change: 0 additions & 1 deletion js/plugin/frontend-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export const AutoSettingsMixin = (SuperClass) => {
} else if (type === "browser") {
const browser = this._data.browsers[target];
const newsettings = { ...browser.settings, ...settings };
console.log(newsettings);
this.connection.sendMessage({
type: "browser_mod/register",
browserID: target,
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser_mod",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit d123b36

Please sign in to comment.