Skip to content

Commit 79fde18

Browse files
committed
Merge remote-tracking branch 'upstream/trunk' into pr/11301
2 parents 014a10a + 08613b8 commit 79fde18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"sha": "3edafcc90fc4520939d69279e26ace69390582be",
10+
"sha": "0d133bf7e7437d65d68a06551f3d613a7d8e4361",
1111
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
1212
},
1313
"engines": {

src/wp-includes/assets/script-loader-packages.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => 'afd696e3eb4ece940110'
103+
'version' => '0c1dfcebf759791c9a8b'
104104
),
105105
'block-library.js' => array(
106106
'dependencies' => array(
@@ -214,7 +214,7 @@
214214
'wp-rich-text',
215215
'wp-warning'
216216
),
217-
'version' => 'e4a2b31831c0887fbe70'
217+
'version' => '2cbe9a66c53c614d7d6f'
218218
),
219219
'compose.js' => array(
220220
'dependencies' => array(
@@ -519,7 +519,7 @@
519519
'import' => 'static'
520520
)
521521
),
522-
'version' => 'e69206b7021374eb713a'
522+
'version' => '49ff59c135229f1cc371'
523523
),
524524
'element.js' => array(
525525
'dependencies' => array(
@@ -817,7 +817,7 @@
817817
'wp-hooks',
818818
'wp-private-apis'
819819
),
820-
'version' => '1689dd817b0c6fd5ab4d'
820+
'version' => '89ec294039260fd01952'
821821
),
822822
'theme.js' => array(
823823
'dependencies' => array(

src/wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-RC1-62111-src';
19+
$wp_version = '7.0-RC2-62153-src';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)