Skip to content

Commit

Permalink
Social: Add Nextdoor connection toggle (#33663)
Browse files Browse the repository at this point in the history
* Social: Add Nextdoor connection toggle

This makes the connections API call return Nextdoor connections and
ensures that the icon has the correct colour.

* Update package versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6574709463
  • Loading branch information
gmjuhasz authored and matticbot committed Oct 19, 2023
1 parent c92839a commit 311e5a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '5ed40df2aec36047b236');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6653361e1bf81d7436f7');
2 changes: 1 addition & 1 deletion build/admin/index.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/admin/index.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.3",
"@automattic/jetpack-base-styles": "^0.6.10",
"@automattic/jetpack-components": "^0.43.4",
"@automattic/jetpack-components": "^0.43.5-alpha",
"@automattic/jetpack-connection": "^0.30.3",
"@automattic/jetpack-shared-extension-utils": "^0.12.3",
"@storybook/addon-actions": "7.4.6",
Expand Down

0 comments on commit 311e5a9

Please sign in to comment.