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

Commit 42ced49

Browse files
authored
Prepare 2.0.2 Release (#24) (#25)
* Update CHANGELOG and package.json for React Native 0.61.0 * Fix Xcode version * Updated to React Native 0.61.1 * Fix android build by installing missing emulator dependency * Added another missing dependency * Testing docker image without node * emulator troubleshooting, remove apt-get update * Bumped to RN 0.61.2 * Bump version number and update CHANGELOG date * Use pinned circleci android image
1 parent 743f10c commit 42ced49

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
android:
44
docker:
5-
- image: circleci/android:api-27-node
5+
- image: circleci/android@sha256:9d2e4571898fd9b1dc97bfb9da942aaeea46859eb5b1e4cfc85a44c42733643c
66
environment:
77
QEMU_AUDIO_DRV: none
88
_JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Xms2048m -Xmx4096m"
@@ -36,7 +36,7 @@ jobs:
3636

3737
ios:
3838
macos:
39-
xcode: "10.2.0"
39+
xcode: "10.2.1"
4040
steps:
4141
- checkout
4242

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.2] - 2019-10-04
6+
### Changed
7+
- Updated React Native to version 0.61.2 and updated React to version 16.9.0
8+
59
## [2.0.1] - 2019-06-27
610
### Fixed
711
- Listeners on Android now have the proper event emitter key and work properly.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-native-client-sdk",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -20,10 +20,10 @@
2020
},
2121
"homepage": "https://docs.launchdarkly.com/docs/react-native-sdk-reference",
2222
"peerDependencies": {
23-
"react-native": "0.59.9",
24-
"react": "16.8.3"
23+
"react-native": "0.61.2",
24+
"react": "16.9.0"
2525
},
2626
"devDependencies": {
27-
"metro-react-native-babel-preset": "0.50.0"
27+
"metro-react-native-babel-preset": "0.56.0"
2828
}
2929
}

0 commit comments

Comments
 (0)