From c97394a5b82e9c68bf5e6ffc7b4f0175e37305a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 16:43:37 +0000 Subject: [PATCH 1/2] v1.34.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b958accc..91e956ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "devDependencies": { "@axe-core/puppeteer": "^4.5.2", "@babel/core": "^7.9.6", diff --git a/package.json b/package.json index 8dd5cfdb..17de0e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "description": "A starter Search theme for hitchhikers", "keywords": [ "jambo", From 9d72005a825cfb4e98c23e1093f90c2d50effc47 Mon Sep 17 00:00:00 2001 From: Jacob Fondriest Date: Fri, 13 Sep 2024 17:29:48 -0400 Subject: [PATCH 2/2] ksearch: add cloudChoice support to theme This PR makes it clear in global_config that cloudChoice support is now live in the theme J=WAT-4376 TEST=manual Ran local theme and local sdk, and saw expected url being hit --- global_config.json | 1 + static/package-lock.json | 4 ++-- static/package.json | 2 +- test-site/config/global_config.json | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/global_config.json b/global_config.json index 2d75fe55..2c5d1f06 100644 --- a/global_config.json +++ b/global_config.json @@ -5,6 +5,7 @@ // "experienceVersion": "", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system // "environment": "production", // The environment to run on for this Answers Experience. (i.e. 'production' or 'sandbox') // "cloudRegion": "us", // The cloud region to use for this Answers Experience. (i.e. 'us' or 'eu') + // "cloudChoice": "multi", // The cloud provider to use for this Answers Experience. (i.e. 'multi' or 'gcp') // "businessId": "", // The business ID of the account. This will be provided automatically by the Yext CI system // "initializeManually": true, // If true, the experience must be started by calling AnswersExperience.init() or AnswersExperienceFrame.init() for iframe integrations. // "useJWT": true, // Whether or not to enable JWT. If true, the apiKey will be hidden from the build output and the token must be specified through manual initialization. diff --git a/static/package-lock.json b/static/package-lock.json index be5ebc93..63d61532 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "license": "BSD-3-Clause", "dependencies": { "@vimeo/player": "^2.15.3", diff --git a/static/package.json b/static/package.json index 79d9921b..64fabbcb 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "answers-hitchhiker-theme", - "version": "1.34.2", + "version": "1.34.3", "description": "Toolchain for use with the HH Theme", "main": "Gruntfile.js", "scripts": { diff --git a/test-site/config/global_config.json b/test-site/config/global_config.json index a6e38e86..9be85126 100644 --- a/test-site/config/global_config.json +++ b/test-site/config/global_config.json @@ -5,6 +5,7 @@ // "experienceVersion": "", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system // "environment": "production", // The environment to run on for this Answers Experience. (i.e. 'production' or 'sandbox') // "cloudRegion": "eu", // The cloud region to use for this Answers Experience. (i.e. 'us' or 'eu') + // "cloudChoice": "multi", // The cloud provider to use for this Answers Experience. (i.e. 'multi' or 'gcp') "businessId": "3350634", // The business ID of the account. This will be provided automatically by the Yext CI system // "initializeManually": true, // If true, the experience must be started by calling AnswersExperience.init() or AnswersExperienceFrame.init() for iframe integrations. // "useJWT": true, // Whether or not to enable JWT. If true, the apiKey will be hidden from the build and the token must be specified through the runtime config.