Skip to content

Commit 9fb6bc6

Browse files
natewellermatticbot
authored andcommitted
[not verified] Protect: Round ProgressBar percentage values (#28273)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/3895237114
1 parent 299c5c8 commit 9fb6bc6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This is an alpha version! The changes listed here are not final.
2424
- Fixed grammar.
2525
- Include required WAF files in production build.
2626
- Poll for scan status while scanner is provisioning
27+
- Round percentage values in progress bar component
2728

2829
## 1.2.0-beta - 2022-12-05
2930
### Added

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e6418bd8a945a453acef');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '27fc7a228b353e695e63');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)