Skip to content

Commit d69a85c

Browse files
simisonmatticbot
authored andcommitted
Blocks: remove green icon color and use default color instead (#45992)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19533300202 Upstream-Ref: Automattic/jetpack@901e20b
1 parent 96bd2be commit d69a85c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This is an alpha version! The changes listed here are not final.
3030
- Fix to create the notifications table on activation
3131
- Improvement so decimals in tax rates do not allow duplicates
3232
- Invoices: Ensure object owner is properly set.
33+
- Jetpack: remove getIconColor functions for block icons
3334
- Settings: Ensure notice appears when settings are saved.
3435
- Team: Account for longer WP user IDs.
3536
- Team: Fix search button.

vendor/composer/installed.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
10-
"reference": "ffe50e9daac39a5fcb773852deb8fabd9b54368c"
10+
"reference": "806716d4aa698d4e80a86b155daabcb8330c60b0"
1111
},
1212
"require": {
1313
"automattic/jetpack-constants": "^3.0.8",
@@ -81,7 +81,7 @@
8181
"dist": {
8282
"type": "path",
8383
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
84-
"reference": "2dc370c2a91e026398e7059dca6fb11867c5658f"
84+
"reference": "b3d11d424a62a8db3c8e7a77edf54b22e1d46343"
8585
},
8686
"require": {
8787
"composer-plugin-api": "^2.2",
@@ -153,7 +153,7 @@
153153
"dist": {
154154
"type": "path",
155155
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
156-
"reference": "a6b327a96610b55cb294295e123cee1ba610ddd3"
156+
"reference": "084428f0706722d6e039d36d38b22c3243748961"
157157
},
158158
"require": {
159159
"composer-plugin-api": "^2.2",
@@ -217,7 +217,7 @@
217217
"dist": {
218218
"type": "path",
219219
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
220-
"reference": "082dc712170133850b40869ad0174c41fbbaad40"
220+
"reference": "07f256aec80c6ba25b7b1b3637c38d2786b5cb81"
221221
},
222222
"require": {
223223
"php": ">=7.2"
@@ -275,7 +275,7 @@
275275
"dist": {
276276
"type": "path",
277277
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
278-
"reference": "d4d18b6deadc326b241684b91e804822ea207004"
278+
"reference": "2a1181de0dcfe62f431ceb863528605444af7c70"
279279
},
280280
"require": {
281281
"automattic/jetpack-constants": "^3.0.8",

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/jetpack-assets' => array(
1414
'pretty_version' => '4.3.13',
1515
'version' => '4.3.13.0',
16-
'reference' => 'ffe50e9daac39a5fcb773852deb8fabd9b54368c',
16+
'reference' => '806716d4aa698d4e80a86b155daabcb8330c60b0',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
1919
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-autoloader' => array(
2323
'pretty_version' => '5.0.13',
2424
'version' => '5.0.13.0',
25-
'reference' => '2dc370c2a91e026398e7059dca6fb11867c5658f',
25+
'reference' => 'b3d11d424a62a8db3c8e7a77edf54b22e1d46343',
2626
'type' => 'composer-plugin',
2727
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-composer-plugin' => array(
3232
'pretty_version' => '4.0.5',
3333
'version' => '4.0.5.0',
34-
'reference' => 'a6b327a96610b55cb294295e123cee1ba610ddd3',
34+
'reference' => '084428f0706722d6e039d36d38b22c3243748961',
3535
'type' => 'composer-plugin',
3636
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
3737
'aliases' => array(),
@@ -40,7 +40,7 @@
4040
'automattic/jetpack-constants' => array(
4141
'pretty_version' => '3.0.8',
4242
'version' => '3.0.8.0',
43-
'reference' => '082dc712170133850b40869ad0174c41fbbaad40',
43+
'reference' => '07f256aec80c6ba25b7b1b3637c38d2786b5cb81',
4444
'type' => 'jetpack-library',
4545
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
4646
'aliases' => array(),
@@ -49,7 +49,7 @@
4949
'automattic/jetpack-status' => array(
5050
'pretty_version' => '6.1.1',
5151
'version' => '6.1.1.0',
52-
'reference' => 'd4d18b6deadc326b241684b91e804822ea207004',
52+
'reference' => '2a1181de0dcfe62f431ceb863528605444af7c70',
5353
'type' => 'jetpack-library',
5454
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
5555
'aliases' => array(),

0 commit comments

Comments
 (0)