[FSSDK-10843] prepare release 6.0.0#1066
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the 6.0.0 release by updating version numbers and documentation in various files.
- Version updates in package.json, enums, and test files to reflect the new 6.0.0 release.
- Updates to migration and changelog documentation to describe the new modularized SDK architecture and related API changes.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated version from "5.3.4" to "6.0.0". |
| lib/utils/enums/index.ts | Updated CLIENT_VERSION constant from "5.3.4" to "6.0.0". |
| lib/index.react_native.spec.ts | Updated test expectation to check for clientVersion "6.0.0". |
| lib/index.node.tests.js | Uncommented and updated tests to reflect the new version and use wrapConfigManager. |
| lib/index.browser.tests.js | Updated test expectation to check for clientVersion "6.0.0". |
| MIGRATION.md | Revised documentation to explain the new modularized SDK architecture. |
| CHANGELOG.md | Documented 6.0.0 release details including breaking changes and new APIs. |
junaed-optimizely
approved these changes
May 29, 2025
Contributor
junaed-optimizely
left a comment
There was a problem hiding this comment.
Finally! This is a big one.
Huge thanks for your expertise and dedication in driving this change — JS SDK is finally where it was meant to be!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Issues