Flipper Release: v0.110.0
Summary: Releasing version 0.110.0 Reviewed By: mweststrate Differential Revision: D31020264 fbshipit-source-id: e161705979fda9f95ddd212d5f35ede4bb8f49c3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
10e97a7e98
commit
5e10baa43f
@@ -261,7 +261,7 @@
|
||||
"tsc-plugins": "./ts-node scripts/tsc-plugins.ts",
|
||||
"watch": "cross-env TZ=Pacific/Pohnpei node --expose-gc --stack-trace-limit=40 ./node_modules/.bin/jest --watch"
|
||||
},
|
||||
"version": "0.109.0",
|
||||
"version": "0.110.0",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"app",
|
||||
|
||||
@@ -25,7 +25,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.109.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.110.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ Ensure that you already have an explicit dependency in your application's
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.109.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.110.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -10,7 +10,7 @@ The network plugin is shipped as a separate Maven artifact:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.109.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.110.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 0.110.0 (17/9/2021)
|
||||
|
||||
* [D30992087](https://github.com/facebook/flipper/search?q=D30992087&type=Commits) - Fixed skyline no longer connecting to Flipper
|
||||
* [D31019099](https://github.com/facebook/flipper/search?q=D31019099&type=Commits) - Fix: made sure that the "Android disabled" setting is respected.
|
||||
* [D31017592](https://github.com/facebook/flipper/search?q=D31017592&type=Commits) - Fixed an issue where clients would randomly not connect to Flipper. Please update FlipperKit to 0.110.0 to apply the fix: https://fbflipper.com/docs/getting-started/react-native#using-the-latest-flipper-sdk
|
||||
|
||||
|
||||
# 0.109.0 (16/9/2021)
|
||||
|
||||
* [D30928768](https://github.com/facebook/flipper/search?q=D30928768&type=Commits) - Fixed JavaScript exception on main thread occurring after loading Flipper
|
||||
|
||||
Reference in New Issue
Block a user