@automattic/jetpack-components 0.50.4 → 0.50.5

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.50.5] - 2024-03-29
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.50.4] - 2024-03-27
6
10
  ### Changed
7
11
  - Updated package dependencies. [#36539, #36585]
@@ -991,6 +995,7 @@
991
995
  ### Changed
992
996
  - Update node version requirement to 14.16.1
993
997
 
998
+ [0.50.5]: https://github.com/Automattic/jetpack-components/compare/0.50.4...0.50.5
994
999
  [0.50.4]: https://github.com/Automattic/jetpack-components/compare/0.50.3...0.50.4
995
1000
  [0.50.3]: https://github.com/Automattic/jetpack-components/compare/0.50.2...0.50.3
996
1001
  [0.50.2]: https://github.com/Automattic/jetpack-components/compare/0.50.1...0.50.2
@@ -1,3 +1,4 @@
1
1
  .section-hero {
2
+ padding-top: 1px; // prevent margin collapse for interior sections
2
3
  background: var( --jp-white-off );
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.50.4",
3
+ "version": "0.50.5",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",