Skip to content

Commit 44e1b2e

Browse files
generatedunixname89002005306973facebook-github-bot
generatedunixname89002005306973
authored andcommitted
Flipper Release: v0.70.0
Summary: Releasing version 0.70.0 Reviewed By: passy Differential Revision: D25801619 fbshipit-source-id: bab5364e393a4db9c5a801d041f537f3e6d36d81
1 parent cfd1c22 commit 44e1b2e

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-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.69.0",
3+
"version": "0.70.0",
44
"description": "Mobile development tool",
55
"productName": "Flipper",
66
"author": {

desktop/static/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.70.0 (6/1/2021)
2+
3+
* [D25466557](https://github.com/facebook/flipper/search?q=D25466557&type=Commits) - [Internal]
4+
* [D25497305](https://github.com/facebook/flipper/search?q=D25497305&type=Commits) - [Internal]
5+
* [D25557789](https://github.com/facebook/flipper/search?q=D25557789&type=Commits)
6+
* [D25620908](https://github.com/facebook/flipper/search?q=D25620908&type=Commits) - [Internal]
7+
* [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
8+
9+
110
# 0.66.0 (18/11/2020)
211

312
* [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

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.69.0'
29+
debugImplementation 'com.facebook.flipper:flipper:0.70.0'
3030
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
3131
32-
releaseImplementation 'com.facebook.flipper:flipper-noop:0.69.0'
32+
releaseImplementation 'com.facebook.flipper:flipper-noop:0.70.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.69.0'
34+
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.70.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.69.0'
12+
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.70.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.69.0'
18+
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.70.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.69.1-SNAPSHOT
7+
VERSION_NAME=0.70.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.69.0",
4+
"version": "0.70.0",
55
"description": "Flipper bindings for React Native",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)