Skip to content

Commit

Permalink
Protect: Add Scan tab threat count (#40056)
Browse files Browse the repository at this point in the history
* Add threat count to scan tab

* changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11823922414

Upstream-Ref: Automattic/jetpack@88d9ec8
  • Loading branch information
dkmyta authored and matticbot committed Nov 13, 2024
1 parent f1e95f2 commit 6283df8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Adds and applies a shared Header component
- Adds threat count to Scan tab
- Animated the "scan in progress" placeholder image
- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices.
- General: indicate compatibility with the upcoming version of WordPress - 6.7.
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'moment', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'f62e4fc9891a4ecf610a');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'moment', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'dbd845691222793bbab7');
2 changes: 1 addition & 1 deletion build/index.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 6283df8

Please sign in to comment.