Skip to content

Commit

Permalink
generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 22, 2025
1 parent 4ff799c commit 1999804
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 33 deletions.
14 changes: 14 additions & 0 deletions projects/js-packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.4.0] - 2025-01-22
### Added
- Added passing through options for X, Y axis [#41109]
- Add gradient fill for line chart [#41143]
- Charts: add responsive chart stories [#41018]
- Charts: adds dependencies and config for jest testing. Adds some initial tests to pie chart component [#41148]
- Charts: adds more pie chart tests [#41175]

### Changed
- Changed back to build with Rollup [#41234]
- Introduce gapScale and cornerScale properties [#41033]
- PieChart: iterate a bit over component API [#40993]

## [0.3.0] - 2025-01-12
### Changed
- make charts responsive [#40922]
Expand Down Expand Up @@ -54,6 +67,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.4.0]: https://github.com/Automattic/charts/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/Automattic/charts/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/Automattic/charts/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/charts/compare/v0.2.1...v0.2.2
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-chart-library-tests

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/update-add-back-rollup

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.3.0",
"version": "0.4.0",
"description": "Display charts within Automattic products.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
"bugs": {
Expand Down

0 comments on commit 1999804

Please sign in to comment.