Skip to content
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1fa3c17
Build: Update Gutenberg => Core integration
youknowriad Dec 16, 2025
a8dc192
Fix checkout script
youknowriad Dec 16, 2025
ce99e8c
Simplify checkout script
youknowriad Dec 16, 2025
1de6928
Automation: Updating built files with changes.
Dec 16, 2025
83e4525
Fix build
youknowriad Dec 16, 2025
13832c0
Disable auto-commit
youknowriad Dec 16, 2025
f9aae7e
Fix JSHint
youknowriad Dec 16, 2025
4fd202c
Consolidate block-json building
youknowriad Dec 16, 2025
cbca0e2
Fix windows build
youknowriad Dec 16, 2025
7654a5a
Fix unit tests
youknowriad Dec 16, 2025
cd57438
Disable auto-commit workflow temporarily
youknowriad Dec 16, 2025
dc6ba78
update snapshot modules unit tests
youknowriad Dec 16, 2025
f734da1
Update src built files
youknowriad Dec 16, 2025
7d294c2
Fix MathML
youknowriad Dec 16, 2025
85681d8
Revert "Disable auto-commit workflow temporarily"
youknowriad Dec 16, 2025
2e34e56
Revert "Disable auto-commit"
youknowriad Dec 16, 2025
75ff641
Use content hashes for versions
youknowriad Dec 16, 2025
bd1eae2
Shallow clone
youknowriad Dec 16, 2025
d2d8179
Stable build
youknowriad Dec 16, 2025
742bf3b
Automation: Updating built files with changes.
Dec 16, 2025
4a97017
Increase memory for the build process
youknowriad Dec 16, 2025
429fbc9
Remove gutenberg built process workflow: Now Gutenberg is always buil…
youknowriad Dec 17, 2025
78e9db2
Normalize paths betweens Operating systems
youknowriad Dec 17, 2025
8bedcb8
More stable version hashes
youknowriad Dec 17, 2025
6d828b6
Avoid linting removed files
youknowriad Dec 17, 2025
eff7b55
gitignore all of Gutenberg generated code
youknowriad Dec 17, 2025
c207b12
Simplify modules registration
youknowriad Dec 17, 2025
fe07bf3
Simplify build
youknowriad Dec 17, 2025
034169d
Fix block CSS building
youknowriad Dec 18, 2025
8b113a3
Format build files
youknowriad Dec 18, 2025
ce9e365
More copy simplifications
youknowriad Dec 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Automation: Updating built files with changes.
  • Loading branch information
wordpress-develop-pr-bot[bot] committed Dec 16, 2025
commit 742bf3bc6d0a02200446abfd2bdca639b94cf1bf
6 changes: 3 additions & 3 deletions src/wp-includes/assets/script-modules-packages.min.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
'import' => 'static'
)
),
'version' => '0d446310bd4f02bccf1c',
'version' => 'cd0bd05978b1bf968746',
'type' => 'module'
),
'core-abilities/index.min.js' => array(
Expand Down Expand Up @@ -194,7 +194,7 @@
'dependencies' => array(

),
'version' => 'e4582fa4bd0b681493b0',
'version' => '27ae9aabbe34a1730fd1',
'type' => 'module'
),
'route/index.min.js' => array(
Expand All @@ -211,7 +211,7 @@
'import' => 'static'
)
),
'version' => 'd8c59a2f2a364b3f51a0',
'version' => '54693498f890d17317a2',
'type' => 'module'
)
);
Loading