Skip to content

Commit 06d9200

Browse files
generatedunixname89002005306973facebook-github-bot
generatedunixname89002005306973
authored andcommitted
Flipper Release: v0.71.0
Summary: Releasing version 0.71.0 Reviewed By: priteshrnandgaonkar Differential Revision: D25897817 fbshipit-source-id: afbb63a381636ce0d8d8a4ecb2636c601f39e932
1 parent c7f1ca6 commit 06d9200

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipper-project",
3-
"version": "0.70.0",
3+
"version": "0.71.0",
44
"description": "Mobile development tool",
55
"productName": "Flipper",
66
"author": {

docs/getting-started/android-native.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ repositories {
2626
}
2727
2828
dependencies {
29-
debugImplementation 'com.facebook.flipper:flipper:0.70.0'
29+
debugImplementation 'com.facebook.flipper:flipper:0.71.0'
3030
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
3131
32-
releaseImplementation 'com.facebook.flipper:flipper-noop:0.70.0'
32+
releaseImplementation 'com.facebook.flipper:flipper-noop:0.71.0'
3333
}
3434
```
3535

docs/setup/layout-plugin.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gradle configuration:
3131

3232
```groovy
3333
dependencies {
34-
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.70.0'
34+
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.71.0'
3535
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
3636
// ...
3737
}

docs/setup/leak-canary-plugin.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's
99

1010
```groovy
1111
dependencies {
12-
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.70.0'
12+
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.71.0'
1313
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
1414
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
1515
}

docs/setup/network-plugin.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The network plugin is shipped as a separate Maven artifact:
1515

1616
```groovy
1717
dependencies {
18-
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.70.0'
18+
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.71.0'
1919
}
2020
```
2121

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
# POM publishing constants
7-
VERSION_NAME=0.70.1-SNAPSHOT
7+
VERSION_NAME=0.71.0
88
GROUP=com.facebook.flipper
99
POM_URL=https://github.com/facebook/flipper
1010
POM_SCM_URL=https://github.com/facebook/flipper.git

react-native/react-native-flipper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-flipper",
33
"title": "React Native Flipper Bindings",
4-
"version": "0.70.0",
4+
"version": "0.71.0",
55
"description": "Flipper bindings for React Native",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)