From 6b4d741cd626d2dd45b85d7af89c29cd4bb45d90 Mon Sep 17 00:00:00 2001 From: Jonathan Ingram Date: Thu, 7 Jan 2021 13:26:47 +1100 Subject: [PATCH 1/5] update @sajari/sdk-js to v1.0.11 (#307) This includes the update to the new token URL. --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b1adfffc5..6d2d540eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1302,9 +1302,9 @@ integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== "@sajari/sdk-js@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@sajari/sdk-js/-/sdk-js-1.0.8.tgz#837bb22f6cba4805a87eb52a08de09f788350322" - integrity sha512-ha5eRH/z9jxVJum0+1fekwr8Ut161nkQhQqLFkIKs7hv+hzCn0jU4A+jBmF83JkWOxCdgcxyJZieSxZR5SWkKg== + version "1.0.11" + resolved "https://registry.yarnpkg.com/@sajari/sdk-js/-/sdk-js-1.0.11.tgz#cf3ead57e152e68b1e455e3ab8c046e5179880a8" + integrity sha512-xotqOcj1GnvxlbCx1X9nD1QfB0SX/fXoCpL+GQnKuZHtliRzCGmCxeazAZTGQikMPtonqo00eBN1blT1OdTmvw== "@shellscape/koa-send@^4.1.0": version "4.1.3" From 0d72311e24ff2fd5f15038a116231b348a9874ee Mon Sep 17 00:00:00 2001 From: Jonathan Ingram Date: Thu, 7 Jan 2021 13:37:07 +1100 Subject: [PATCH 2/5] pkg: release v2.9.1 (#308) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac37bfebf..fcb63eb9d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/sajari/sajari-sdk-react" }, "bugs": "https://github.com/sajari/sajari-sdk-react/issues", - "version": "2.9.0", + "version": "2.9.1", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", From 258b9a53ca453d0937664fe569dbfed51f8dda7f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 14 Jan 2021 12:56:21 +1100 Subject: [PATCH 3/5] chore: redirect to new docs --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..4b0638f7c --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] +from = "/" +to = "https://react.docs.sajari.com/" +status = 200 +force = true \ No newline at end of file From 558c3edec8964de737a6444c1a02d39a0e41cda8 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 14 Jan 2021 12:58:17 +1100 Subject: [PATCH 4/5] chore: change to 301 redirect --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4b0638f7c..7d5522fee 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [[redirects]] from = "/" to = "https://react.docs.sajari.com/" -status = 200 +status = 301 force = true \ No newline at end of file From e260159014ba9d0bdd01761cde757797add5b6c8 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 14 Jan 2021 13:03:11 +1100 Subject: [PATCH 5/5] chore: update docs redirect --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7d5522fee..4047940ae 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [[redirects]] from = "/" -to = "https://react.docs.sajari.com/" +to = "https://react.docs.sajari.com" status = 301 force = true \ No newline at end of file