Skip to content

Commit 56bcbd8

Browse files
kangzjmatticbot
authored andcommitted
1 parent 4855a6c commit 56bcbd8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ 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.10.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.10.0] - 2025-03-17
129
### Changed
13-
- Bar chart: align options with line chart
14-
- Update package dependencies.
10+
- Bar chart: align options with line chart [#42448]
11+
- Update package dependencies. [#42163]
12+
- Update package dependencies. [#42384]
1513

1614
## [0.9.0] - 2025-03-02
1715
### Added
@@ -140,7 +138,7 @@ This is an alpha version! The changes listed here are not final.
140138
- Fixed lints following ESLint rule changes for TS [#40584]
141139
- Fixing a bug in Chart storybook data. [#40640]
142140

143-
[0.10.0-alpha]: https://github.com/Automattic/charts/compare/v0.9.0...v0.10.0-alpha
141+
[0.10.0]: https://github.com/Automattic/charts/compare/v0.9.0...v0.10.0
144142
[0.9.0]: https://github.com/Automattic/charts/compare/v0.8.4...v0.9.0
145143
[0.8.4]: https://github.com/Automattic/charts/compare/v0.8.3...v0.8.4
146144
[0.8.3]: https://github.com/Automattic/charts/compare/v0.8.2...v0.8.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.10.0-alpha",
3+
"version": "0.10.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)