@automattic/charts 0.59.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.0] - 2026-03-24
9
+ ### Changed
10
+ - Internal updates. [#43811]
11
+
8
12
  ## [0.59.0] - 2026-03-23
9
13
  ### Added
10
14
  - ChartLayout: Add component for shared chart and legend layout. [#47554]
@@ -760,6 +764,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
760
764
  - Fixed lints following ESLint rule changes for TS [#40584]
761
765
  - Fixing a bug in Chart storybook data. [#40640]
762
766
 
767
+ [1.0.0]: https://github.com/Automattic/charts/compare/v0.59.0...v1.0.0
763
768
  [0.59.0]: https://github.com/Automattic/charts/compare/v0.58.0...v0.59.0
764
769
  [0.58.0]: https://github.com/Automattic/charts/compare/v0.57.0...v0.58.0
765
770
  [0.57.0]: https://github.com/Automattic/charts/compare/v0.56.7...v0.57.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "0.59.0",
3
+ "version": "1.0.0",
4
4
  "description": "Display charts within Automattic products.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
6
6
  "bugs": {