Skip to content

Commit 68421c4

Browse files
haqadnmatticbot
authored andcommitted
Adjust changelog wording
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/31412189278 Upstream-Ref: Automattic/jetpack@9b87167
1 parent 4fc268c commit 68421c4

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ 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-
## [2.0.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.0.0] - 2026-08-10
129
### Added
13-
- Time axis: accept a tickResolution hint on the x-axis options so callers that know the data's bucket size can set tick formats directly instead of relying on inference.
10+
- Time axis: Accept a tickResolution hint on the x-axis options so callers that know the data's bucket size can set tick formats directly instead of relying on inference. [#51017]
1411

1512
### Changed
16-
- Time axis: pick tick formats by bucket resolution as well as span — hour ticks (with the date at midnight boundaries) for sub-daily series spanning up to a week, and month ticks (with the year at January) instead of full dates for month-or-coarser buckets.
17-
- Update package dependencies.
18-
- Zoom: Expose the reset button's shadow as `--a8c-charts-elevation-xs`, replacing the `--wpds-elevation-xs` token removed in `@wordpress/theme` 1.0.0.
19-
- Zoom: Restore the accessible tooltip on the reset control. `@wordpress/ui` is no longer bundled into the package output, so each consumer's bundler now resolves it. It remains a dependency and resolves from node_modules by default, but a bundler that externalizes `@wordpress/*` to `window.wp.*` must bundle `@wordpress/ui` instead — `window.wp.ui` does not exist.
13+
- Time axis: Pick tick formats by bucket resolution as well as span — hour ticks (with the date at midnight boundaries) for sub-daily series spanning up to a week, and month ticks (with the year at January) instead of full dates for month-or-coarser buckets. [#51010]
14+
- Update package dependencies. [#50509]
15+
- Zoom: Expose the reset button's shadow as `--a8c-charts-elevation-xs`, replacing the `--wpds-elevation-xs` token removed in `@wordpress/theme` 1.0.0. [#50509]
16+
- Zoom: Restore the accessible tooltip on the reset control. `@wordpress/ui` is no longer bundled into the package output, so each consumer's bundler now resolves it. It remains a dependency and resolves from node_modules by default, but a bundler that externalizes `@wordpress/*` to `window.wp.*` must bundle `@wordpress/ui` instead — `window.wp.ui` does not exist. [#51016]
2017

2118
### Fixed
22-
- Time axis: show date ticks rather than hour ticks for a daily-bucket pair spanning exactly one day.
19+
- Time axis: Show date ticks rather than hour ticks for a daily-bucket pair spanning exactly one day. [#51013]
2320

2421
## [1.12.0] - 2026-08-03
2522
### Added
@@ -968,7 +965,7 @@ This is an alpha version! The changes listed here are not final.
968965
- Fixed lints following ESLint rule changes for TS [#40584]
969966
- Fixing a bug in Chart storybook data. [#40640]
970967

971-
[2.0.0-alpha]: https://github.com/Automattic/charts/compare/v1.12.0...v2.0.0-alpha
968+
[2.0.0]: https://github.com/Automattic/charts/compare/v1.12.0...v2.0.0
972969
[1.12.0]: https://github.com/Automattic/charts/compare/v1.11.0...v1.12.0
973970
[1.11.0]: https://github.com/Automattic/charts/compare/v1.10.3...v1.11.0
974971
[1.10.3]: https://github.com/Automattic/charts/compare/v1.10.2...v1.10.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": "2.0.0-alpha",
3+
"version": "2.0.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)