Skip to content

Commit 01052ba

Browse files
authored
release charts 0.9.0 (#42169)
1 parent 249310f commit 01052ba

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

projects/js-packages/charts/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+
## [0.9.0] - 2025-03-02
9+
### Added
10+
- Expose event handling for line chart [#42168]
11+
812
## [0.8.4] - 2025-02-27
913
### Fixed
1014
- Line chart: no need for min x tick num [#42087]
@@ -128,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128132
- Fixed lints following ESLint rule changes for TS [#40584]
129133
- Fixing a bug in Chart storybook data. [#40640]
130134

135+
[0.9.0]: https://github.com/Automattic/charts/compare/v0.8.4...v0.9.0
131136
[0.8.4]: https://github.com/Automattic/charts/compare/v0.8.3...v0.8.4
132137
[0.8.3]: https://github.com/Automattic/charts/compare/v0.8.2...v0.8.3
133138
[0.8.2]: https://github.com/Automattic/charts/compare/v0.8.1...v0.8.2

projects/js-packages/charts/changelog/add-add-events-handling-line-chart

-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.8.4",
3+
"version": "0.9.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)