Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Dec 31, 2024
1 parent dccd581 commit 807f40d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
9 changes: 9 additions & 0 deletions projects/js-packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.2.0] - 2024-12-31
### Added
- Charts: adds grid component to charts [#40683]

### Fixed
- Fixing incorrect TS build. [#40761]

## 0.1.0 - 2024-12-20
### Added
- Adding a theme provider to Automattic Charts [#40558]
Expand All @@ -25,3 +32,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed lints following ESLint rule changes for TS [#40584]
- Fixing a bug in Chart storybook data. [#40640]

[0.2.0]: https://github.com/Automattic/charts/compare/v0.1.0...v0.2.0

This file was deleted.

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

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",
"version": "0.2.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 807f40d

Please sign in to comment.