From 8b69d7d40f1a799924d336d70e9cdd71ac0b5bc0 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 30 Jan 2022 17:31:00 -0500 Subject: [PATCH] Cleanup existing changelogs and add major versions --- CHANGELOG.md | 4 --- extension/CHANGELOG.md | 4 --- packages/d3-state-visualizer/CHANGELOG.md | 5 +--- .../examples/tree/CHANGELOG.md | 18 ------------- packages/d3tooltip/CHANGELOG.md | 12 ++++++--- packages/map2tree/CHANGELOG.md | 12 ++++++--- packages/react-base16-styling/CHANGELOG.md | 9 ++++--- packages/react-dock/CHANGELOG.md | 14 +++++++--- packages/react-json-tree/CHANGELOG.md | 16 +++++++---- .../react-json-tree/examples/CHANGELOG.md | 25 ----------------- packages/redux-devtools-app/CHANGELOG.md | 22 +++++++++------ .../redux-devtools-chart-monitor/CHANGELOG.md | 14 +++++++--- packages/redux-devtools-cli/CHANGELOG.md | 17 +++++------- .../redux-devtools-dock-monitor/CHANGELOG.md | 16 +++++++---- .../redux-devtools-extension/CHANGELOG.md | 6 +++-- .../CHANGELOG.md | 13 ++++++--- .../CHANGELOG.md | 12 ++++++--- .../CHANGELOG.md | 16 +++++++---- .../redux-devtools-instrument/CHANGELOG.md | 14 +++++++--- .../redux-devtools-log-monitor/CHANGELOG.md | 16 +++++++---- packages/redux-devtools-remote/CHANGELOG.md | 10 +++++++ .../CHANGELOG.md | 10 +++++++ .../redux-devtools-serialize/CHANGELOG.md | 14 +++++++--- .../CHANGELOG.md | 20 +++++++++----- .../examples/todomvc/CHANGELOG.md | 27 ------------------- packages/redux-devtools-ui/CHANGELOG.md | 13 ++++----- packages/redux-devtools-utils/CHANGELOG.md | 7 ++--- packages/redux-devtools/CHANGELOG.md | 13 ++++----- .../examples/counter/CHANGELOG.md | 23 ---------------- .../examples/todomvc/CHANGELOG.md | 24 ----------------- 30 files changed, 197 insertions(+), 229 deletions(-) delete mode 100644 CHANGELOG.md delete mode 100644 extension/CHANGELOG.md delete mode 100644 packages/d3-state-visualizer/examples/tree/CHANGELOG.md delete mode 100644 packages/react-json-tree/examples/CHANGELOG.md create mode 100644 packages/redux-devtools-remote/CHANGELOG.md create mode 100644 packages/redux-devtools-rtk-query-monitor/CHANGELOG.md delete mode 100644 packages/redux-devtools-slider-monitor/examples/todomvc/CHANGELOG.md delete mode 100644 packages/redux-devtools/examples/counter/CHANGELOG.md delete mode 100644 packages/redux-devtools/examples/todomvc/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f0df8f8c..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Change log - -This project adheres to [Semantic Versioning](http://semver.org/). -See all notable changes on [Releases](https://github.com/gaearon/redux-devtools/releases) page. diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md deleted file mode 100644 index 00b64307..00000000 --- a/extension/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Change Log - -This project adheres to [Semantic Versioning](http://semver.org/). -Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/zalmoxisus/redux-devtools-extension/releases) page. diff --git a/packages/d3-state-visualizer/CHANGELOG.md b/packages/d3-state-visualizer/CHANGELOG.md index aa07f9f2..761d7d15 100644 --- a/packages/d3-state-visualizer/CHANGELOG.md +++ b/packages/d3-state-visualizer/CHANGELOG.md @@ -1,9 +1,6 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.4.0](https://github.com/reduxjs/redux-devtools/compare/d3-state-visualizer@1.3.4...d3-state-visualizer@1.4.0) (2021-03-06) +## [1.4.0](https://github.com/reduxjs/redux-devtools/compare/d3-state-visualizer@1.3.4...d3-state-visualizer@1.4.0) (2021-03-06) ### Features diff --git a/packages/d3-state-visualizer/examples/tree/CHANGELOG.md b/packages/d3-state-visualizer/examples/tree/CHANGELOG.md deleted file mode 100644 index eab4a568..00000000 --- a/packages/d3-state-visualizer/examples/tree/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [0.1.0](https://github.com/reduxjs/redux-devtools/compare/d3-state-visualizer-tree-example@0.0.2...d3-state-visualizer-tree-example@0.1.0) (2021-03-06) - -### Features - -- **d3-state-visualizer:** convert example to TypeScript ([#641](https://github.com/reduxjs/redux-devtools/issues/641)) ([300b60a](https://github.com/reduxjs/redux-devtools/commit/300b60a8b1f92a6d7c78510a1bea304490aa23be)) - -## [0.0.2](https://github.com/reduxjs/redux-devtools/compare/d3-state-visualizer-tree-example@0.0.1...d3-state-visualizer-tree-example@0.0.2) (2020-09-07) - -**Note:** Version bump only for package d3-state-visualizer-tree-example - -## 0.0.1 (2020-08-14) - -**Note:** Version bump only for package d3-state-visualizer-tree-example diff --git a/packages/d3tooltip/CHANGELOG.md b/packages/d3tooltip/CHANGELOG.md index 0db9d05d..f21150a8 100644 --- a/packages/d3tooltip/CHANGELOG.md +++ b/packages/d3tooltip/CHANGELOG.md @@ -1,9 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.3.0](https://github.com/reduxjs/redux-devtools/compare/d3tooltip@1.2.3...d3tooltip@1.3.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import d3tooltip from 'd3tooltip'; ++ import { tooltip } from 'd3tooltip'; +``` + +## [1.3.0](https://github.com/reduxjs/redux-devtools/compare/d3tooltip@1.2.3...d3tooltip@1.3.0) (2021-03-06) ### Features diff --git a/packages/map2tree/CHANGELOG.md b/packages/map2tree/CHANGELOG.md index be7a2658..c9bfb66a 100644 --- a/packages/map2tree/CHANGELOG.md +++ b/packages/map2tree/CHANGELOG.md @@ -1,9 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.5.0](https://github.com/reduxjs/redux-devtools/compare/map2tree@1.4.2...map2tree@1.5.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import map2tree from 'map2tree'; ++ import { map2tree } from 'map2tree'; +``` + +## [1.5.0](https://github.com/reduxjs/redux-devtools/compare/map2tree@1.4.2...map2tree@1.5.0) (2021-03-06) ### Features diff --git a/packages/react-base16-styling/CHANGELOG.md b/packages/react-base16-styling/CHANGELOG.md index 2fe22a38..dd8b4bc0 100644 --- a/packages/react-base16-styling/CHANGELOG.md +++ b/packages/react-base16-styling/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.9.0 -# [0.8.0](https://github.com/reduxjs/redux-devtools/compare/react-base16-styling@0.7.0...react-base16-styling@0.8.0) (2020-09-07) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997). + +## [0.8.0](https://github.com/reduxjs/redux-devtools/compare/react-base16-styling@0.7.0...react-base16-styling@0.8.0) (2020-09-07) ### Bug Fixes @@ -14,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools-inspector:** convert to TypeScript ([#623](https://github.com/reduxjs/redux-devtools/issues/623)) ([c7b0c7a](https://github.com/reduxjs/redux-devtools/commit/c7b0c7aa6e09f46a36b382ae3ec8e38bd48aeb28)) - **redux-devtools-serialize:** convert to TypeScript ([#621](https://github.com/reduxjs/redux-devtools/issues/621)) ([d586f19](https://github.com/reduxjs/redux-devtools/commit/d586f1955a3648883107f8c981ee17eeb4c013a3)) -# 0.7.0 (2020-08-14) +## 0.7.0 (2020-08-14) - feat(react-base16-styling)!: add invertTheme helper (#565) ([92d16e4](https://github.com/reduxjs/redux-devtools/commit/92d16e4f56fbeaf06966afd9024ed4b58ba98ecb)), closes [#565](https://github.com/reduxjs/redux-devtools/issues/565) diff --git a/packages/react-dock/CHANGELOG.md b/packages/react-dock/CHANGELOG.md index bd648cc8..ef35fcd8 100644 --- a/packages/react-dock/CHANGELOG.md +++ b/packages/react-dock/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.5.0 -# [0.4.0](https://github.com/reduxjs/redux-devtools/compare/react-dock@0.3.0...react-dock@0.4.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import Dock from 'react-dock'; ++ import { Dock } from 'react-dock'; +``` + +## [0.4.0](https://github.com/reduxjs/redux-devtools/compare/react-dock@0.3.0...react-dock@0.4.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 0.3.0 (2020-09-07) +## 0.3.0 (2020-09-07) ### Features diff --git a/packages/react-json-tree/CHANGELOG.md b/packages/react-json-tree/CHANGELOG.md index c609ca93..141cb166 100644 --- a/packages/react-json-tree/CHANGELOG.md +++ b/packages/react-json-tree/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.16.0 -# [0.15.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.14.0...react-json-tree@0.15.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import JSONTree from 'react-json-tree'; ++ import { JSONTree } from 'react-json-tree'; +``` + +## [0.15.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.14.0...react-json-tree@0.15.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06) +## [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06) ### Bug Fixes @@ -19,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **react-json-tree:** Add keyPath to getItemString ([#694](https://github.com/reduxjs/redux-devtools/issues/694)) ([85b4b0f](https://github.com/reduxjs/redux-devtools/commit/85b4b0fb04b1d6d95054d5073fa17fa61efc0df3)) -# [0.13.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.12.1...react-json-tree@0.13.0) (2020-09-07) +## [0.13.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.12.1...react-json-tree@0.13.0) (2020-09-07) ### Bug Fixes diff --git a/packages/react-json-tree/examples/CHANGELOG.md b/packages/react-json-tree/examples/CHANGELOG.md deleted file mode 100644 index 2a927814..00000000 --- a/packages/react-json-tree/examples/CHANGELOG.md +++ /dev/null @@ -1,25 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [1.1.2](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.1.1...react-json-tree-example@1.1.2) (2021-03-06) - -**Note:** Version bump only for package react-json-tree-example - -## [1.1.1](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.1.0...react-json-tree-example@1.1.1) (2021-03-06) - -**Note:** Version bump only for package react-json-tree-example - -# [1.1.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.0.1...react-json-tree-example@1.1.0) (2020-09-07) - -### Features - -- **redux-devtools:** convert counter example to TypeScript ([#616](https://github.com/reduxjs/redux-devtools/issues/616)) ([f1e3f4f](https://github.com/reduxjs/redux-devtools/commit/f1e3f4f8340dea288de5229006acf9dc1ef1cccf)) -- **redux-devtools:** convert todomvc example to TypeScript ([#618](https://github.com/reduxjs/redux-devtools/issues/618)) ([37191e4](https://github.com/reduxjs/redux-devtools/commit/37191e46e600cd9ac2839f0687efb347fc4ef7c1)) - -## 1.0.1 (2020-08-14) - -### Bug Fixes - -- **react-json-tree:** fix react-json-tree examples ([#531](https://github.com/gaearon/react-hot-boilerplate/issues/531)) ([0864f28](https://github.com/gaearon/react-hot-boilerplate/commit/0864f281560dcbad1ddb2ab985e23b841771cb8c)) diff --git a/packages/redux-devtools-app/CHANGELOG.md b/packages/redux-devtools-app/CHANGELOG.md index 084dd8bd..0c9cc4fb 100644 --- a/packages/redux-devtools-app/CHANGELOG.md +++ b/packages/redux-devtools-app/CHANGELOG.md @@ -1,37 +1,43 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-7...@redux-devtools/app@1.0.0-8) (2021-06-11) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import DevToolsApp from '@redux-devtools/app'; ++ import { Root } from '@redux-devtools/app'; +``` + +## [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-7...@redux-devtools/app@1.0.0-8) (2021-06-11) ### Bug Fixes - **app:** fix dependency version of inspector ([#732](https://github.com/reduxjs/redux-devtools/issues/732)) ([30c6971](https://github.com/reduxjs/redux-devtools/commit/30c6971d379c53ec1343a20240b73705751f7445)) -# [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-6...@redux-devtools/app@1.0.0-7) (2021-06-11) +## [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-6...@redux-devtools/app@1.0.0-7) (2021-06-11) ### Bug Fixes - fix Select types and usages ([#724](https://github.com/reduxjs/redux-devtools/issues/724)) ([07e409d](https://github.com/reduxjs/redux-devtools/commit/07e409de6a1c3d362929d854542df0c1d74ce18e)) - **app:** remove unimplemented reports tab ([#731](https://github.com/reduxjs/redux-devtools/issues/731)) ([c4a8fa2](https://github.com/reduxjs/redux-devtools/commit/c4a8fa286cfe3f30133c2f948164001bd2a618ac)) -# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-5...@redux-devtools/app@1.0.0-6) (2021-03-06) +## [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-5...@redux-devtools/app@1.0.0-6) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 1.0.0-5 (2021-03-06) +## 1.0.0-5 (2021-03-06) **Note:** Version bump only for package @redux-devtools/app -# [1.0.0-4](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-core@1.0.0-3...redux-devtools-core@1.0.0-4) (2020-09-07) +## [1.0.0-4](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-core@1.0.0-3...redux-devtools-core@1.0.0-4) (2020-09-07) ### Bug Fixes - **redux-devtools-core:** don't mutate source object during stringification ([#627](https://github.com/reduxjs/redux-devtools/issues/627)) ([5259dee](https://github.com/reduxjs/redux-devtools/commit/5259dee601e07c46f8e7af964ab83cb23a4e7b1b)) -# [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-core@1.0.0-2...redux-devtools-core@1.0.0-3) (2020-08-14) +## [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-core@1.0.0-2...redux-devtools-core@1.0.0-3) (2020-08-14) **Note:** Version bump only for package redux-devtools-core diff --git a/packages/redux-devtools-chart-monitor/CHANGELOG.md b/packages/redux-devtools-chart-monitor/CHANGELOG.md index 50e2fcb7..a29be355 100644 --- a/packages/redux-devtools-chart-monitor/CHANGELOG.md +++ b/packages/redux-devtools-chart-monitor/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/chart-monitor@1.8.0...@redux-devtools/chart-monitor@1.9.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import ChartMonitor from '@redux-devtools/chart-monitor'; ++ import { ChartMonitor } from '@redux-devtools/chart-monitor'; +``` + +## [1.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/chart-monitor@1.8.0...@redux-devtools/chart-monitor@1.9.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 1.8.0 (2021-03-06) +## 1.8.0 (2021-03-06) ### Features diff --git a/packages/redux-devtools-cli/CHANGELOG.md b/packages/redux-devtools-cli/CHANGELOG.md index e2db5e4a..c0996e57 100644 --- a/packages/redux-devtools-cli/CHANGELOG.md +++ b/packages/redux-devtools-cli/CHANGELOG.md @@ -1,40 +1,37 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.0.0-9](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-8...@redux-devtools/cli@1.0.0-9) (2021-06-11) +## [1.0.0-9](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-8...@redux-devtools/cli@1.0.0-9) (2021-06-11) **Note:** Version bump only for package @redux-devtools/cli -# [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-7...@redux-devtools/cli@1.0.0-8) (2021-06-11) +## [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-7...@redux-devtools/cli@1.0.0-8) (2021-06-11) ### Bug Fixes - **cli:** fix starting Electron app ([#729](https://github.com/reduxjs/redux-devtools/issues/729)) ([457a201](https://github.com/reduxjs/redux-devtools/commit/457a201232d96a5c28dbaf3f8a42259a35b2b364)) -# [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-6...@redux-devtools/cli@1.0.0-7) (2021-04-06) +## [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-6...@redux-devtools/cli@1.0.0-7) (2021-04-06) ### Bug Fixes - **cli:** include dist directory in publish ([#707](https://github.com/reduxjs/redux-devtools/issues/707)) ([95c8c55](https://github.com/reduxjs/redux-devtools/commit/95c8c5520d7ad4d087edcbda2ab500436feffc4a)) -# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-5...@redux-devtools/cli@1.0.0-6) (2021-03-06) +## [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-5...@redux-devtools/cli@1.0.0-6) (2021-03-06) **Note:** Version bump only for package @redux-devtools/cli -# 1.0.0-5 (2021-03-06) +## 1.0.0-5 (2021-03-06) ### Bug Fixes - **cli:** resolve dependency issues ([#666](https://github.com/reduxjs/redux-devtools/issues/666)) ([e39e439](https://github.com/reduxjs/redux-devtools/commit/e39e43968b445ecbdcdab515050c5338cadabbe6)) - **redux-devtools-cli:** forward port to spawned electron ([#564](https://github.com/reduxjs/redux-devtools/issues/564)) ([a1c2f06](https://github.com/reduxjs/redux-devtools/commit/a1c2f068b53ad205d448baa86003c3313f7ab2d1)) -# [1.0.0-4](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-cli@1.0.0-3...redux-devtools-cli@1.0.0-4) (2020-09-07) +## [1.0.0-4](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-cli@1.0.0-3...redux-devtools-cli@1.0.0-4) (2020-09-07) **Note:** Version bump only for package redux-devtools-cli -# [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-cli@1.0.0-2...redux-devtools-cli@1.0.0-3) (2020-08-14) +## [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-cli@1.0.0-2...redux-devtools-cli@1.0.0-3) (2020-08-14) ### Bug Fixes diff --git a/packages/redux-devtools-dock-monitor/CHANGELOG.md b/packages/redux-devtools-dock-monitor/CHANGELOG.md index 0a260cfa..a68a6fca 100644 --- a/packages/redux-devtools-dock-monitor/CHANGELOG.md +++ b/packages/redux-devtools-dock-monitor/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.4.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/dock-monitor@1.3.0...@redux-devtools/dock-monitor@1.4.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import DockMonitor from '@redux-devtools/dock-monitor'; ++ import { DockMonitor } from '@redux-devtools/dock-monitor'; +``` + +## [1.4.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/dock-monitor@1.3.0...@redux-devtools/dock-monitor@1.4.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 1.3.0 (2021-03-06) +## 1.3.0 (2021-03-06) ### Features @@ -17,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools-dock-monitor:** convert to TypeScript ([#609](https://github.com/reduxjs/redux-devtools/issues/609)) ([b4ec7f8](https://github.com/reduxjs/redux-devtools/commit/b4ec7f86fc165683bd1e8b5ffc3f0690f670642c)) - **redux-devtools-serialize:** convert to TypeScript ([#621](https://github.com/reduxjs/redux-devtools/issues/621)) ([d586f19](https://github.com/reduxjs/redux-devtools/commit/d586f1955a3648883107f8c981ee17eeb4c013a3)) -# [1.2.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-dock-monitor@1.1.4...redux-devtools-dock-monitor@1.2.0) (2020-09-07) +## [1.2.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-dock-monitor@1.1.4...redux-devtools-dock-monitor@1.2.0) (2020-09-07) ### Features diff --git a/packages/redux-devtools-extension/CHANGELOG.md b/packages/redux-devtools-extension/CHANGELOG.md index 3b2fc8fa..f45b41de 100644 --- a/packages/redux-devtools-extension/CHANGELOG.md +++ b/packages/redux-devtools-extension/CHANGELOG.md @@ -1,7 +1,9 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.0 + +- **BREAKING** Rename `redux-devtools-extension` package to `@redux-devtools/extension` (https://github.com/reduxjs/redux-devtools/pull/948). +- Deprecate `actionsBlacklist` and `actionsWhitelist` in favor of `actionsDenylist` and `actionsAllowlist` (https://github.com/reduxjs/redux-devtools/pull/851). ## 2.13.9 (2021-03-06) diff --git a/packages/redux-devtools-inspector-monitor-test-tab/CHANGELOG.md b/packages/redux-devtools-inspector-monitor-test-tab/CHANGELOG.md index 4b3057f1..c9491d61 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/CHANGELOG.md +++ b/packages/redux-devtools-inspector-monitor-test-tab/CHANGELOG.md @@ -1,7 +1,14 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.8.0 + +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import TestGenerator from '@redux-devtools/inspector-monitor-test-tab'; +- import mochaTemplate from '@redux-devtools/inspector-monitor-test-tab/lib/redux/mocha'; ++ import { TestTab, reduxMochaTemplate } from '@redux-devtools/inspector-monitor-test-tab'; +``` ## [0.7.2](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-test-tab@0.7.1...@redux-devtools/inspector-monitor-test-tab@0.7.2) (2021-06-11) @@ -16,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fix peer dependencies on inpsector monitor ([#730](https://github.com/reduxjs/redux-devtools/issues/730)) ([0291f5c](https://github.com/reduxjs/redux-devtools/commit/0291f5c95e4340a3b5e30a3efe76a1a1a2bb7f5e)) - fix Select types and usages ([#724](https://github.com/reduxjs/redux-devtools/issues/724)) ([07e409d](https://github.com/reduxjs/redux-devtools/commit/07e409de6a1c3d362929d854542df0c1d74ce18e)) -# [0.7.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-test-tab@0.6.3...@redux-devtools/inspector-monitor-test-tab@0.7.0) (2021-03-06) +## [0.7.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-test-tab@0.6.3...@redux-devtools/inspector-monitor-test-tab@0.7.0) (2021-03-06) ### Features diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/CHANGELOG.md b/packages/redux-devtools-inspector-monitor-trace-tab/CHANGELOG.md index 1e1820bd..8009e780 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/CHANGELOG.md +++ b/packages/redux-devtools-inspector-monitor-trace-tab/CHANGELOG.md @@ -1,7 +1,13 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.0 + +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import TraceTab from '@redux-devtools/inspector-monitor-trace-tab'; ++ import { TraceTab } from '@redux-devtools/inspector-monitor-trace-tab'; +``` ## [0.2.2](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-trace-tab@0.2.1...@redux-devtools/inspector-monitor-trace-tab@0.2.2) (2021-06-11) @@ -15,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fix peer dependencies on inpsector monitor ([#730](https://github.com/reduxjs/redux-devtools/issues/730)) ([0291f5c](https://github.com/reduxjs/redux-devtools/commit/0291f5c95e4340a3b5e30a3efe76a1a1a2bb7f5e)) -# [0.2.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-trace-tab@0.1.4...@redux-devtools/inspector-monitor-trace-tab@0.2.0) (2021-03-06) +## [0.2.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-trace-tab@0.1.4...@redux-devtools/inspector-monitor-trace-tab@0.2.0) (2021-03-06) ### Features diff --git a/packages/redux-devtools-inspector-monitor/CHANGELOG.md b/packages/redux-devtools-inspector-monitor/CHANGELOG.md index 72a465e1..044c4895 100644 --- a/packages/redux-devtools-inspector-monitor/CHANGELOG.md +++ b/packages/redux-devtools-inspector-monitor/CHANGELOG.md @@ -1,16 +1,22 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# [1.0.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor@0.15.0...@redux-devtools/inspector-monitor@1.0.0) (2021-06-11) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import Inspector from '@redux-devtools/inspector-monitor'; ++ import { InspectorMonitor } from '@redux-devtools/inspector-monitor'; +``` + +## [1.0.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor@0.15.0...@redux-devtools/inspector-monitor@1.0.0) (2021-06-11) ### Bug Fixes - **inspector:** fix z-index of tabs ([#723](https://github.com/reduxjs/redux-devtools/issues/723)) ([e747783](https://github.com/reduxjs/redux-devtools/commit/e7477833f05ab0ff8f947a48d97eb3ed87ccb70b)) - **inspector:** move immutable back to dependencies ([#725](https://github.com/reduxjs/redux-devtools/issues/725)) ([fcd73ab](https://github.com/reduxjs/redux-devtools/commit/fcd73ab043062bd3c191fd814f3d912bea6fc675)) -# [0.15.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor@0.14.1...@redux-devtools/inspector-monitor@0.15.0) (2021-03-06) +## [0.15.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor@0.14.1...@redux-devtools/inspector-monitor@0.15.0) (2021-03-06) ### Features @@ -20,7 +26,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @redux-devtools/inspector-monitor -# [0.14.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-inspector@0.13.1...redux-devtools-inspector@0.14.0) (2020-09-07) +## [0.14.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-inspector@0.13.1...redux-devtools-inspector@0.14.0) (2020-09-07) ### Features diff --git a/packages/redux-devtools-instrument/CHANGELOG.md b/packages/redux-devtools-instrument/CHANGELOG.md index 7f671267..19e5d748 100644 --- a/packages/redux-devtools-instrument/CHANGELOG.md +++ b/packages/redux-devtools-instrument/CHANGELOG.md @@ -1,9 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.0 -# 1.11.0 (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import instrument from '@redux-devtools/instrument'; ++ import { instrument } from '@redux-devtools/instrument'; +``` + +## 1.11.0 (2021-03-06) ### Features @@ -11,7 +17,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools-instrument:** export type PerformAction ([#614](https://github.com/reduxjs/redux-devtools/issues/614)) ([9e59cfd](https://github.com/reduxjs/redux-devtools/commit/9e59cfdc7d1d0595f0718feaebc0a9bf814b0b63)) - **redux-devtools-serialize:** convert to TypeScript ([#621](https://github.com/reduxjs/redux-devtools/issues/621)) ([d586f19](https://github.com/reduxjs/redux-devtools/commit/d586f1955a3648883107f8c981ee17eeb4c013a3)) -# [1.10.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-instrument@1.9.7...redux-devtools-instrument@1.10.0) (2020-09-07) +## [1.10.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-instrument@1.9.7...redux-devtools-instrument@1.10.0) (2020-09-07) ### Features diff --git a/packages/redux-devtools-log-monitor/CHANGELOG.md b/packages/redux-devtools-log-monitor/CHANGELOG.md index 6a5a1829..e8ad6bdb 100644 --- a/packages/redux-devtools-log-monitor/CHANGELOG.md +++ b/packages/redux-devtools-log-monitor/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.0 -# [2.3.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/log-monitor@2.2.0...@redux-devtools/log-monitor@2.3.0) (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import LogMonitor from '@redux-devtools/log-monitor'; ++ import { LogMonitor } from '@redux-devtools/log-monitor'; +``` + +## [2.3.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/log-monitor@2.2.0...@redux-devtools/log-monitor@2.3.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 2.2.0 (2021-03-06) +## 2.2.0 (2021-03-06) ### Bug Fixes @@ -24,7 +30,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools-serialize:** convert to TypeScript ([#621](https://github.com/reduxjs/redux-devtools/issues/621)) ([d586f19](https://github.com/reduxjs/redux-devtools/commit/d586f1955a3648883107f8c981ee17eeb4c013a3)) - **redux-devtools-slider-monitor:** convert to TypeScript ([#631](https://github.com/reduxjs/redux-devtools/issues/631)) ([8991732](https://github.com/reduxjs/redux-devtools/commit/89917320e5ecf33dc3625b05daa1e9fe120a783d)) -# [2.1.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-log-monitor@2.0.1...redux-devtools-log-monitor@2.1.0) (2020-09-07) +## [2.1.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-log-monitor@2.0.1...redux-devtools-log-monitor@2.1.0) (2020-09-07) ### Features diff --git a/packages/redux-devtools-remote/CHANGELOG.md b/packages/redux-devtools-remote/CHANGELOG.md new file mode 100644 index 00000000..e387a385 --- /dev/null +++ b/packages/redux-devtools-remote/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +## 0.7.0 + +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import devToolsEnhancer from '@redux-devtools/remote'; ++ import { devToolsEnhancer } from '@redux-devtools/remote'; +``` diff --git a/packages/redux-devtools-rtk-query-monitor/CHANGELOG.md b/packages/redux-devtools-rtk-query-monitor/CHANGELOG.md new file mode 100644 index 00000000..e5573746 --- /dev/null +++ b/packages/redux-devtools-rtk-query-monitor/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +## 2.0.0 + +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import RtkQueryrMonitor from '@redux-devtools/rtk-query-monitor'; ++ import { RtkQueryrMonitor } from '@redux-devtools/rtk-query-monitor'; +``` diff --git a/packages/redux-devtools-serialize/CHANGELOG.md b/packages/redux-devtools-serialize/CHANGELOG.md index dd883d5f..b614a968 100644 --- a/packages/redux-devtools-serialize/CHANGELOG.md +++ b/packages/redux-devtools-serialize/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.4.0 -# 0.3.0 (2021-03-06) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import Serialize from '@redux-devtools/serialize'; ++ import { immutable } from '@redux-devtools/serialize'; +``` + +## 0.3.0 (2021-03-06) ### Features - **redux-devtools-serialize:** convert to TypeScript ([#621](https://github.com/reduxjs/redux-devtools/issues/621)) ([d586f19](https://github.com/reduxjs/redux-devtools/commit/d586f1955a3648883107f8c981ee17eeb4c013a3)) -# 0.2.0 (2020-09-07) +## 0.2.0 (2020-09-07) ### Features diff --git a/packages/redux-devtools-slider-monitor/CHANGELOG.md b/packages/redux-devtools-slider-monitor/CHANGELOG.md index c8c7866e..5974439e 100644 --- a/packages/redux-devtools-slider-monitor/CHANGELOG.md +++ b/packages/redux-devtools-slider-monitor/CHANGELOG.md @@ -1,29 +1,35 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.0 -# [2.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/slider-monitor@2.0.0-7...@redux-devtools/slider-monitor@2.0.0-8) (2021-06-11) +- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports): + +```diff +- import SliderMonitor from '@redux-devtools/slider-monitor'; ++ import { SliderMonitor } from '@redux-devtools/slider-monitor'; +``` + +## [2.0.0-8](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/slider-monitor@2.0.0-7...@redux-devtools/slider-monitor@2.0.0-8) (2021-06-11) **Note:** Version bump only for package @redux-devtools/slider-monitor -# [2.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/slider-monitor@2.0.0-6...@redux-devtools/slider-monitor@2.0.0-7) (2021-03-06) +## [2.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/slider-monitor@2.0.0-6...@redux-devtools/slider-monitor@2.0.0-7) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 2.0.0-6 (2021-03-06) +## 2.0.0-6 (2021-03-06) ### Features - **redux-devtools-slider-monitor:** convert example to TypeScript ([#632](https://github.com/reduxjs/redux-devtools/issues/632)) ([ec75d3a](https://github.com/reduxjs/redux-devtools/commit/ec75d3a4b62d0f4b8d52a739a7727142421cc261)) - **redux-devtools-slider-monitor:** convert to TypeScript ([#631](https://github.com/reduxjs/redux-devtools/issues/631)) ([8991732](https://github.com/reduxjs/redux-devtools/commit/89917320e5ecf33dc3625b05daa1e9fe120a783d)) -# [2.0.0-5](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-slider-monitor@2.0.0-4...redux-devtools-slider-monitor@2.0.0-5) (2020-09-07) +## [2.0.0-5](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-slider-monitor@2.0.0-4...redux-devtools-slider-monitor@2.0.0-5) (2020-09-07) **Note:** Version bump only for package redux-devtools-slider-monitor -# 2.0.0-4 (2020-08-14) +## 2.0.0-4 (2020-08-14) **Note:** Version bump only for package redux-devtools-slider-monitor diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/CHANGELOG.md b/packages/redux-devtools-slider-monitor/examples/todomvc/CHANGELOG.md deleted file mode 100644 index 50a2116e..00000000 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.1.2](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.1.1...slider-todomvc@0.1.2) (2021-06-11) - -**Note:** Version bump only for package slider-todomvc - -## [0.1.1](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.1.0...slider-todomvc@0.1.1) (2021-03-06) - -**Note:** Version bump only for package slider-todomvc - -# [0.1.0](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.0.2...slider-todomvc@0.1.0) (2021-03-06) - -### Features - -- **redux-devtools-slider-monitor:** convert example to TypeScript ([#632](https://github.com/reduxjs/redux-devtools/issues/632)) ([ec75d3a](https://github.com/reduxjs/redux-devtools/commit/ec75d3a4b62d0f4b8d52a739a7727142421cc261)) -- **redux-devtools-slider-monitor:** convert to TypeScript ([#631](https://github.com/reduxjs/redux-devtools/issues/631)) ([8991732](https://github.com/reduxjs/redux-devtools/commit/89917320e5ecf33dc3625b05daa1e9fe120a783d)) - -## [0.0.2](https://github.com/calesce/redux-slider-monitor/compare/slider-todomvc@0.0.1...slider-todomvc@0.0.2) (2020-09-07) - -**Note:** Version bump only for package slider-todomvc - -## 0.0.1 (2020-08-14) - -**Note:** Version bump only for package slider-todomvc diff --git a/packages/redux-devtools-ui/CHANGELOG.md b/packages/redux-devtools-ui/CHANGELOG.md index 34624e27..bcecc83d 100644 --- a/packages/redux-devtools-ui/CHANGELOG.md +++ b/packages/redux-devtools-ui/CHANGELOG.md @@ -1,9 +1,6 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.0.0-9](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-8...devui@1.0.0-9) (2021-06-11) +## [1.0.0-9](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-8...devui@1.0.0-9) (2021-06-11) ### Bug Fixes @@ -13,13 +10,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **devui:** fix Select widget in Form ([#722](https://github.com/reduxjs/redux-devtools/issues/722)) ([a8d99ee](https://github.com/reduxjs/redux-devtools/commit/a8d99ee424b48974314b8b94e1b93f84924b4352)) - **devui:** fix style of Select ([#721](https://github.com/reduxjs/redux-devtools/issues/721)) ([bb72311](https://github.com/reduxjs/redux-devtools/commit/bb72311e1ccb7a0425a02a1d9271c8534fcd90e0)) -# [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-7...devui@1.0.0-8) (2021-03-06) +## [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-7...devui@1.0.0-8) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-6...devui@1.0.0-7) (2021-03-06) +## [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-6...devui@1.0.0-7) (2021-03-06) ### Bug Fixes @@ -29,10 +26,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools-slider-monitor:** convert to TypeScript ([#631](https://github.com/reduxjs/redux-devtools/issues/631)) ([8991732](https://github.com/reduxjs/redux-devtools/commit/89917320e5ecf33dc3625b05daa1e9fe120a783d)) -# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-5...devui@1.0.0-6) (2020-09-07) +## [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-5...devui@1.0.0-6) (2020-09-07) **Note:** Version bump only for package devui -# [1.0.0-5](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-4...devui@1.0.0-5) (2020-08-14) +## [1.0.0-5](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-4...devui@1.0.0-5) (2020-08-14) **Note:** Version bump only for package devui diff --git a/packages/redux-devtools-utils/CHANGELOG.md b/packages/redux-devtools-utils/CHANGELOG.md index 71ee868e..fa7ae26d 100644 --- a/packages/redux-devtools-utils/CHANGELOG.md +++ b/packages/redux-devtools-utils/CHANGELOG.md @@ -1,12 +1,9 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/utils@1.0.0-5...@redux-devtools/utils@1.0.0-6) (2021-03-06) +## [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/utils@1.0.0-5...@redux-devtools/utils@1.0.0-6) (2021-03-06) **Note:** Version bump only for package @redux-devtools/utils -# 1.0.0-5 (2021-03-06) +## 1.0.0-5 (2021-03-06) **Note:** Version bump only for package @redux-devtools/utils diff --git a/packages/redux-devtools/CHANGELOG.md b/packages/redux-devtools/CHANGELOG.md index 258c457a..dc3016a2 100644 --- a/packages/redux-devtools/CHANGELOG.md +++ b/packages/redux-devtools/CHANGELOG.md @@ -1,15 +1,12 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [3.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/core@3.8.0...@redux-devtools/core@3.9.0) (2021-03-06) +## [3.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/core@3.8.0...@redux-devtools/core@3.9.0) (2021-03-06) ### Features - update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) -# 3.8.0 (2021-03-06) +## 3.8.0 (2021-03-06) ### Bug Fixes @@ -23,11 +20,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **redux-devtools:** export more types ([#615](https://github.com/reduxjs/redux-devtools/issues/615)) ([c154405](https://github.com/reduxjs/redux-devtools/commit/c154405c6c2448743040d0d7cfa9e8463b647a14)) - **redux-devtools-slider-monitor:** convert example to TypeScript ([#632](https://github.com/reduxjs/redux-devtools/issues/632)) ([ec75d3a](https://github.com/reduxjs/redux-devtools/commit/ec75d3a4b62d0f4b8d52a739a7727142421cc261)) -# 3.6.0 (2020-07-28) +## 3.6.0 (2020-07-28) -# 3.5.0 (2018-12-21) +## 3.5.0 (2018-12-21) -# [3.7.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools@3.6.1...redux-devtools@3.7.0) (2020-09-07) +## [3.7.0](https://github.com/reduxjs/redux-devtools/compare/redux-devtools@3.6.1...redux-devtools@3.7.0) (2020-09-07) ### Bug Fixes diff --git a/packages/redux-devtools/examples/counter/CHANGELOG.md b/packages/redux-devtools/examples/counter/CHANGELOG.md deleted file mode 100644 index aff4a919..00000000 --- a/packages/redux-devtools/examples/counter/CHANGELOG.md +++ /dev/null @@ -1,23 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.1.2](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.1.1...counter-redux@0.1.2) (2021-03-06) - -**Note:** Version bump only for package counter-redux - -## [0.1.1](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.1.0...counter-redux@0.1.1) (2021-03-06) - -**Note:** Version bump only for package counter-redux - -# [0.1.0](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.0.1...counter-redux@0.1.0) (2020-09-07) - -### Features - -- **redux-devtools:** convert counter example to TypeScript ([#616](https://github.com/reduxjs/redux-devtools/issues/616)) ([f1e3f4f](https://github.com/reduxjs/redux-devtools/commit/f1e3f4f8340dea288de5229006acf9dc1ef1cccf)) -- **redux-devtools:** convert todomvc example to TypeScript ([#618](https://github.com/reduxjs/redux-devtools/issues/618)) ([37191e4](https://github.com/reduxjs/redux-devtools/commit/37191e46e600cd9ac2839f0687efb347fc4ef7c1)) - -## 0.0.1 (2020-08-14) - -**Note:** Version bump only for package counter-redux diff --git a/packages/redux-devtools/examples/todomvc/CHANGELOG.md b/packages/redux-devtools/examples/todomvc/CHANGELOG.md deleted file mode 100644 index 2c2acc23..00000000 --- a/packages/redux-devtools/examples/todomvc/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.2.1](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.2.0...todomvc@0.2.1) (2021-03-06) - -**Note:** Version bump only for package todomvc - -# [0.2.0](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.1.0...todomvc@0.2.0) (2021-03-06) - -### Features - -- **redux-devtools-slider-monitor:** convert example to TypeScript ([#632](https://github.com/reduxjs/redux-devtools/issues/632)) ([ec75d3a](https://github.com/reduxjs/redux-devtools/commit/ec75d3a4b62d0f4b8d52a739a7727142421cc261)) - -# [0.1.0](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.0.1...todomvc@0.1.0) (2020-09-07) - -### Features - -- **redux-devtools:** convert todomvc example to TypeScript ([#618](https://github.com/reduxjs/redux-devtools/issues/618)) ([37191e4](https://github.com/reduxjs/redux-devtools/commit/37191e46e600cd9ac2839f0687efb347fc4ef7c1)) - -## 0.0.1 (2020-08-14) - -**Note:** Version bump only for package todomvc