Skip to content

Commit da44335

Browse files
kangzjmatticbot
authored andcommitted
bump version 0.19.0
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16430504916 Upstream-Ref: Automattic/jetpack@becb003
1 parent 2961ab0 commit da44335

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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.19.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.19.0] - 2025-07-21
129
### Added
13-
- Added more exports for Woo Analytics to get rid of visx dependencies
10+
- Added more exports for Woo Analytics to get rid of visx dependencies [#44390]
1411

1512
## [0.18.0] - 2025-07-21
1613
### Added
@@ -303,7 +300,7 @@ This is an alpha version! The changes listed here are not final.
303300
- Fixed lints following ESLint rule changes for TS [#40584]
304301
- Fixing a bug in Chart storybook data. [#40640]
305302

306-
[0.19.0-alpha]: https://github.com/Automattic/charts/compare/v0.18.0...v0.19.0-alpha
303+
[0.19.0]: https://github.com/Automattic/charts/compare/v0.18.0...v0.19.0
307304
[0.18.0]: https://github.com/Automattic/charts/compare/v0.17.0...v0.18.0
308305
[0.17.0]: https://github.com/Automattic/charts/compare/v0.16.2...v0.17.0
309306
[0.16.2]: https://github.com/Automattic/charts/compare/v0.16.1...v0.16.2

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.19.0-alpha",
3+
"version": "0.19.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)