@automattic/jetpack-components 0.54.3 → 0.54.4

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.54.4] - 2024-07-18
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.54.3] - 2024-07-03
6
10
  ### Changed
7
11
  - Updated package dependencies. [#38132]
@@ -1083,6 +1087,7 @@
1083
1087
  ### Changed
1084
1088
  - Update node version requirement to 14.16.1
1085
1089
 
1090
+ [0.54.4]: https://github.com/Automattic/jetpack-components/compare/0.54.3...0.54.4
1086
1091
  [0.54.3]: https://github.com/Automattic/jetpack-components/compare/0.54.2...0.54.3
1087
1092
  [0.54.2]: https://github.com/Automattic/jetpack-components/compare/0.54.1...0.54.2
1088
1093
  [0.54.1]: https://github.com/Automattic/jetpack-components/compare/0.54.0...0.54.1
@@ -3,4 +3,5 @@ export type AdminSectionBaseProps = {
3
3
  * The section content
4
4
  */
5
5
  children: React.ReactNode;
6
+ className?: string;
6
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.54.3",
3
+ "version": "0.54.4",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",