@automattic/charts 0.54.2 → 0.54.3
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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.54.3] - 2026-02-03
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#46905]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Add missing stories referenced by Storybook MDX docs. [#46883]
|
|
14
|
+
|
|
8
15
|
## [0.54.2] - 2026-02-02
|
|
9
16
|
### Changed
|
|
10
17
|
- Update package dependencies. [#46854]
|
|
@@ -644,6 +651,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
644
651
|
- Fixed lints following ESLint rule changes for TS [#40584]
|
|
645
652
|
- Fixing a bug in Chart storybook data. [#40640]
|
|
646
653
|
|
|
654
|
+
[0.54.3]: https://github.com/Automattic/charts/compare/v0.54.2...v0.54.3
|
|
647
655
|
[0.54.2]: https://github.com/Automattic/charts/compare/v0.54.1...v0.54.2
|
|
648
656
|
[0.54.1]: https://github.com/Automattic/charts/compare/v0.54.0...v0.54.1
|
|
649
657
|
[0.54.0]: https://github.com/Automattic/charts/compare/v0.53.4...v0.54.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/charts",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.3",
|
|
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": {
|
|
@@ -212,8 +212,8 @@
|
|
|
212
212
|
"devDependencies": {
|
|
213
213
|
"@automattic/jetpack-webpack-config": "workspace:*",
|
|
214
214
|
"@babel/core": "7.28.4",
|
|
215
|
-
"@storybook/addon-docs": "10.
|
|
216
|
-
"@storybook/react": "10.
|
|
215
|
+
"@storybook/addon-docs": "10.2.3",
|
|
216
|
+
"@storybook/react": "10.2.3",
|
|
217
217
|
"@testing-library/dom": "^10.0.0",
|
|
218
218
|
"@testing-library/jest-dom": "^6.0.0",
|
|
219
219
|
"@testing-library/react": "^16.0.0",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"react": "18.3.1",
|
|
235
235
|
"react-dom": "18.3.1",
|
|
236
236
|
"sass-embedded": "1.97.2",
|
|
237
|
-
"storybook": "10.
|
|
237
|
+
"storybook": "10.2.3",
|
|
238
238
|
"tsup": "8.5.0",
|
|
239
239
|
"typescript": "5.9.3"
|
|
240
240
|
},
|