Skip to content

Commit 248069c

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16420574513 Upstream-Ref: Automattic/jetpack@d1614b5
1 parent 45ae24a commit 248069c

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ 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.18.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.18.0] - 2025-07-21
129
### Added
13-
- Add keyboard navigation support for the bar charts
14-
- Add keyboard navigation support for the line charts
15-
- Add Woo Analytics Leaderboard chart component.
16-
- Line chart: Add documentation for annotations
17-
- Line chart: Add support for custom interactive annotations. Includes a breaking change to the annotations API, from an `annotations` prop to a compound component pattern.
10+
- Add keyboard navigation support for bar and line charts. [#44036]
11+
- Add Woo Analytics Leaderboard chart component. [#44299]
12+
- Line chart: Add documentation for annotations. [#44361]
13+
- Line chart: Add support for custom interactive annotations. Includes a breaking change to the annotations API, from an `annotations` prop to a compound component pattern. [#44131]
1814

1915
### Changed
20-
- Replace `lodash` with `deepmerge`.
21-
- Update package dependencies.
16+
- Replace `lodash` with `deepmerge`. [#44316]
17+
- Update package dependencies. [#44356]
2218

2319
## [0.17.0] - 2025-07-14
2420
### Added
@@ -300,7 +296,7 @@ This is an alpha version! The changes listed here are not final.
300296
- Fixed lints following ESLint rule changes for TS [#40584]
301297
- Fixing a bug in Chart storybook data. [#40640]
302298

303-
[0.18.0-alpha]: https://github.com/Automattic/charts/compare/v0.17.0...v0.18.0-alpha
299+
[0.18.0]: https://github.com/Automattic/charts/compare/v0.17.0...v0.18.0
304300
[0.17.0]: https://github.com/Automattic/charts/compare/v0.16.2...v0.17.0
305301
[0.16.2]: https://github.com/Automattic/charts/compare/v0.16.1...v0.16.2
306302
[0.16.1]: https://github.com/Automattic/charts/compare/v0.16.0...v0.16.1

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.18.0-alpha",
3+
"version": "0.18.0",
44
"description": "Display charts within Automattic products.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
66
"bugs": {
@@ -47,8 +47,8 @@
4747
"./style.css": "./dist/mjs/style.css"
4848
},
4949
"dependencies": {
50-
"@automattic/jetpack-components": "^1.1.14-alpha",
51-
"@automattic/number-formatters": "^1.0.9-alpha",
50+
"@automattic/jetpack-components": "^1.1.14",
51+
"@automattic/number-formatters": "^1.0.9",
5252
"@babel/runtime": "7.27.6",
5353
"@react-spring/web": "9.7.5",
5454
"@visx/annotation": "^3.12.0",

0 commit comments

Comments
 (0)