@automattic/charts 0.56.1 → 0.56.2
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.
- package/CHANGELOG.md +5 -0
- 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
|
+
## [0.56.2] - 2026-02-16
|
|
9
|
+
### Changed
|
|
10
|
+
- Internal updates.
|
|
11
|
+
|
|
8
12
|
## [0.56.1] - 2026-02-12
|
|
9
13
|
### Changed
|
|
10
14
|
- Remove redundant moduleNameMapper from jest config. [#46962]
|
|
@@ -678,6 +682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
678
682
|
- Fixed lints following ESLint rule changes for TS [#40584]
|
|
679
683
|
- Fixing a bug in Chart storybook data. [#40640]
|
|
680
684
|
|
|
685
|
+
[0.56.2]: https://github.com/Automattic/charts/compare/v0.56.1...v0.56.2
|
|
681
686
|
[0.56.1]: https://github.com/Automattic/charts/compare/v0.56.0...v0.56.1
|
|
682
687
|
[0.56.0]: https://github.com/Automattic/charts/compare/v0.55.0...v0.56.0
|
|
683
688
|
[0.55.0]: https://github.com/Automattic/charts/compare/v0.54.3...v0.55.0
|
package/package.json
CHANGED