Skip to content

Commit

Permalink
chore: update metadata for v10.4.0 (#7857)
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb authored Feb 15, 2024
1 parent 4ea71b5 commit e59df7b
Showing 1 changed file with 7 additions and 3 deletions.
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

0 comments on commit e59df7b

Please sign in to comment.