@automattic/jetpack-connection 0.35.12 → 0.35.13

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 Connection Component releases.
4
4
 
5
+ ## [0.35.13] - 2024-10-14
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.35.12] - 2024-10-10
6
10
  ### Changed
7
11
  - Updated package dependencies.
@@ -867,6 +871,7 @@
867
871
  - `Main` and `ConnectUser` components added.
868
872
  - `JetpackRestApiClient` API client added.
869
873
 
874
+ [0.35.13]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.12...v0.35.13
870
875
  [0.35.12]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.11...v0.35.12
871
876
  [0.35.11]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.10...v0.35.11
872
877
  [0.35.10]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.9...v0.35.10
@@ -108,6 +108,7 @@ const DisconnectSurvey = props => {
108
108
  return options.map( option => {
109
109
  return (
110
110
  <SurveyChoice
111
+ key={ option.id }
111
112
  id={ option.id }
112
113
  onClick={ setSelectedAnswer }
113
114
  onKeyDown={ handleAnswerKeyDown }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.35.12",
3
+ "version": "0.35.13",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^0.1.31",
18
18
  "@automattic/jetpack-api": "^0.17.15",
19
- "@automattic/jetpack-components": "^0.56.3",
19
+ "@automattic/jetpack-components": "^0.57.0",
20
20
  "@automattic/jetpack-config": "^0.1.25",
21
21
  "@automattic/jetpack-script-data": "^0.1.2",
22
22
  "@wordpress/base-styles": "5.9.0",