@automattic/jetpack-components 0.53.3 → 0.53.4

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.53.4] - 2024-05-22
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.53.3] - 2024-05-16
6
10
  ### Added
7
11
  - Social | Wired up confirmation UI with connect button [#37295]
@@ -1039,6 +1043,7 @@
1039
1043
  ### Changed
1040
1044
  - Update node version requirement to 14.16.1
1041
1045
 
1046
+ [0.53.4]: https://github.com/Automattic/jetpack-components/compare/0.53.3...0.53.4
1042
1047
  [0.53.3]: https://github.com/Automattic/jetpack-components/compare/0.53.2...0.53.3
1043
1048
  [0.53.2]: https://github.com/Automattic/jetpack-components/compare/0.53.1...0.53.2
1044
1049
  [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.4",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",