@automattic/charts 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,9 +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
+ ## [1.2.1] - 2026-04-27
9
+ ### Changed
10
+ - Update package dependencies. [#48302]
11
+
8
12
  ## [1.2.0] - 2026-04-20
9
13
  ### Changed
10
- - Charts: Replace hardcoded spacing and border values in module SCSS with WPDS dimension and border design tokens. [#48019]
14
+ - Charts: Replace hard-coded spacing and border values in module SCSS with WPDS dimension and border design tokens. [#48019]
11
15
  - Update package dependencies. [#48106] [#48126] [#48141]
12
16
 
13
17
  ## [1.1.1] - 2026-04-15
@@ -805,6 +809,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
805
809
  - Fixed lints following ESLint rule changes for TS [#40584]
806
810
  - Fixing a bug in Chart storybook data. [#40640]
807
811
 
812
+ [1.2.1]: https://github.com/Automattic/charts/compare/v1.2.0...v1.2.1
808
813
  [1.2.0]: https://github.com/Automattic/charts/compare/v1.1.1...v1.2.0
809
814
  [1.1.1]: https://github.com/Automattic/charts/compare/v1.1.0...v1.1.1
810
815
  [1.1.0]: https://github.com/Automattic/charts/compare/v1.0.2...v1.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/charts",
3
- "version": "1.2.0",
3
+ "version": "1.2.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": {
@@ -121,7 +121,7 @@
121
121
  "identity-obj-proxy": "^3.0.0",
122
122
  "jest": "30.3.0",
123
123
  "jest-extended": "7.0.0",
124
- "postcss": "8.5.6",
124
+ "postcss": "8.5.10",
125
125
  "postcss-modules": "6.0.1",
126
126
  "react": "18.3.1",
127
127
  "react-dom": "18.3.1",