From acdf397e51f144fc483e2e8e22cd4e134ac94023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 07:22:26 +0000 Subject: [PATCH] chore(main): release 8.2.0 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 6 ++++-- package.json | 3 ++- 3 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..69d4e45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# Changelog + +## [8.2.0](https://github.com/svrnm/DemoMonkey/compare/v8.0.1...v8.2.0) (2022-09-28) + + +### Features + +* add dependabot YAML. ([024d5f2](https://github.com/svrnm/DemoMonkey/commit/024d5f2645ca1bc12501c20ad2fc0293cd850fc4)) +* add linter workflow. ([b91cdc9](https://github.com/svrnm/DemoMonkey/commit/b91cdc993da2ac93dedf787d2254544701bd6759)) +* add release please github workflow. ([57c65c5](https://github.com/svrnm/DemoMonkey/commit/57c65c50392d07508c73dec4403a2b819f3ca4ac)) +* migrate to manifest version 3. ([50e7234](https://github.com/svrnm/DemoMonkey/commit/50e723441aa7caa728b30278c5a09802ce77835b)) +* more updates towards mv3 compatibility. ([5c652fa](https://github.com/svrnm/DemoMonkey/commit/5c652fac8dffb9a0c5c83fdf94da87b0b47f9a3f)) +* remove hypergraph features, fix selenium. ([2173522](https://github.com/svrnm/DemoMonkey/commit/2173522c3a1f6ed7378dd71c095d7d5785430c44)) +* replace outdated components with mui elements. ([9ad622d](https://github.com/svrnm/DemoMonkey/commit/9ad622dcd09a9035a353ec9f2e2462cb1c28c08a)) +* update packages (pre-MUI). ([e0dec89](https://github.com/svrnm/DemoMonkey/commit/e0dec89a12dfc2e7c9e20c4c89fe4a491888ebd8)) + + +### Bug Fixes + +* [#21](https://github.com/svrnm/DemoMonkey/issues/21), do not load inline.js on pages that may break. ([cabf605](https://github.com/svrnm/DemoMonkey/commit/cabf605e62c3685c3111be4ac7db6ce7ed65ea23)) +* add package-lock.json to repo. ([57c8992](https://github.com/svrnm/DemoMonkey/commit/57c899259abc580e2df283c59b9d40ddb8ef04f7)) +* add prettier as dependency. ([9c00288](https://github.com/svrnm/DemoMonkey/commit/9c0028829a71a18dee8c20f7310f307d54c1118e)) +* build error. ([bc8debf](https://github.com/svrnm/DemoMonkey/commit/bc8debf05b4c8749eb406f661237cbcddfb1304d)) +* bump versions for babel. ([f4dc83d](https://github.com/svrnm/DemoMonkey/commit/f4dc83d515acf8237571608467666a9f84e3453d)) +* further improvements for MV3 and MUI. ([e3b1301](https://github.com/svrnm/DemoMonkey/commit/e3b1301dcbd6bc313705fefdbd955f4b67cbf1a2)) +* make dependabot.yml pretty. ([6dd13b0](https://github.com/svrnm/DemoMonkey/commit/6dd13b06accc6df3b038f52678b2c52805c4f297)) +* make host permissions optional. ([7a7bce1](https://github.com/svrnm/DemoMonkey/commit/7a7bce19e95b67dde4c11e3527f5ff60fe043f0e)) +* make sure that prettier & eslint work together. ([332dc57](https://github.com/svrnm/DemoMonkey/commit/332dc578f60a2dc5b982f36faea7f287265e48c6)) +* merge from main. ([b1814e1](https://github.com/svrnm/DemoMonkey/commit/b1814e15b88e1b1c37667f65709fd9cb53fe4441)) +* prettier & linter use the same config. ([f15e91c](https://github.com/svrnm/DemoMonkey/commit/f15e91c9d42e960156226c7b1f8a6e6aa891be0b)) +* prettier settings. ([9199a78](https://github.com/svrnm/DemoMonkey/commit/9199a7818573074132a15451a863d9ebd8c50bc1)) +* remove requirement to have fullstop from commits ([f626db3](https://github.com/svrnm/DemoMonkey/commit/f626db33422a525f3eb526efab636d2fbb7483f4)) +* revert background.js changes for injecting monkey.js into websites. ([71157d9](https://github.com/svrnm/DemoMonkey/commit/71157d9711fa2e0b6cf01ba44abedf9d81f1ddb5)) +* rewrite netrequest manager to be stateless. ([037bc2e](https://github.com/svrnm/DemoMonkey/commit/037bc2eccb6b2198493541d6ce992542136a6552)) +* some cleanups. ([58c94c5](https://github.com/svrnm/DemoMonkey/commit/58c94c56c2e10c4644e5b9df981169fbebd64671)) +* some minor things. ([41ccec2](https://github.com/svrnm/DemoMonkey/commit/41ccec218ab3f7958bcbaed5259a409b1f43642a)) +* update context menus. ([455b095](https://github.com/svrnm/DemoMonkey/commit/455b09566ae98f333fc82982c3cac8510d76ef35)) +* update MUI versions [#2](https://github.com/svrnm/DemoMonkey/issues/2). ([ced1bd7](https://github.com/svrnm/DemoMonkey/commit/ced1bd7bf5bc622a3e69030974a3d3891cd5ad4a)) +* update MUI versions. ([737615d](https://github.com/svrnm/DemoMonkey/commit/737615d3b61d342e33df8c9ecb8577de1ad43346)) + + +### version + +* release 8.2.0 ([0c2eb53](https://github.com/svrnm/DemoMonkey/commit/0c2eb53144d5c2d0b7d05cedb47de6f7c80f58b8)) diff --git a/package-lock.json b/package-lock.json index c20f788..4cec421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,8 @@ "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "zip-webpack-plugin": "^4.0.1" - } + }, + "version": "8.2.0" }, "node_modules/@ampproject/remapping": { "version": "2.2.0", @@ -21951,5 +21952,6 @@ "yazl": "^2.5.1" } } - } + }, + "version": "8.2.0" } diff --git a/package.json b/package.json index 2015105..a047e75 100644 --- a/package.json +++ b/package.json @@ -108,5 +108,6 @@ "*.js": "eslint --cache --fix", "*.less": "stylelint --cache --fix", "*.md": "npx markdownlint-cli --fix --config .markdownlint.jsonc" - } + }, + "version": "8.2.0" }