Flipper Release: v0.126.0

Summary: Releasing version 0.126.0

Reviewed By: nikoant

Differential Revision: D33183900

fbshipit-source-id: 65ff0048c3d6dca3910209dfa8e285d754698716
This commit is contained in:
Flipper Bot
2021-12-17 02:48:02 -08:00
committed by Facebook GitHub Bot
parent 4b23219bdd
commit d3ea3c46ce
11 changed files with 18 additions and 12 deletions

View File

@@ -175,7 +175,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.125.0",
"version": "0.126.0",
"workspaces": {
"packages": [
"scripts",

View File

@@ -25,7 +25,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.125.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.126.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -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.125.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.126.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```

View File

@@ -10,7 +10,7 @@ The network plugin is shipped as a separate Maven artifact:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.125.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.126.0'
}
```

View File

@@ -1,3 +1,9 @@
# 0.126.0 (17/12/2021)
* [D33158280](https://github.com/facebook/flipper/search?q=D33158280&type=Commits) - Fixed issue where a missing ANDROID_SDK_ROOT env var made it impossible to launch emulators
* [D33158445](https://github.com/facebook/flipper/search?q=D33158445&type=Commits) - Register shortcuts only for Flipper application instead of globally. Fixes https://github.com/facebook/flipper/issues/3090
# 0.125.0 (11/12/2021)
* [D32881744](https://github.com/facebook/flipper/search?q=D32881744&type=Commits) - Remove child_process usage from ReactDevTools plugin