Flipper Release: v0.23.1

Summary:
- New Litho Sections APIs.
- New version of Metro.
- Hardened eslint rules.
- Flipper Headless now offers a `--no-plugins` build mode to speed up compilation.

Reviewed By: jknoxville

Differential Revision: D16221050

fbshipit-source-id: 5eb7a0e8caaf11188ece94a149003daa36eb0a30
This commit is contained in:
Pascal Hartig
2019-07-15 03:09:10 -07:00
committed by Facebook Github Bot
parent aebca6bb57
commit e45e174dba
5 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -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.0'
flipperkit_version = '0.23.1'
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.0'
debugImplementation 'com.facebook.flipper:flipper:0.23.1'
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.0'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.1'
}
```
@@ -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.0'
flipperkit_version = '0.23.1'
target 'MyApp' do
platform :ios, '9.0'
@@ -140,7 +140,7 @@ end
```ruby
project 'MyApp.xcodeproj'
swift_version = "4.1"
flipperkit_version = '0.23.0'
flipperkit_version = '0.23.1'
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.1-SNAPSHOT
VERSION_NAME=0.23.1
GROUP=com.facebook.flipper
POM_URL=https://github.com/facebook/flipper
POM_SCM_URL=https://github.com/facebook/flipper.git

View File

@@ -1,7 +1,7 @@
{
"name": "flipper",
"private": true,
"version": "0.23.0",
"version": "0.23.1",
"versionDate": "2018-4-12",
"description": "Mobile development tool",
"productName": "Flipper",