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

Commit 507471f

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.3.0
1 parent 5f3be70 commit 507471f

File tree

4 files changed

+5260
-4759
lines changed

4 files changed

+5260
-4759
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.3.0] - 2023-01-30
6+
### Added:
7+
- Support for application id and version configuration options
8+
9+
### Changed:
10+
- Updated iOS client SDK to 7.1.0. This requires at minimum iOS 11 so the podspec has been updated to 11
11+
- Updated android client SDK to 3.6.0
12+
- Updated gradle version to 7.4.0
13+
14+
### Fixed:
15+
- Android build failures for RN 0.64.3 due to a [facebook release issue](https://github.com/facebook/react-native/issues/35210)
16+
- Android local build issues due to outdated gradle version and repository configuration
17+
518
## [6.2.4] - 2022-10-06
619
### Fixed:
720
- Reverted the `isInitialized` fix that is not working in 6.2.3 ([#157](https://github.com/launchdarkly/react-native-client-sdk/issues/157))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-native-client-sdk",
3-
"version": "6.2.4",
3+
"version": "6.3.0",
44
"description": "LaunchDarkly Client-side SDK for React Native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)