@automattic/jetpack-components 0.55.17 → 0.56.0

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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.56.0] - 2024-09-25
6
+ ### Added
7
+ - Added StatCard component export [#35739]
8
+
5
9
  ## [0.55.17] - 2024-09-18
6
10
  ### Changed
7
11
  - Internal updates.
@@ -1168,6 +1172,7 @@
1168
1172
  ### Changed
1169
1173
  - Update node version requirement to 14.16.1
1170
1174
 
1175
+ [0.56.0]: https://github.com/Automattic/jetpack-components/compare/0.55.17...0.56.0
1171
1176
  [0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17
1172
1177
  [0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16
1173
1178
  [0.55.15]: https://github.com/Automattic/jetpack-components/compare/0.55.14...0.55.15
package/index.ts CHANGED
@@ -77,4 +77,5 @@ export { default as ProgressBar } from './components/progress-bar';
77
77
  export { default as UpsellBanner } from './components/upsell-banner';
78
78
  export { getUserLocale, cleanLocale } from './lib/locale';
79
79
  export { default as RadioControl } from './components/radio-control';
80
+ export { default as StatCard } from './components/stat-card';
80
81
  export * from './components/global-notices';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.17",
3
+ "version": "0.56.0",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",