@automattic/charts 0.38.0 → 0.38.1
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 +3 -3
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.38.1] - 2025-09-19
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#45241]
|
|
11
|
+
|
|
8
12
|
## [0.38.0] - 2025-09-19
|
|
9
13
|
### Added
|
|
10
14
|
- Charts: Add get element styles utility to global context [#45207]
|
|
@@ -467,6 +471,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
467
471
|
- Fixed lints following ESLint rule changes for TS [#40584]
|
|
468
472
|
- Fixing a bug in Chart storybook data. [#40640]
|
|
469
473
|
|
|
474
|
+
[0.38.1]: https://github.com/Automattic/charts/compare/v0.38.0...v0.38.1
|
|
470
475
|
[0.38.0]: https://github.com/Automattic/charts/compare/v0.37.0...v0.38.0
|
|
471
476
|
[0.37.0]: https://github.com/Automattic/charts/compare/v0.36.0...v0.37.0
|
|
472
477
|
[0.36.0]: https://github.com/Automattic/charts/compare/v0.35.0...v0.36.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/charts",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.1",
|
|
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": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"typecheck": "tsc --noEmit"
|
|
151
151
|
},
|
|
152
152
|
"dependencies": {
|
|
153
|
-
"@automattic/number-formatters": "^1.0.
|
|
153
|
+
"@automattic/number-formatters": "^1.0.12",
|
|
154
154
|
"@babel/runtime": "7.27.6",
|
|
155
155
|
"@react-spring/web": "9.7.5",
|
|
156
156
|
"@visx/annotation": "^3.12.0",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"deepmerge": "4.3.1",
|
|
175
175
|
"fast-deep-equal": "3.1.3",
|
|
176
176
|
"gridicons": "3.4.2",
|
|
177
|
-
"tslib": "2.
|
|
177
|
+
"tslib": "2.8.1"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
180
|
"@automattic/jetpack-webpack-config": "workspace:*",
|