Flipper Release: v0.43.0
Summary: Releasing version 0.43.0 Reviewed By: cekkaewnumchai Differential Revision: D21639652 fbshipit-source-id: 5a775f6361283b2e9b2540b054afad497dab2a22
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d103c218d2
commit
4e618198cb
@@ -3,7 +3,7 @@
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
flipperkit_version = '0.42.0'
|
||||
flipperkit_version = '0.43.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Flipper'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
@@ -5,7 +5,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'
|
||||
yogakit_version = '~> 1.18'
|
||||
flipperkit_version = '0.42.0'
|
||||
flipperkit_version = '0.43.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
@@ -25,7 +25,7 @@
|
||||
"deep-equal": "^2.0.1",
|
||||
"emotion": "^10.0.23",
|
||||
"expand-tilde": "^2.0.2",
|
||||
"flipper-doctor": "0.42.0",
|
||||
"flipper-doctor": "0.43.0",
|
||||
"fs-extra": "^8.0.1",
|
||||
"immer": "^6.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-js-client",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-babel-transformer",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Babel transformer for Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-doctor",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Utility for checking for issues with a flipper installation",
|
||||
"main": "lib/index.js",
|
||||
"flipperBundlerEntry": "src",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-e2e",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"private": true,
|
||||
"description": "E2E test suite for Flipper",
|
||||
"repository": "facebook/flipper",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-headless-tests",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flipper-headless",
|
||||
"private": true,
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Headless version of Flipper - Mobile development tool",
|
||||
"productName": "Flipper Headless",
|
||||
"author": "Facebook Inc",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-project",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": {
|
||||
@@ -174,8 +174,8 @@
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"eslint-plugin-relay": "^1.4.1",
|
||||
"express": "^4.15.2",
|
||||
"flipper-babel-transformer": "0.42.0",
|
||||
"flipper-pkg-lib": "0.42.0",
|
||||
"flipper-babel-transformer": "0.43.0",
|
||||
"flipper-pkg-lib": "0.43.0",
|
||||
"flow-bin": "0.124.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"glob": "^7.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg-lib",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Library for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.42.0",
|
||||
"flipper-babel-transformer": "0.43.0",
|
||||
"metro": "^0.59.0",
|
||||
"metro-minify-terser": "^0.59.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Utility for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"ajv": "^6.12.2",
|
||||
"ajv-errors": "^1.0.1",
|
||||
"cli-ux": "^5.4.5",
|
||||
"flipper-pkg-lib": "0.42.0",
|
||||
"flipper-pkg-lib": "0.43.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"flipper": "0.42.0"
|
||||
"flipper": "0.43.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"flipper": "0.42.0",
|
||||
"flipper-pkg": "0.42.0"
|
||||
"flipper": "0.43.0",
|
||||
"flipper-pkg": "0.43.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-static",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -9,7 +9,7 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"fb-watchman": "^2.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"flipper-pkg-lib": "0.42.0",
|
||||
"flipper-pkg-lib": "0.43.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"ignore": "^5.1.4",
|
||||
"mem": "^6.0.0",
|
||||
|
||||
@@ -24,10 +24,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.42.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.43.0'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.42.0'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.43.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ The following configuration assumed CocoaPods 1.9+.
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.42.0'
|
||||
flipperkit_version = '0.43.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
@@ -16,7 +16,7 @@ Add this code to your `ios/Podfile`:
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.42.0'
|
||||
flipperkit_version = '0.43.0'
|
||||
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
|
||||
@@ -28,7 +28,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.42.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.43.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.42.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.43.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
|
||||
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.42.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.43.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# POM publishing constants
|
||||
VERSION_NAME=0.42.1-SNAPSHOT
|
||||
VERSION_NAME=0.43.0
|
||||
GROUP=com.facebook.flipper
|
||||
POM_URL=https://github.com/facebook/flipper
|
||||
POM_SCM_URL=https://github.com/facebook/flipper.git
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project 'Tutorial.xcodeproj'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.42.0'
|
||||
flipperkit_version = '0.43.0'
|
||||
use_frameworks!
|
||||
|
||||
target 'Tutorial' do
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-native-flipper",
|
||||
"title": "React Native Flipper Bindings",
|
||||
"version": "0.42.0",
|
||||
"version": "0.43.0",
|
||||
"description": "Flipper bindings for React Native",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user