@automattic/jetpack-components 0.53.3 → 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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+
9
+ ## [0.53.4] - 2024-05-22
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [0.53.3] - 2024-05-16
6
14
  ### Added
7
15
  - Social | Wired up confirmation UI with connect button [#37295]
@@ -1039,6 +1047,8 @@
1039
1047
  ### Changed
1040
1048
  - Update node version requirement to 14.16.1
1041
1049
 
1050
+ [0.53.5]: https://github.com/Automattic/jetpack-components/compare/0.53.4...0.53.5
1051
+ [0.53.4]: https://github.com/Automattic/jetpack-components/compare/0.53.3...0.53.4
1042
1052
  [0.53.3]: https://github.com/Automattic/jetpack-components/compare/0.53.2...0.53.3
1043
1053
  [0.53.2]: https://github.com/Automattic/jetpack-components/compare/0.53.1...0.53.2
1044
1054
  [0.53.1]: https://github.com/Automattic/jetpack-components/compare/0.53.0...0.53.1
@@ -19,4 +19,4 @@
19
19
  }
20
20
  }
21
21
  }
22
- }
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.53.3",
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
  },