Flipper Release: v0.70.0

Summary: Releasing version 0.70.0

Reviewed By: passy

Differential Revision: D25801619

fbshipit-source-id: bab5364e393a4db9c5a801d041f537f3e6d36d81
This commit is contained in:
generatedunixname89002005306973
2021-01-06 03:20:33 -08:00
committed by Facebook GitHub Bot
parent cfd1c22814
commit 44e1b2ee9a
8 changed files with 17 additions and 8 deletions

View File

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

View File

@@ -1,3 +1,12 @@
# 0.70.0 (6/1/2021)
* [D25466557](https://github.com/facebook/flipper/search?q=D25466557&type=Commits) - [Internal]
* [D25497305](https://github.com/facebook/flipper/search?q=D25497305&type=Commits) - [Internal]
* [D25557789](https://github.com/facebook/flipper/search?q=D25557789&type=Commits)
* [D25620908](https://github.com/facebook/flipper/search?q=D25620908&type=Commits) - [Internal]
* [D25755812](https://github.com/facebook/flipper/search?q=D25755812&type=Commits) - Fix issue where React Native plugins didn't show up in the Sandy layout
# 0.66.0 (18/11/2020) # 0.66.0 (18/11/2020)
* [D24890375](https://github.com/facebook/flipper/search?q=D24890375&type=Commits) - [Sandy][Navigation] on Android, the currently active deeplink of the application will now be shown in the sidebar * [D24890375](https://github.com/facebook/flipper/search?q=D24890375&type=Commits) - [Sandy][Navigation] on Android, the currently active deeplink of the application will now be shown in the sidebar

View File

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

View File

@@ -31,7 +31,7 @@ gradle configuration:
```groovy ```groovy
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.69.0' debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.70.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.69.0' debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.70.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

@@ -15,7 +15,7 @@ The network plugin is shipped as a separate Maven artifact:
```groovy ```groovy
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.69.0' debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.70.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.69.1-SNAPSHOT VERSION_NAME=0.70.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.69.0", "version": "0.70.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",