From bc44e591d4b1bb89df7c950f78b1aa53ab18ebca Mon Sep 17 00:00:00 2001 From: Jasper Kang Date: Fri, 31 Jan 2025 14:53:29 +1300 Subject: [PATCH] generate changelog (#41448) --- projects/js-packages/charts/CHANGELOG.md | 15 +++++++++++++++ .../changelog/add-chart-library-test-bar-chart | 4 ---- .../changelog/add-chart-library-test-line-chart | 4 ---- .../charts/changelog/add-proper-scale-for-y-axis | 4 ---- .../charts/changelog/renovate-webpack-cli-6.x | 4 ---- .../changelog/update-auto-margin-for-axis-labels | 4 ---- .../update-charts-add-children-prop-to-pie-chart | 4 ---- .../charts/changelog/update-only-use-area-lines | 4 ---- .../charts/changelog/update-use-natural-curve | 4 ---- .../charts/changelog/update-x-axis-tick-style | 4 ---- projects/js-packages/charts/package.json | 2 +- .../i18n-check-webpack-plugin/CHANGELOG.md | 5 +++++ .../changelog/renovate-webpack-cli-6.x | 4 ---- .../i18n-check-webpack-plugin/package.json | 2 +- .../i18n-loader-webpack-plugin/CHANGELOG.md | 5 +++++ .../changelog/renovate-webpack-cli-6.x | 4 ---- .../i18n-loader-webpack-plugin/package.json | 2 +- projects/js-packages/webpack-config/CHANGELOG.md | 4 ++++ .../changelog/renovate-webpack-cli-6.x | 4 ---- projects/js-packages/webpack-config/package.json | 2 +- 20 files changed, 33 insertions(+), 52 deletions(-) delete mode 100644 projects/js-packages/charts/changelog/add-chart-library-test-bar-chart delete mode 100644 projects/js-packages/charts/changelog/add-chart-library-test-line-chart delete mode 100644 projects/js-packages/charts/changelog/add-proper-scale-for-y-axis delete mode 100644 projects/js-packages/charts/changelog/renovate-webpack-cli-6.x delete mode 100644 projects/js-packages/charts/changelog/update-auto-margin-for-axis-labels delete mode 100644 projects/js-packages/charts/changelog/update-charts-add-children-prop-to-pie-chart delete mode 100644 projects/js-packages/charts/changelog/update-only-use-area-lines delete mode 100644 projects/js-packages/charts/changelog/update-use-natural-curve delete mode 100644 projects/js-packages/charts/changelog/update-x-axis-tick-style delete mode 100644 projects/js-packages/i18n-check-webpack-plugin/changelog/renovate-webpack-cli-6.x delete mode 100644 projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-webpack-cli-6.x delete mode 100644 projects/js-packages/webpack-config/changelog/renovate-webpack-cli-6.x diff --git a/projects/js-packages/charts/CHANGELOG.md b/projects/js-packages/charts/CHANGELOG.md index fce43804178c0..5ff1605e2acee 100644 --- a/projects/js-packages/charts/CHANGELOG.md +++ b/projects/js-packages/charts/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0] - 2025-01-31 +### Added +- Automatic margin for axis labels [#41325] +- Charts: adds tests and fixes to bar chart component [#41296] +- Charts: adds tests for line chart component [#41174] +- Line chart: draw x-axis and ticks [#41346] +- Line chart: use natural curve [#41293] +- Y axis non-zero start for line chart [#41291] + +### Changed +- Introduce `children` PieChart property [#41289] +- Only use area line for line chart [#41292] +- Updated package dependencies. [#41286] + ## [0.6.0] - 2025-01-23 ### Changed - size props renamed to width for semi circle chart [#41270] @@ -75,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed lints following ESLint rule changes for TS [#40584] - Fixing a bug in Chart storybook data. [#40640] +[0.7.0]: https://github.com/Automattic/charts/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Automattic/charts/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/Automattic/charts/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/Automattic/charts/compare/v0.3.0...v0.4.0 diff --git a/projects/js-packages/charts/changelog/add-chart-library-test-bar-chart b/projects/js-packages/charts/changelog/add-chart-library-test-bar-chart deleted file mode 100644 index 9cf7990dc3e88..0000000000000 --- a/projects/js-packages/charts/changelog/add-chart-library-test-bar-chart +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Charts: adds tests and fixes to bar chart component diff --git a/projects/js-packages/charts/changelog/add-chart-library-test-line-chart b/projects/js-packages/charts/changelog/add-chart-library-test-line-chart deleted file mode 100644 index 77c323e9bcce3..0000000000000 --- a/projects/js-packages/charts/changelog/add-chart-library-test-line-chart +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Charts: adds tests for line chart component diff --git a/projects/js-packages/charts/changelog/add-proper-scale-for-y-axis b/projects/js-packages/charts/changelog/add-proper-scale-for-y-axis deleted file mode 100644 index 19e538692ed9f..0000000000000 --- a/projects/js-packages/charts/changelog/add-proper-scale-for-y-axis +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Y axis non-zero start for line chart diff --git a/projects/js-packages/charts/changelog/renovate-webpack-cli-6.x b/projects/js-packages/charts/changelog/renovate-webpack-cli-6.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/charts/changelog/renovate-webpack-cli-6.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/charts/changelog/update-auto-margin-for-axis-labels b/projects/js-packages/charts/changelog/update-auto-margin-for-axis-labels deleted file mode 100644 index 47e5070e818b2..0000000000000 --- a/projects/js-packages/charts/changelog/update-auto-margin-for-axis-labels +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Automatic margin for axis labels diff --git a/projects/js-packages/charts/changelog/update-charts-add-children-prop-to-pie-chart b/projects/js-packages/charts/changelog/update-charts-add-children-prop-to-pie-chart deleted file mode 100644 index 49238039304d3..0000000000000 --- a/projects/js-packages/charts/changelog/update-charts-add-children-prop-to-pie-chart +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Introduce `children` PieChart property diff --git a/projects/js-packages/charts/changelog/update-only-use-area-lines b/projects/js-packages/charts/changelog/update-only-use-area-lines deleted file mode 100644 index ca23ea251046e..0000000000000 --- a/projects/js-packages/charts/changelog/update-only-use-area-lines +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Only use area line for line chart diff --git a/projects/js-packages/charts/changelog/update-use-natural-curve b/projects/js-packages/charts/changelog/update-use-natural-curve deleted file mode 100644 index 44da3067eef35..0000000000000 --- a/projects/js-packages/charts/changelog/update-use-natural-curve +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Line chart: use natural curve diff --git a/projects/js-packages/charts/changelog/update-x-axis-tick-style b/projects/js-packages/charts/changelog/update-x-axis-tick-style deleted file mode 100644 index 601f09d8dd64f..0000000000000 --- a/projects/js-packages/charts/changelog/update-x-axis-tick-style +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Line chart: draw x-axis and ticks diff --git a/projects/js-packages/charts/package.json b/projects/js-packages/charts/package.json index 21f2b6ee422a8..160531882ad38 100644 --- a/projects/js-packages/charts/package.json +++ b/projects/js-packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/charts", - "version": "0.6.0", + "version": "0.7.0", "description": "Display charts within Automattic products.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme", "bugs": { diff --git a/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md b/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md index a2a54b57f0055..a99a0d475b5a9 100644 --- a/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.17] - 2025-01-31 +### Changed +- Updated package dependencies. [#41286] + ## [1.1.16] - 2024-12-16 ### Changed - Internal updates. @@ -238,6 +242,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[1.1.17]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.16...v1.1.17 [1.1.16]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.15...v1.1.16 [1.1.15]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.14...v1.1.15 [1.1.14]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.13...v1.1.14 diff --git a/projects/js-packages/i18n-check-webpack-plugin/changelog/renovate-webpack-cli-6.x b/projects/js-packages/i18n-check-webpack-plugin/changelog/renovate-webpack-cli-6.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/i18n-check-webpack-plugin/changelog/renovate-webpack-cli-6.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/i18n-check-webpack-plugin/package.json b/projects/js-packages/i18n-check-webpack-plugin/package.json index 4b5997738202a..96b4b90b973cf 100644 --- a/projects/js-packages/i18n-check-webpack-plugin/package.json +++ b/projects/js-packages/i18n-check-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/i18n-check-webpack-plugin", - "version": "1.1.16", + "version": "1.1.17", "description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme", "bugs": { diff --git a/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md b/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md index a1712b014fb3b..606ad59b3fd7a 100644 --- a/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.69] - 2025-01-31 +### Changed +- Updated package dependencies. [#41286] + ## [2.0.68] - 2025-01-20 ### Changed - Updated package dependencies. [#41099] @@ -301,6 +305,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[2.0.69]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.68...v2.0.69 [2.0.68]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.67...v2.0.68 [2.0.67]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.66...v2.0.67 [2.0.66]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.65...v2.0.66 diff --git a/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-webpack-cli-6.x b/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-webpack-cli-6.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-webpack-cli-6.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/i18n-loader-webpack-plugin/package.json b/projects/js-packages/i18n-loader-webpack-plugin/package.json index 362caaa289fd8..5d76a7abe77ac 100644 --- a/projects/js-packages/i18n-loader-webpack-plugin/package.json +++ b/projects/js-packages/i18n-loader-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/i18n-loader-webpack-plugin", - "version": "2.0.68", + "version": "2.0.69", "description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme", "bugs": { diff --git a/projects/js-packages/webpack-config/CHANGELOG.md b/projects/js-packages/webpack-config/CHANGELOG.md index 242c991999262..0d8fc86a4205a 100644 --- a/projects/js-packages/webpack-config/CHANGELOG.md +++ b/projects/js-packages/webpack-config/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.6.1 - 2025-01-31 +### Changed +- Updated package dependencies. [#41286] + ## 3.6.0 - 2025-01-27 ### Added - Set `output.uniqueName` by default. Note this may change output for things setting `output.library.name`. [#41315] diff --git a/projects/js-packages/webpack-config/changelog/renovate-webpack-cli-6.x b/projects/js-packages/webpack-config/changelog/renovate-webpack-cli-6.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/webpack-config/changelog/renovate-webpack-cli-6.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/webpack-config/package.json b/projects/js-packages/webpack-config/package.json index 3a92a23aae45c..22f5722152675 100644 --- a/projects/js-packages/webpack-config/package.json +++ b/projects/js-packages/webpack-config/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-webpack-config", - "version": "3.6.0", + "version": "3.6.1", "description": "Library of pieces for webpack config in Jetpack projects.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme", "bugs": {