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

Commit 6ff1c2d

Browse files
Releasing version 2.0.3
1 parent 7607985 commit 6ff1c2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.0.3] - 2019-11-25
6+
### Changed:
7+
- The SDK's dependency on React Native has been expanded to include subsequent patch releases after `0.61.2`.
8+
9+
### Fixed:
10+
- The Android package is properly namespaced now as `com.launchdarkly.reactnative`. Previously the Android module's package was `com.reactlibrary` which was prone to clash with other third-party modules' packages. ([#25](https://github.com/launchdarkly/react-native-client-sdk/issues/25))
11+
512
## [2.0.2] - 2019-10-04
613
### Changed
714
- Updated React Native to version 0.61.2 and updated React to version 16.9.0

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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)