diff --git a/CHANGELOG.md b/CHANGELOG.md index 64783905..66be6fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the Branch Web SDK will be documented here. The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/). ## [VERSION] - unreleased +## [2.86.1] - 2024-11-15 +- Updated keys/apps that the example page uses for staging and prod. ## [2.86.0] - 2024-11-12 - Switched from appending to prepending journey content on mobile devices so screen readers read the journey first before the underlying page. ## [2.85.4] - 2024-11-11 diff --git a/deployment/deploy-qa.sh b/deployment/deploy-qa.sh index 8bb89886..c21ceea5 100755 --- a/deployment/deploy-qa.sh +++ b/deployment/deploy-qa.sh @@ -21,7 +21,8 @@ NC='\033[0m' aws s3 cp --content-type="text/javascript" --content-encoding="gzip" dist/build.min.js.gz s3://branch-builds/web-sdk/branch-latest.min.js aws s3 cp --content-type="text/javascript" dist/build.js s3://branch-builds/web-sdk/branch.js - ./deployment/build-example-html.sh "key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv" "https://api.stage.branch.io" "https://cdn.branch.io/branch-staging-latest.min.js" + # Engagement Pro Staging Testing App - ID: 1359637087497768975 + ./deployment/build-example-html.sh "key_live_bydNZt6LxLEPG6QHe9BY8gbgDFjikcY5" "https://api.stage.branch.io" "https://cdn.branch.io/branch-staging-latest.min.js" aws s3 cp example.html s3://branch-cdn/example-staging.html echo -en "${GREEN}Pushing to CDN ...${NC}\n" diff --git a/deployment/release-s3.sh b/deployment/release-s3.sh index e1937a37..08c1565a 100755 --- a/deployment/release-s3.sh +++ b/deployment/release-s3.sh @@ -10,7 +10,8 @@ echo "Releasing Branch Web SDK" make release -./deployment/build-example-html.sh "key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB" "https://api2.branch.io" "https://cdn.branch.io/branch-latest.min.js" +# Engagement Pro Production Testing App - ID: 1364963849844839205 +./deployment/build-example-html.sh "key_live_gAbR03mCEte9DLh6L9GFApebvyg4mMDw" "https://api2.branch.io" "https://cdn.branch.io/branch-latest.min.js" aws s3 cp example.html s3://branch-builds/example.html aws s3 cp example.html s3://branch-cdn/example.html