Skip to content

Commit

Permalink
Release Charts package (#40721)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-cp authored Dec 23, 2024
1 parent 1b69987 commit c9d64ce
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 62 deletions.
20 changes: 20 additions & 0 deletions projects/js-packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ 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.1.0 - 2024-12-20
### Added
- Adding a theme provider to Automattic Charts [#40558]
- Adding build option for Charts. [#40676]
- Adding new chart type - pie chart. [#40581]
- Adding new chart type. [#40466]
- Adding support for multiple data series to the Bar chart component. [#40641]
- Adding support for mutliple data series for the line charts. [#40605]
- Chart library: add legend component [#40594]
- Charts: adds Barchart functionality and storybook item [#40353]
- Charts: adds tooltip component [#40495]
- Initial version. [#40250]

### Changed
- Chart Library: Update tooltip component [#40582]
- Update PieSemiCircleChart component [#40625]

### Fixed
- Fixed lints following ESLint rule changes for TS [#40584]
- Fixing a bug in Chart storybook data. [#40640]

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-bar-multi

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-basic-line

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-build

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-multi-series

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-pie-chart

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/add-charts-themes

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/js-packages/charts/changelog/initial-version

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/charts/changelog/update-eslint-9

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.1.0-alpha",
"version": "0.1.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 c9d64ce

Please sign in to comment.