From 94840c68b9d41bc089750223bcf8ee27c8bd5d24 Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:02:02 +0600 Subject: [PATCH 1/2] [FSSDK-10316] JS version bump up for react native polyfill support --- README.md | 2 ++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ed0676..811ca79 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat Refer to the [React SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk) for detailed instructions on getting started with using the SDK. +Similarly for React native, checkout the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail + ### Features - Automatic datafile downloading diff --git a/package.json b/package.json index 33f1bf6..f3e1988 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "access": "public" }, "dependencies": { - "@optimizely/optimizely-sdk": "^5.3.2", + "@optimizely/optimizely-sdk": "^5.3.4", "hoist-non-react-statics": "^3.3.0", "prop-types": "^15.6.2", "utility-types": "^2.1.0 || ^3.0.0" diff --git a/yarn.lock b/yarn.lock index 107591b..45a75d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,10 +655,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@optimizely/optimizely-sdk@^5.3.0": - version "5.3.2" - resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.2.tgz#4a4918485c9319b2237f6e32d901c3ff7e998051" - integrity sha512-9d3sRusZfkN+CCq7C7DXp0bKam+dx2cDPPdcBQxLfwtTKFulzf6kGwnz4pVTtjwQ89vbJz10iJNMmD9qtSduPw== +"@optimizely/optimizely-sdk@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.4.tgz#3d5cb2848fba1783439b1ff25c74013c78d17364" + integrity sha512-N9BVFBoWY//cgrZu4dnUCXbbvFtx8bJURvsvQurCqdKn0pqAawDbWpm4mDTl8H3W5J4fXC5s+8xlDywiGHCY6Q== dependencies: decompress-response "^4.2.1" json-schema "^0.4.0" From 3619cd77e628323137d90c92a52712a59bfcf4c4 Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:06:30 +0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Mike Chu <104384559+mikechu-optimizely@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811ca79..7b7ec29 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat Refer to the [React SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk) for detailed instructions on getting started with using the SDK. -Similarly for React native, checkout the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail +For React Native, review the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail. + ### Features