Flipper Release: v0.23.7

Summary:
**Highlights**

- Changed to the upstream `adbkit` instead of the Facebook-specific fork of it.
- Migrate the rest of Flipper core from Flow to (strict) TypeScript.
- UI docs use the TypeScript code as basis.

Reviewed By: danielbuechele

Differential Revision: D17368399

fbshipit-source-id: 5ba92c4f0d4ca627ffac58052ef6e4d9fd07bd95
This commit is contained in:
Pascal Hartig
2019-09-13 10:34:51 -07:00
committed by Facebook Github Bot
parent 0298ae74d0
commit 29c9379ae6
6 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
flipperkit_version = '0.23.6'
flipperkit_version = '0.23.7'
Pod::Spec.new do |spec|
spec.name = 'Flipper'
spec.version = flipperkit_version

View File

@@ -1,6 +1,6 @@
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'
yogakit_version = '~> 1.14'
flipperkit_version = '0.23.6'
flipperkit_version = '0.23.7'
Pod::Spec.new do |spec|
spec.name = 'FlipperKit'
spec.version = flipperkit_version

View File

@@ -50,10 +50,10 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.23.6'
debugImplementation 'com.facebook.flipper:flipper:0.23.7'
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.6'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.7'
}
```
@@ -111,7 +111,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
<!--Objective-C-->
```ruby
project 'MyApp.xcodeproj'
flipperkit_version = '0.23.6'
flipperkit_version = '0.23.7'
target 'MyApp' do
platform :ios, '9.0'
@@ -171,7 +171,7 @@ end
<!--Swift-->
```ruby
project 'MyApp.xcodeproj'
flipperkit_version = '0.23.6'
flipperkit_version = '0.23.7'
target 'MyApp' do
platform :ios, '9.0'

View File

@@ -4,7 +4,7 @@
# in the root directory of this source tree.
# POM publishing constants
VERSION_NAME=0.23.7-SNAPSHOT
VERSION_NAME=0.23.7
GROUP=com.facebook.flipper
POM_URL=https://github.com/facebook/flipper
POM_SCM_URL=https://github.com/facebook/flipper.git

View File

@@ -1,6 +1,6 @@
project 'Tutorial.xcodeproj'
swift_version = "4.1"
flipperkit_version = '0.23.6'
flipperkit_version = '0.23.7'
use_frameworks!
target 'Tutorial' do

View File

@@ -1,6 +1,6 @@
{
"name": "flipper",
"version": "0.23.6",
"version": "0.23.7",
"versionDate": "2018-4-12",
"description": "Mobile development tool",
"productName": "Flipper",