Skip to content

Commit

Permalink
Recompile WordPress major and beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed May 21, 2024
1 parent 21008e7 commit b7a47a1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@ export function getWordPressModuleDetails(wpVersion: string = "6.5"): { size: nu
case '6.5':
/** @ts-ignore */
return {
size: 4983134,
size: 4983921,
url: url_6_5,
};

case '6.4':
/** @ts-ignore */
return {
size: 4869852,
size: 4870641,
url: url_6_4,
};

case '6.3':
/** @ts-ignore */
return {
size: 3690772,
size: 3691559,
url: url_6_3,
};

case '6.2':
/** @ts-ignore */
return {
size: 3596366,
size: 3597158,
url: url_6_2,
};

Expand Down
Binary file modified packages/playground/wordpress-builds/src/wordpress/wp-6.2.zip
Binary file not shown.
Binary file modified packages/playground/wordpress-builds/src/wordpress/wp-6.3.zip
Binary file not shown.
Binary file modified packages/playground/wordpress-builds/src/wordpress/wp-6.4.zip
Binary file not shown.
Binary file modified packages/playground/wordpress-builds/src/wordpress/wp-6.5.zip
Binary file not shown.

0 comments on commit b7a47a1

Please sign in to comment.