Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

prepare 6.3.2 release #204

Merged
merged 1 commit into from
Mar 14, 2023
Merged

prepare 6.3.2 release #204

merged 1 commit into from
Mar 14, 2023

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[6.3.2] - 2023-03-13

Fixed:

  • Remove extra resolve in the jsonVariation call. (Thanks, adamivancza!)

Update LaunchdarklyReactNativeClient.swift

Co-authored-by: Yusinto Ngadiman <yus@launchdarkly.com>
@@ -170,7 +170,6 @@ class LaunchdarklyReactNativeClient: RCTEventEmitter {
}

@objc func jsonVariation(_ flagKey: String, defaultValue: Any, environment: String, resolve: RCTPromiseResolveBlock, reject: RCTPromiseRejectBlock) {
resolve(getLDClient(environment: environment)?.jsonVariation(forKey: flagKey, defaultValue: LDValue.fromBridge(defaultValue)).toBridge())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again this is the actual fix. The rest are auto-format space removals.

@yusinto yusinto merged commit 96e3938 into 6.x Mar 14, 2023
@yusinto yusinto deleted the release-6.3.2 branch March 14, 2023 16:03
LaunchDarklyReleaseBot added a commit that referenced this pull request Oct 25, 2024
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com>
Co-authored-by: Ember Stevens <ember.stevens@launchdarkly.com>
Co-authored-by: Ember Stevens <79482775+ember-stevens@users.noreply.github.com>
Co-authored-by: Yusinto Ngadiman <yusinto@gmail.com>
Co-authored-by: Yusinto Ngadiman <yus@launchdarkly.com>
Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Louis Chan <91093020+louis-launchdarkly@users.noreply.github.com>
Co-authored-by: Louis Chan <lchan@launchdarkly.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants