From 61945418229783ab3855b55df30390c9950ce387 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 30 Jul 2019 03:05:07 -0700 Subject: [PATCH] Flipper Release: v0.23.4 Summary: # New Features - Select plugins to include in your exports. # Fixes and chores - Run TSC in Travis. - Restore Android build in Travis. [Full Changelog](https://github.com/facebook/flipper/compare/v0.23.3...v0.23.4) Reviewed By: jknoxville, danielbuechele Differential Revision: D16559674 fbshipit-source-id: 919f758f8750d26d9e49b6721d05264880d0abc5 --- Flipper.podspec | 2 +- FlipperKit.podspec | 2 +- docs/getting-started.md | 8 ++++---- gradle.properties | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Flipper.podspec b/Flipper.podspec index a5b9f1524..cace2790e 100644 --- a/Flipper.podspec +++ b/Flipper.podspec @@ -1,4 +1,4 @@ -flipperkit_version = '0.23.3' +flipperkit_version = '0.23.4' Pod::Spec.new do |spec| spec.name = 'Flipper' spec.version = flipperkit_version diff --git a/FlipperKit.podspec b/FlipperKit.podspec index 3eb6ef870..e8bc50cad 100644 --- a/FlipperKit.podspec +++ b/FlipperKit.podspec @@ -1,7 +1,7 @@ folly_compiler_flags = '-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0' yoga_version = '~> 1.14' yogakit_version = '~> 1.14' -flipperkit_version = '0.23.3' +flipperkit_version = '0.23.4' Pod::Spec.new do |spec| spec.name = 'FlipperKit' spec.version = flipperkit_version diff --git a/docs/getting-started.md b/docs/getting-started.md index 4ad6fb4f5..3c2258576 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -50,10 +50,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.23.3' + debugImplementation 'com.facebook.flipper:flipper:0.23.4' debugImplementation 'com.facebook.soloader:soloader:0.5.1' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.3' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.4' } ``` @@ -108,7 +108,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di ```ruby project 'MyApp.xcodeproj' swift_version = "4.1" -flipperkit_version = '0.23.3' +flipperkit_version = '0.23.4' target 'MyApp' do platform :ios, '9.0' @@ -140,7 +140,7 @@ end ```ruby project 'MyApp.xcodeproj' swift_version = "4.1" -flipperkit_version = '0.23.3' +flipperkit_version = '0.23.4' target 'MyApp' do platform :ios, '9.0' diff --git a/gradle.properties b/gradle.properties index 765931586..27b7c0b7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.23.4-SNAPSHOT +VERSION_NAME=0.23.4 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git diff --git a/package.json b/package.json index 6554193a9..5f4d05022 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flipper", "private": true, - "version": "0.23.3", + "version": "0.23.4", "versionDate": "2018-4-12", "description": "Mobile development tool", "productName": "Flipper",