@automattic/jetpack-components 0.53.4 → 0.53.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
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.53.5] - 2024-05-23
6
+ ### Changed
7
+ - Updated package dependencies. [#36964]
8
+
5
9
  ## [0.53.4] - 2024-05-22
6
10
  ### Changed
7
11
  - Internal updates.
@@ -1043,6 +1047,7 @@
1043
1047
  ### Changed
1044
1048
  - Update node version requirement to 14.16.1
1045
1049
 
1050
+ [0.53.5]: https://github.com/Automattic/jetpack-components/compare/0.53.4...0.53.5
1046
1051
  [0.53.4]: https://github.com/Automattic/jetpack-components/compare/0.53.3...0.53.4
1047
1052
  [0.53.3]: https://github.com/Automattic/jetpack-components/compare/0.53.2...0.53.3
1048
1053
  [0.53.2]: https://github.com/Automattic/jetpack-components/compare/0.53.1...0.53.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.53.4",
3
+ "version": "0.53.5",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  "prop-types": "^15.7.2",
31
31
  "qrcode.react": "3.1.0",
32
32
  "react-slider": "2.0.5",
33
- "social-logos": "2.5.9",
33
+ "social-logos": "^3.0.0",
34
34
  "uplot": "1.6.24",
35
35
  "uplot-react": "1.1.4"
36
36
  },