File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
projects/js-packages/charts Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments