chore: release headless client 1.4.8 (#9131)

This commit is contained in:
Thomas Eizinger
2025-05-14 16:17:29 +10:00
committed by GitHub
parent baee3ab6ac
commit a7ef588d86
9 changed files with 18 additions and 17 deletions

View File

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