chore: release Gateway 1.4.9 (#9132)

This commit is contained in:
Thomas Eizinger
2025-05-14 16:39:03 +10:00
committed by GitHub
parent a7ef588d86
commit b7451fcdae
9 changed files with 16 additions and 15 deletions

View File

@@ -177,8 +177,8 @@ function headless() {
# 3. Run `scripts/bump-versions.sh gateway` to update the versions in the codebase.
# 4. Commit the changes and open a PR.
function gateway() {
current_gateway_version="1.4.8"
next_gateway_version="1.4.9"
current_gateway_version="1.4.9"
next_gateway_version="1.4.10"
update_changelog "website/src/components/Changelog/Gateway.tsx" "$current_gateway_version"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gateway-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gateway_version}"'/g;}' {} \;