8000 chore: Update metadata for 2025 Q2 release by gonfunko · Pull Request #9058 · google/blockly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

chore: Update metadata for 2025 Q2 release #9058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Changes from all commits
Commits
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
12 changes: 8 additions & 4 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ readonly RELEASE_DIR='dist'
# Q4 2023 10.2.2 903535
# Q1 2024 10.3.1 914366
# Q2 2024 11.0.0 905365
readonly BLOCKLY_SIZE_EXPECTED=905365
# Q2 2025 11.2.2 922504
readonly BLOCKLY_SIZE_EXPECTED=922504

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -64,7 +65,8 @@ readonly BLOCKLY_SIZE_EXPECTED=905365
# Q4 2023 10.2.2 90269
# Q1 2024 10.3.1 90269
# Q2 2024 11.0.0 88376
readonly BLOCKS_SIZE_EXPECTED=88376
# Q2 2025 11.2.2 88845
readonly BLOCKS_SIZE_EXPECTED=88845

# Size of blockly_compressed.js.gz
# Q2 2019 2.20190722.0 180925
Expand All @@ -90,7 +92,8 @@ readonly BLOCKS_SIZE_EXPECTED=88376
# Q4 2023 10.2.2 181474
# Q1 2024 10.3.1 184237
# Q2 2024 11.0.0 182249
readonly BLOCKLY_GZ_SIZE_EXPECTED=182249
# Q2 2025 11.2.2 185336
readonly BLOCKLY_GZ_SIZE_EXPECTED=185336

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand All @@ -115,7 +118,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=182249
# Q4 2023 10.2.2 16442
# Q1 2024 10.3.1 16533
# Q2 2024 11.0.0 15815
readonly BLOCKS_GZ_SIZE_EXPECTED=15815
# Q2 2025 11.2.2 15887
readonly BLOCKS_GZ_SIZE_EXPECTED=15887

# ANSI colors
readonly BOLD_GREEN='\033[1;32m'
Expand Down
0