Flipper Release: v0.68.0

Summary: Releasing version 0.68.0

Reviewed By: nikoant

Differential Revision: D25330040

fbshipit-source-id: c5919cb74378abf5b3889c81b89b433d9f5af14b
This commit is contained in:
generatedunixname89002005306973
2020-12-04 04:38:11 -08:00
committed by Facebook GitHub Bot
parent 9b04c8070b
commit 8dd72a18f4
7 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "flipper-project", "name": "flipper-project",
"version": "0.67.0", "version": "0.68.0",
"description": "Mobile development tool", "description": "Mobile development tool",
"productName": "Flipper", "productName": "Flipper",
"author": { "author": {

View File

@@ -26,10 +26,10 @@ repositories {
} }
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.67.0' debugImplementation 'com.facebook.flipper:flipper:0.68.0'
debugImplementation 'com.facebook.soloader:soloader:0.9.0' debugImplementation 'com.facebook.soloader:soloader:0.9.0'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.67.0' releaseImplementation 'com.facebook.flipper:flipper-noop:0.68.0'
} }
``` ```

View File

@@ -28,7 +28,7 @@ gradle configuration:
```groovy ```groovy
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.67.0' debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.68.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0' debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ... // ...
} }

View File

@@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy ```groovy
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.67.0' debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.68.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
} }

View File

@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact:
```groovy ```groovy
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.67.0' debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.68.0'
} }
``` ```

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "react-native-flipper", "name": "react-native-flipper",
"title": "React Native Flipper Bindings", "title": "React Native Flipper Bindings",
"version": "0.67.0", "version": "0.68.0",
"description": "Flipper bindings for React Native", "description": "Flipper bindings for React Native",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",