@automattic/charts 1.4.2 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
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.4.3] - 2026-05-25
9
+ ### Changed
10
+ - Update dependencies. [#43811]
11
+
8
12
  ## [1.4.2] - 2026-05-21
9
13
  ### Changed
10
14
  - Update package dependencies. [#48405]
@@ -838,6 +842,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
838
842
  - Fixed lints following ESLint rule changes for TS [#40584]
839
843
  - Fixing a bug in Chart storybook data. [#40640]
840
844
 
845
+ [1.4.3]: https://github.com/Automattic/charts/compare/v1.4.2...v1.4.3
841
846
  [1.4.2]: https://github.com/Automattic/charts/compare/v1.4.1...v1.4.2
842
847
  [1.4.1]: https://github.com/Automattic/charts/compare/v1.4.0...v1.4.1
843
848
  [1.4.0]: https://github.com/Automattic/charts/compare/v1.3.1...v1.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "1.4.2",
3
+ "version": "1.4.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": {
@@ -63,7 +63,7 @@
63
63
  "typecheck": "tsgo --noEmit"
64
64
  },
65
65
  "dependencies": {
66
- "@automattic/number-formatters": "^1.1.10",
66
+ "@automattic/number-formatters": "^1.2.0",
67
67
  "@babel/runtime": "7.29.2",
68
68
  "@react-spring/web": "9.7.5",
69
69
  "@visx/annotation": "^3.12.0",