Flipper Release: v0.103.0
Summary: Releasing version 0.103.0 Reviewed By: passy Differential Revision: D30400660 fbshipit-source-id: e5d3e2e59c977e1e5a32945fffaba243c703823e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
393e47641b
commit
f4631eecc1
@@ -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.102.0",
|
||||
"version": "0.103.0",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"app",
|
||||
|
||||
@@ -25,7 +25,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.102.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.103.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.102.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.103.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.102.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.103.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 0.103.0 (18/8/2021)
|
||||
|
||||
* [D30337820](https://github.com/facebook/flipper/search?q=D30337820&type=Commits) - Network requests with duplicate IDs are filtered out
|
||||
|
||||
|
||||
# 0.99.0 (21/7/2021)
|
||||
|
||||
* [D29800712](https://github.com/facebook/flipper/search?q=D29800712&type=Commits) - Added dark mode support to plugin manager
|
||||
|
||||
Reference in New Issue
Block a user