Skip to content

Commit 855c432

Browse files
authored
Charts release 0.42.0 (#45490)
1 parent 4416d0b commit 855c432

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

projects/js-packages/charts/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## [0.42.0] - 2025-10-14
9+
### Changed
10+
- Leaderboard chart: Update exports and layout flex behaviour [#45480]
11+
812
## [0.41.1] - 2025-10-13
913
### Fixed
1014
- Fix conversion funnel height inconsistency when toggling comparison mode. [#45434]
@@ -507,6 +511,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
507511
- Fixed lints following ESLint rule changes for TS [#40584]
508512
- Fixing a bug in Chart storybook data. [#40640]
509513

514+
[0.42.0]: https://github.com/Automattic/charts/compare/v0.41.1...v0.42.0
510515
[0.41.1]: https://github.com/Automattic/charts/compare/v0.41.0...v0.41.1
511516
[0.41.0]: https://github.com/Automattic/charts/compare/v0.40.0...v0.41.0
512517
[0.40.0]: https://github.com/Automattic/charts/compare/v0.39.0...v0.40.0

projects/js-packages/charts/changelog/update-leaderboard-layout

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/package.json

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

0 commit comments

Comments
 (0)