@automattic/charts 0.56.1 → 0.56.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 +10 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.3] - 2026-02-18
9
+ ### Changed
10
+ - Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
11
+
12
+ ## [0.56.2] - 2026-02-16
13
+ ### Changed
14
+ - Internal updates.
15
+
8
16
  ## [0.56.1] - 2026-02-12
9
17
  ### Changed
10
18
  - Remove redundant moduleNameMapper from jest config. [#46962]
@@ -678,6 +686,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
678
686
  - Fixed lints following ESLint rule changes for TS [#40584]
679
687
  - Fixing a bug in Chart storybook data. [#40640]
680
688
 
689
+ [0.56.3]: https://github.com/Automattic/charts/compare/v0.56.2...v0.56.3
690
+ [0.56.2]: https://github.com/Automattic/charts/compare/v0.56.1...v0.56.2
681
691
  [0.56.1]: https://github.com/Automattic/charts/compare/v0.56.0...v0.56.1
682
692
  [0.56.0]: https://github.com/Automattic/charts/compare/v0.55.0...v0.56.0
683
693
  [0.55.0]: https://github.com/Automattic/charts/compare/v0.54.3...v0.55.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "0.56.1",
3
+ "version": "0.56.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": {
@@ -8,8 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Automattic/jetpack.git",
12
- "directory": "projects/js-packages/charts"
11
+ "url": "git+https://github.com/Automattic/charts.git"
13
12
  },
14
13
  "license": "GPL-2.0-or-later",
15
14
  "author": "Automattic",
@@ -181,7 +180,7 @@
181
180
  "typecheck": "tsc --noEmit"
182
181
  },
183
182
  "dependencies": {
184
- "@automattic/number-formatters": "^1.0.17",
183
+ "@automattic/number-formatters": "^1.0.18",
185
184
  "@babel/runtime": "7.28.6",
186
185
  "@react-spring/web": "9.7.5",
187
186
  "@visx/annotation": "^3.12.0",