Flipper Release: v0.147.0

Summary: Releasing version 0.147.0

Reviewed By: aigoncharov

Differential Revision: D36658611

fbshipit-source-id: 74137e1c5c1f5be5dc45c28ed74aa016001db070
This commit is contained in:
Flipper Bot
2022-05-25 09:56:02 -07:00
committed by Facebook GitHub Bot
parent b75eeb941b
commit 19a5a8e9c7
11 changed files with 23 additions and 14 deletions

View File

@@ -160,7 +160,7 @@
"tsc-plugins": "./ts-node scripts/tsc-plugins.tsx",
"watch": "cross-env TZ=Pacific/Pohnpei node --expose-gc --stack-trace-limit=40 ./node_modules/.bin/jest --watch"
},
"version": "0.146.1",
"version": "0.147.0",
"workspaces": {
"packages": [
"scripts",

View File

@@ -27,7 +27,7 @@ You also need to compile in the `litho-annotations` package, as Flipper reflects
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.146.1'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.147.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>Leak Ca
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.146.1'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.147.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```

View File

@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact, as follows:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.146.1'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.147.0'
}
```

View File

@@ -1,3 +1,12 @@
# 0.147.0 (25/5/2022)
* [D36600535](https://github.com/facebook/flipper/search?q=D36600535&type=Commits)
* [D36602929](https://github.com/facebook/flipper/search?q=D36602929&type=Commits)
* [D36596972](https://github.com/facebook/flipper/search?q=D36596972&type=Commits) - Show alert in Launch Emulator dialogue if no SDKs are enabled
* [D36598855](https://github.com/facebook/flipper/search?q=D36598855&type=Commits) - Loading state for emulator launch dialogue
* [D36599925](https://github.com/facebook/flipper/search?q=D36599925&type=Commits) - Add link to troubleshooting page when no emulators are available.
# 0.146.1 (20/5/2022)
* [D36513795](https://github.com/facebook/flipper/search?q=D36513795&type=Commits) - Refactor tic-tac-toe plugin to Sandy architecture