Skip to content

Commit

Permalink
generate changelog (#41448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj authored Jan 31, 2025
1 parent 42477b9 commit bc44e59
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 52 deletions.
15 changes: 15 additions & 0 deletions projects/js-packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bc44e59

Please sign in to comment.