@automattic/jetpack-components 0.65.2 → 0.65.3

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.3] - 2025-01-09
6
+ ### Changed
7
+ - Updated social-logos import from default to named [#40816]
8
+
5
9
  ## [0.65.2] - 2025-01-06
6
10
  ### Changed
7
11
  - Updated package dependencies. [#40797] [#40798] [#40835] [#40841]
@@ -1259,6 +1263,7 @@
1259
1263
  ### Changed
1260
1264
  - Update node version requirement to 14.16.1
1261
1265
 
1266
+ [0.65.3]: https://github.com/Automattic/jetpack-components/compare/0.65.2...0.65.3
1262
1267
  [0.65.2]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2
1263
1268
  [0.65.1]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1
1264
1269
  [0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0
@@ -1,6 +1,6 @@
1
1
  import { Path, SVG, G, Polygon } from '@wordpress/components';
2
2
  import clsx from 'clsx';
3
- import SocialLogo from 'social-logos';
3
+ import { SocialLogo } from 'social-logos';
4
4
  import styles from './style.module.scss';
5
5
  import { BaseIconProps } from './types';
6
6
  import type React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.65.2",
3
+ "version": "0.65.3",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,7 +32,7 @@
32
32
  "prop-types": "^15.7.2",
33
33
  "qrcode.react": "4.2.0",
34
34
  "react-slider": "2.0.5",
35
- "social-logos": "^3.1.16",
35
+ "social-logos": "^3.1.17",
36
36
  "uplot": "1.6.31",
37
37
  "uplot-react": "1.1.4"
38
38
  },