Skip to content

Commit 7e5f030

Browse files
kangzjjboland88
authored andcommitted
generate changelog (#41448)
1 parent 91dc61a commit 7e5f030

20 files changed

+33
-52
lines changed

projects/js-packages/charts/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2025-01-31
9+
### Added
10+
- Automatic margin for axis labels [#41325]
11+
- Charts: adds tests and fixes to bar chart component [#41296]
12+
- Charts: adds tests for line chart component [#41174]
13+
- Line chart: draw x-axis and ticks [#41346]
14+
- Line chart: use natural curve [#41293]
15+
- Y axis non-zero start for line chart [#41291]
16+
17+
### Changed
18+
- Introduce `children` PieChart property [#41289]
19+
- Only use area line for line chart [#41292]
20+
- Updated package dependencies. [#41286]
21+
822
## [0.6.0] - 2025-01-23
923
### Changed
1024
- 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
7589
- Fixed lints following ESLint rule changes for TS [#40584]
7690
- Fixing a bug in Chart storybook data. [#40640]
7791

92+
[0.7.0]: https://github.com/Automattic/charts/compare/v0.6.0...v0.7.0
7893
[0.6.0]: https://github.com/Automattic/charts/compare/v0.5.0...v0.6.0
7994
[0.5.0]: https://github.com/Automattic/charts/compare/v0.4.0...v0.5.0
8095
[0.4.0]: https://github.com/Automattic/charts/compare/v0.3.0...v0.4.0

projects/js-packages/charts/changelog/add-chart-library-test-bar-chart

-4
This file was deleted.

projects/js-packages/charts/changelog/add-chart-library-test-line-chart

-4
This file was deleted.

projects/js-packages/charts/changelog/add-proper-scale-for-y-axis

-4
This file was deleted.

projects/js-packages/charts/changelog/renovate-webpack-cli-6.x

-4
This file was deleted.

projects/js-packages/charts/changelog/update-auto-margin-for-axis-labels

-4
This file was deleted.

projects/js-packages/charts/changelog/update-charts-add-children-prop-to-pie-chart

-4
This file was deleted.

projects/js-packages/charts/changelog/update-only-use-area-lines

-4
This file was deleted.

projects/js-packages/charts/changelog/update-use-natural-curve

-4
This file was deleted.

projects/js-packages/charts/changelog/update-x-axis-tick-style

-4
This file was deleted.

projects/js-packages/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Display charts within Automattic products.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
66
"bugs": {

projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.17] - 2025-01-31
9+
### Changed
10+
- Updated package dependencies. [#41286]
11+
812
## [1.1.16] - 2024-12-16
913
### Changed
1014
- Internal updates.
@@ -238,6 +242,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238242
### Added
239243
- Initial release.
240244

245+
[1.1.17]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.16...v1.1.17
241246
[1.1.16]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.15...v1.1.16
242247
[1.1.15]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.14...v1.1.15
243248
[1.1.14]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.13...v1.1.14

projects/js-packages/i18n-check-webpack-plugin/changelog/renovate-webpack-cli-6.x

-4
This file was deleted.

projects/js-packages/i18n-check-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/i18n-check-webpack-plugin",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme",
66
"bugs": {

projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.69] - 2025-01-31
9+
### Changed
10+
- Updated package dependencies. [#41286]
11+
812
## [2.0.68] - 2025-01-20
913
### Changed
1014
- Updated package dependencies. [#41099]
@@ -301,6 +305,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301305
### Added
302306
- Initial release.
303307

308+
[2.0.69]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.68...v2.0.69
304309
[2.0.68]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.67...v2.0.68
305310
[2.0.67]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.66...v2.0.67
306311
[2.0.66]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.65...v2.0.66

projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-webpack-cli-6.x

-4
This file was deleted.

projects/js-packages/i18n-loader-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/i18n-loader-webpack-plugin",
3-
"version": "2.0.68",
3+
"version": "2.0.69",
44
"description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme",
66
"bugs": {

projects/js-packages/webpack-config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 3.6.1 - 2025-01-31
9+
### Changed
10+
- Updated package dependencies. [#41286]
11+
812
## 3.6.0 - 2025-01-27
913
### Added
1014
- Set `output.uniqueName` by default. Note this may change output for things setting `output.library.name`. [#41315]

projects/js-packages/webpack-config/changelog/renovate-webpack-cli-6.x

-4
This file was deleted.

projects/js-packages/webpack-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-webpack-config",
4-
"version": "3.6.0",
4+
"version": "3.6.1",
55
"description": "Library of pieces for webpack config in Jetpack projects.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme",
77
"bugs": {

0 commit comments

Comments
 (0)