Flipper Release: v0.118.1
Summary: Releasing version 0.118.1 Reviewed By: passy Differential Revision: D32204867 fbshipit-source-id: ac9bc8d106375e834ea18f502b6badb52d726233
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1dc3c03b12
commit
2fcd815098
@@ -260,7 +260,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.118.0",
|
||||
"version": "0.118.1",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"app",
|
||||
|
||||
@@ -25,7 +25,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.118.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.118.1'
|
||||
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.118.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.118.1'
|
||||
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.118.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.118.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
# 0.118.1 (5/11/2021)
|
||||
|
||||
* [D32201978](https://github.com/facebook/flipper/search?q=D32201978&type=Commits) - Fix js-flipper package being published empty
|
||||
* [D32203132](https://github.com/facebook/flipper/search?q=D32203132&type=Commits) - Fix server certificates not being generated for first time users.
|
||||
|
||||
|
||||
# 0.114.0 (6/10/2021)
|
||||
|
||||
* [D31305180](https://github.com/facebook/flipper/search?q=D31305180&type=Commits) - Improved plugin / device / app selection handing.
|
||||
|
||||
Reference in New Issue
Block a user