@automattic/charts 0.56.2 → 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 +5 -0
  2. package/package.json +3 -4
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.3] - 2026-02-18
9
+ ### Changed
10
+ - Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
11
+
8
12
  ## [0.56.2] - 2026-02-16
9
13
  ### Changed
10
14
  - Internal updates.
@@ -682,6 +686,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682
686
  - Fixed lints following ESLint rule changes for TS [#40584]
683
687
  - Fixing a bug in Chart storybook data. [#40640]
684
688
 
689
+ [0.56.3]: https://github.com/Automattic/charts/compare/v0.56.2...v0.56.3
685
690
  [0.56.2]: https://github.com/Automattic/charts/compare/v0.56.1...v0.56.2
686
691
  [0.56.1]: https://github.com/Automattic/charts/compare/v0.56.0...v0.56.1
687
692
  [0.56.0]: https://github.com/Automattic/charts/compare/v0.55.0...v0.56.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "0.56.2",
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",