From 9a34f6f3da21e02da71d4db6e7235c2ec7ed6017 Mon Sep 17 00:00:00 2001 From: Xinyi Date: Wed, 26 Oct 2022 16:38:20 -0700 Subject: [PATCH] fix: changelog --- packages/components/CHANGELOG.md | 12 ++++++------ packages/core/CHANGELOG.md | 10 +++++----- packages/react-components/CHANGELOG.md | 10 +++++----- packages/related-table/CHANGELOG.md | 10 +++++----- packages/scene-composer/CHANGELOG.md | 6 +++--- packages/source-iotsitewise/CHANGELOG.md | 10 +++++----- packages/source-iottwinmaker/CHANGELOG.md | 6 +++--- packages/table/CHANGELOG.md | 8 ++++---- release-please-config.json | 8 +++----- 9 files changed, 39 insertions(+), 41 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7e6a4bfa2..bb486dfaa 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### BREAKING CHANGES * `@iot-app-kit/components/iot-table` now uses AWS-UI's table components (wrapped as a separated [table package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component. @@ -95,7 +95,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * bump synchro-charts/core version from v5 to v6 (#199) ([ad1e3e6](https://github.com/awslabs/iot-app-kit/commit/ad1e3e6108cc02d58060365ab4bad950f0e991cc)) * Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96)) -# 1.5.0 (2022-07-09) +## 1.5.0 (2022-07-09) ### Features @@ -167,7 +167,7 @@ IotTable: -# 1.4.0 (2022-06-09) +## 1.4.0 (2022-06-09) ### Features diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7c3a8461f..4f17316fb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### BREAKING CHANGES * Refactor time series data module to   remove unused functionality. Add meta field to data stream.([c063d5c](https://github.com/awslabs/iot-app-kit/commit/c063d5c9f9dddcdff2b3d29a0b1f7b67b04c75a4)) @@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96)) -# 1.4.0 (2022-06-09) +## 1.4.0 (2022-06-09) ### Features diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 26a9dd4e8..0a9952b08 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -81,13 +81,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### Miscellaneous * Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96)) -# 1.4.0 (2022-06-09) +## 1.4.0 (2022-06-09) ### Features diff --git a/packages/related-table/CHANGELOG.md b/packages/related-table/CHANGELOG.md index b3943d9a1..a7ffe1eda 100644 --- a/packages/related-table/CHANGELOG.md +++ b/packages/related-table/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -81,12 +81,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### Miscellaneous * Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96)) -# 1.4.0 (2022-06-09) +## 1.4.0 (2022-06-09) ### Features diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index 694579ad2..9a57bfd52 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features diff --git a/packages/source-iotsitewise/CHANGELOG.md b/packages/source-iotsitewise/CHANGELOG.md index 5ba1467f2..e12aa8f37 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) ## Features @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### BREAKING CHANGES * Change time series data modules getRequestsFromQueries to be async ([11f7fb0](https://github.com/awslabs/iot-app-kit/commit/11f7fb0442045d20c1ff9cce1567d3126380b29b)) @@ -90,7 +90,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * bump synchro-charts/core version from v5 to v6 (#199) ([ad1e3e6](https://github.com/awslabs/iot-app-kit/commit/ad1e3e6108cc02d58060365ab4bad950f0e991cc)) * Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96)) -# 1.5.0 (2022-07-09) +## 1.5.0 (2022-07-09) ### Features @@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# 1.4.0 (2022-06-09) +## 1.4.0 (2022-06-09) ### Features diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index 694579ad2..9a57bfd52 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index d584e6406..d2be7e479 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 2.2.0 (2022-10-21) +## 2.2.0 (2022-10-21) -## Features +### Features * source-iotsitewise, core, components: * Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be)) @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521)) * easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52)) -# 2.1.0 (2022-09-30) +## 2.1.0 (2022-09-30) ### Features @@ -82,7 +82,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919)) -# 2.0.0 (2022-09-14) +## 2.0.0 (2022-09-14) ### Features * introduce new table component supporting filtering and sorting. ([c75d4f0](https://github.com/awslabs/iot-app-kit/commit/c75d4f05b64c801c06ba45acd3b5df2fb7d2e30a)) diff --git a/release-please-config.json b/release-please-config.json index fa63a7c43..2530949df 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,8 +1,5 @@ { "packages": { - ".": { - "component": "root" - }, "packages/components": { "component": "components" }, @@ -39,8 +36,9 @@ "type": "linked-versions", "group-name": "iot-app-kit", "components": [ - "root", "components", "core", "react-components", "related-table", "scene-composer", "source-iotsitewise", "source-iottwinmaker", "table" + "components", "core", "react-components", "related-table", "scene-composer", "source-iotsitewise", "source-iottwinmaker", "table" ] } - ] + ], + "group-pull-request-title-pattern": "chore: release ${version}" } \ No newline at end of file