From 627baa07341af6d095e2f63e2165da480fbc0bc5 Mon Sep 17 00:00:00 2001 From: Ankit Ahuja Date: Sun, 21 Jun 2020 14:03:19 -0700 Subject: [PATCH] fix bug with enable/disable all in options page. bump version to 2.4.1 --- package.json | 2 +- src/browseraction/App.vue | 6 ++--- src/manifest.json | 2 +- src/options/components/Style.vue | 8 +++++- src/options/components/StyleEditor.vue | 2 +- src/options/components/TheNavigation.vue | 2 +- src/options/components/TheStylesTab.vue | 34 +++++++++++++----------- 7 files changed, 32 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 43a9a090..f4b2dcb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebot", - "version": "2.4.0", + "version": "2.4.1", "description": "Change the appearance of websites instantly.", "scripts": { "build": "cross-env NODE_ENV=production webpack --hide-modules; node ./build_scripts/compile_templates", diff --git a/src/browseraction/App.vue b/src/browseraction/App.vue index 59a1e6bd..717aa011 100644 --- a/src/browseraction/App.vue +++ b/src/browseraction/App.vue @@ -15,7 +15,7 @@ -