From 092129201e39cc9b5ac69c5fa802694f3526c505 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:48:17 +0100 Subject: [PATCH] chore: Reformat changelogs (#26815) --- .../superset-ui-chart-controls/CHANGELOG.md | 3 +-- .../packages/superset-ui-demo/CHANGELOG.md | 12 ------------ .../legacy-plugin-chart-calendar/CHANGELOG.md | 4 ---- .../plugins/legacy-plugin-chart-chord/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-country-map/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-event-flow/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-heatmap/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-histogram/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-horizon/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-map-box/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-paired-t-test/CHANGELOG.md | 4 ---- .../CHANGELOG.md | 4 ---- .../legacy-plugin-chart-partition/CHANGELOG.md | 4 ---- .../plugins/legacy-plugin-chart-rose/CHANGELOG.md | 4 ---- .../plugins/legacy-plugin-chart-sankey/CHANGELOG.md | 4 ---- .../legacy-plugin-chart-world-map/CHANGELOG.md | 4 ---- .../plugins/legacy-preset-chart-nvd3/CHANGELOG.md | 12 ------------ .../plugins/plugin-chart-echarts/CHANGELOG.md | 13 ++----------- .../plugin-chart-echarts/src/BigNumber/CHANGELOG.md | 11 +---------- .../plugins/plugin-chart-pivot-table/CHANGELOG.md | 7 +------ .../plugins/plugin-chart-table/CHANGELOG.md | 4 ---- .../plugins/plugin-chart-word-cloud/CHANGELOG.md | 4 ---- 22 files changed, 5 insertions(+), 117 deletions(-) diff --git a/superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md b/superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md index d8af5ed5e..3219817e0 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md +++ b/superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md @@ -24,7 +24,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30) - ### Features -* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073)) +- add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073)) diff --git a/superset-frontend/packages/superset-ui-demo/CHANGELOG.md b/superset-frontend/packages/superset-ui-demo/CHANGELOG.md index 8e044731d..6e384143f 100644 --- a/superset-frontend/packages/superset-ui-demo/CHANGELOG.md +++ b/superset-frontend/packages/superset-ui-demo/CHANGELOG.md @@ -26,26 +26,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/demo - - - - ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) **Note:** Version bump only for package @superset-ui/demo - - - - ## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02) **Note:** Version bump only for package @superset-ui/demo - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/demo diff --git a/superset-frontend/plugins/legacy-plugin-chart-calendar/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-calendar/CHANGELOG.md index b7e4b701f..3b8989f46 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-calendar/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-calendar/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar diff --git a/superset-frontend/plugins/legacy-plugin-chart-chord/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-chord/CHANGELOG.md index 9564ba42c..173bcd16a 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-chord/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-chord/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-country-map/CHANGELOG.md index 1ff11b48a..73d4381d0 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-country-map/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map diff --git a/superset-frontend/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md index 917fbce4f..86c9077da 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow diff --git a/superset-frontend/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md index 71e540c9b..66d8fa44e 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap diff --git a/superset-frontend/plugins/legacy-plugin-chart-histogram/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-histogram/CHANGELOG.md index a7ae49539..492019bbe 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-histogram/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-histogram/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram diff --git a/superset-frontend/plugins/legacy-plugin-chart-horizon/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-horizon/CHANGELOG.md index fdf705c7f..1a2d39a16 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-horizon/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-horizon/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-horizon - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-horizon diff --git a/superset-frontend/plugins/legacy-plugin-chart-map-box/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-map-box/CHANGELOG.md index 1c50b792b..3e4e68846 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-map-box/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-map-box/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-map-box - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-map-box diff --git a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md index d58dc44c6..119c5a255 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-paired-t-test - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-paired-t-test diff --git a/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md index beebe6fc5..c6f8c8ffd 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-parallel-coordinates - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-parallel-coordinates diff --git a/superset-frontend/plugins/legacy-plugin-chart-partition/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-partition/CHANGELOG.md index e02808eb4..9a81f7266 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-partition/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-partition/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-partition - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-partition diff --git a/superset-frontend/plugins/legacy-plugin-chart-rose/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-rose/CHANGELOG.md index bb71a3a5f..c8f780d5d 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-rose/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-rose/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-rose - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-rose diff --git a/superset-frontend/plugins/legacy-plugin-chart-sankey/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-sankey/CHANGELOG.md index 1e9f97f57..3eb3e414f 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-sankey/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-sankey/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey diff --git a/superset-frontend/plugins/legacy-plugin-chart-world-map/CHANGELOG.md b/superset-frontend/plugins/legacy-plugin-chart-world-map/CHANGELOG.md index 307316c86..d66b5ab78 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-world-map/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-plugin-chart-world-map/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-world-map - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-world-map diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/CHANGELOG.md b/superset-frontend/plugins/legacy-preset-chart-nvd3/CHANGELOG.md index 30122c832..fc87e376b 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/CHANGELOG.md @@ -26,26 +26,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3 - - - - ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3 - - - - ## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3 - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3 diff --git a/superset-frontend/plugins/plugin-chart-echarts/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-echarts/CHANGELOG.md index dfa04c107..22e4ca391 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-echarts/CHANGELOG.md @@ -26,22 +26,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/plugin-chart-echarts - - - - ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) **Note:** Version bump only for package @superset-ui/plugin-chart-echarts - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) - ### Bug Fixes -* **plugin-chart-echarts:** enable animation to clear old nodes ([#1200](https://github.com/apache-superset/superset-ui/issues/1200)) ([1ee7f4e](https://github.com/apache-superset/superset-ui/commit/1ee7f4e36e1245917e61999f190a84425e82ea38)) -* **plugin-chart-echarts:** sanitize series from html tags ([#1126](https://github.com/apache-superset/superset-ui/issues/1126)) ([fcd6fde](https://github.com/apache-superset/superset-ui/commit/fcd6fde44bb45df3aab5ac5bb990504e7dbde324)) +- **plugin-chart-echarts:** enable animation to clear old nodes ([#1200](https://github.com/apache-superset/superset-ui/issues/1200)) ([1ee7f4e](https://github.com/apache-superset/superset-ui/commit/1ee7f4e36e1245917e61999f190a84425e82ea38)) +- **plugin-chart-echarts:** sanitize series from html tags ([#1126](https://github.com/apache-superset/superset-ui/issues/1126)) ([fcd6fde](https://github.com/apache-superset/superset-ui/commit/fcd6fde44bb45df3aab5ac5bb990504e7dbde324)) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/CHANGELOG.md index 52216bcfc..a89526b4e 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/CHANGELOG.md @@ -26,21 +26,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/legacy-preset-chart-big-number - - - - ## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02) **Note:** Version bump only for package @superset-ui/legacy-preset-chart-big-number - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) - ### Bug Fixes -* **legacy-preset-chart-big-number:** example images got mixed up ([#1196](https://github.com/apache-superset/superset-ui/issues/1196)) ([60215b5](https://github.com/apache-superset/superset-ui/commit/60215b5a4c5ae416fc27418c276276ed38ab7f19)) +- **legacy-preset-chart-big-number:** example images got mixed up ([#1196](https://github.com/apache-superset/superset-ui/issues/1196)) ([60215b5](https://github.com/apache-superset/superset-ui/commit/60215b5a4c5ae416fc27418c276276ed38ab7f19)) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-pivot-table/CHANGELOG.md index 0219e084e..c8c1524bf 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-pivot-table/CHANGELOG.md @@ -24,14 +24,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30) - ### Bug Fixes -* Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b)) - - - - +- Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b)) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) diff --git a/superset-frontend/plugins/plugin-chart-table/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-table/CHANGELOG.md index 4f3efe640..3f440c5b0 100644 --- a/superset-frontend/plugins/plugin-chart-table/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-table/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/plugin-chart-table - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/plugin-chart-table diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md index a9f3ca15b..7c58d35d2 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md @@ -26,10 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud - - - - ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) **Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud