From bbd43eb5d1ca56b9359ed704a0872aa764bfbb0f Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Wed, 20 Jan 2021 04:01:07 -0800 Subject: [PATCH] Flipper Release: v0.72.0 Summary: Releasing version 0.72.0 Reviewed By: mweststrate Differential Revision: D25972053 fbshipit-source-id: 5c399900a02e27af6ce0b724a3103e279fc59d93 --- desktop/package.json | 2 +- docs/getting-started/android-native.mdx | 4 ++-- docs/setup/layout-plugin.mdx | 2 +- docs/setup/leak-canary-plugin.mdx | 2 +- docs/setup/network-plugin.mdx | 2 +- gradle.properties | 2 +- react-native/react-native-flipper/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 3add585f3..e9525569c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "flipper-project", - "version": "0.71.0", + "version": "0.72.0", "description": "Mobile development tool", "productName": "Flipper", "author": { diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index 55f3112da..cab99121e 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -26,10 +26,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.71.0' + debugImplementation 'com.facebook.flipper:flipper:0.72.0' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.71.0' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.72.0' } ``` diff --git a/docs/setup/layout-plugin.mdx b/docs/setup/layout-plugin.mdx index a32c7adfa..ad8132b26 100644 --- a/docs/setup/layout-plugin.mdx +++ b/docs/setup/layout-plugin.mdx @@ -31,7 +31,7 @@ gradle configuration: ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.71.0' + debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.72.0' debugImplementation 'com.facebook.litho:litho-annotations:0.19.0' // ... } diff --git a/docs/setup/leak-canary-plugin.mdx b/docs/setup/leak-canary-plugin.mdx index af21f52db..60ebba987 100644 --- a/docs/setup/leak-canary-plugin.mdx +++ b/docs/setup/leak-canary-plugin.mdx @@ -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.71.0' + debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.72.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1' } diff --git a/docs/setup/network-plugin.mdx b/docs/setup/network-plugin.mdx index fa7dd12f6..93b6751be 100644 --- a/docs/setup/network-plugin.mdx +++ b/docs/setup/network-plugin.mdx @@ -15,7 +15,7 @@ The network plugin is shipped as a separate Maven artifact: ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.71.0' + debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.72.0' } ``` diff --git a/gradle.properties b/gradle.properties index 4517738d8..f65c649f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.71.1-SNAPSHOT +VERSION_NAME=0.72.0 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git diff --git a/react-native/react-native-flipper/package.json b/react-native/react-native-flipper/package.json index 68adaace9..01c532da4 100644 --- a/react-native/react-native-flipper/package.json +++ b/react-native/react-native-flipper/package.json @@ -1,7 +1,7 @@ { "name": "react-native-flipper", "title": "React Native Flipper Bindings", - "version": "0.71.0", + "version": "0.72.0", "description": "Flipper bindings for React Native", "main": "index.js", "types": "index.d.ts",