@automattic/jetpack-components 0.65.0 → 0.65.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.
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.65.1] - 2024-12-23
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.65.0] - 2024-12-16
6
10
  ### Changed
7
11
  - Fixes ThreatsDataViews defaultLayouts. [#40598]
@@ -1251,6 +1255,7 @@
1251
1255
  ### Changed
1252
1256
  - Update node version requirement to 14.16.1
1253
1257
 
1258
+ [0.65.1]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1
1254
1259
  [0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0
1255
1260
  [0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1
1256
1261
  [0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0
@@ -62,6 +62,12 @@
62
62
  display: flex;
63
63
  align-items: center;
64
64
  margin-top: 20px;
65
+ row-gap: 20px;
66
+ flex-wrap: wrap;
67
+
68
+ @media screen and ( max-width: 600px ) {
69
+ justify-content: center;
70
+ }
65
71
 
66
72
  a {
67
73
  &, &:hover, &:active, &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.65.0",
3
+ "version": "0.65.1",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",