From aa81384fe9e2bb6ad46a0ce959629578b5e1f1cf Mon Sep 17 00:00:00 2001 From: Rafin Akther Utshaw Date: Mon, 13 Mar 2023 21:38:44 +0600 Subject: [PATCH 1/4] v2.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc8b7c6..de81f1d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@optimizely/react-sdk", - "version": "2.9.1", + "version": "2.9.2", "description": "React SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts", "homepage": "https://github.com/optimizely/react-sdk", "license": "Apache-2.0", From 7aa0a20b8d0336d1c98827fd101deae9572e6b82 Mon Sep 17 00:00:00 2001 From: Rafin Akther Utshaw Date: Mon, 13 Mar 2023 21:41:06 +0600 Subject: [PATCH 2/4] Update version minor --- CHANGELOG.md | 6 ++++++ src/client.spec.ts | 2 +- src/client.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e14ffa1..2c668033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [2.9.2] - March 13, 2023 + +### Enhancements +- Update README.MD + ## [Unreleased] - None yet! diff --git a/src/client.spec.ts b/src/client.spec.ts index 14f2a119..e84ef762 100644 --- a/src/client.spec.ts +++ b/src/client.spec.ts @@ -116,7 +116,7 @@ describe('ReactSDKClient', () => { expect(createInstanceSpy).toBeCalledWith({ ...config, clientEngine: 'react-sdk', - clientVersion: '2.9.1', + clientVersion: '2.9.2', }); }); diff --git a/src/client.ts b/src/client.ts index 3b68c853..3c30a46c 100644 --- a/src/client.ts +++ b/src/client.ts @@ -39,7 +39,7 @@ export type OnReadyResult = { }; const REACT_SDK_CLIENT_ENGINE = 'react-sdk'; -const REACT_SDK_CLIENT_VERSION = '2.9.1'; +const REACT_SDK_CLIENT_VERSION = '2.9.2'; export interface ReactSDKClient extends Omit { user: UserInfo; From 56e962ddf660c034d84e9df77db0709c5dfcfcb6 Mon Sep 17 00:00:00 2001 From: Rafin Akther Utshaw Date: Mon, 13 Mar 2023 21:43:13 +0600 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c668033..d8c2cc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- None yet! ## [2.9.2] - March 13, 2023 ### Enhancements - Update README.MD -## [Unreleased] - -- None yet! - ## [2.9.1] - July 20, 2022 ### Bug fixes From 76306f6a7da4caaec1b9ab9ac0108d708c8eda1a Mon Sep 17 00:00:00 2001 From: Rafin Akther Utshaw Date: Tue, 14 Mar 2023 01:37:41 +0600 Subject: [PATCH 4/4] Cleanup CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c2cc3e..89693672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - -- None yet! - ## [2.9.2] - March 13, 2023 ### Enhancements -- Update README.MD +- We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#190](https://github.com/optimizely/react-sdk/pull/190)). ## [2.9.1] - July 20, 2022