Skip to content
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

chore: update metadata for v10.4.0 #7857

Merged
merged 1 commit into from
Feb 15, 2024
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
10 changes: 7 additions & 3 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ readonly RELEASE_DIR='dist'
# Q2 2023 9.3.3 887618
# Q3 2023 10.1.3 898859
# Q4 2023 10.2.2 903535
readonly BLOCKLY_SIZE_EXPECTED=903535
# Q1 2024 10.3.1 914366
readonly BLOCKLY_SIZE_EXPECTED=914366

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -60,6 +61,7 @@ readonly BLOCKLY_SIZE_EXPECTED=903535
# Q2 2023 9.3.3 91848
# Q3 2023 10.1.3 90150
# Q4 2023 10.2.2 90269
# Q1 2024 10.3.1 90269
readonly BLOCKS_SIZE_EXPECTED=90269

# Size of blockly_compressed.js.gz
Expand All @@ -84,7 +86,8 @@ readonly BLOCKS_SIZE_EXPECTED=90269
# Q2 2023 9.3.3 175206
# Q3 2023 10.1.3 180553
# Q4 2023 10.2.2 181474
readonly BLOCKLY_GZ_SIZE_EXPECTED=181474
# Q1 2024 10.3.1 184237
readonly BLOCKLY_GZ_SIZE_EXPECTED=184237

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand All @@ -107,7 +110,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=181474
# Q2 2023 9.3.3 16736
# Q3 2023 10.1.3 16508
# Q4 2023 10.2.2 16442
readonly BLOCKS_GZ_SIZE_EXPECTED=16442
# Q1 2024 10.3.1 16533
readonly BLOCKS_GZ_SIZE_EXPECTED=16533

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