Flipper Release: v0.212.0
Summary: Releasing version 0.212.0 Reviewed By: lblasa Differential Revision: D48473694 fbshipit-source-id: 751e563523881120795bbfef83616d89dcaa5f45
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4ff9279a0b
commit
cc9c26d214
@@ -169,7 +169,7 @@
|
||||
"npm": "use yarn instead",
|
||||
"yarn": "^1.16"
|
||||
},
|
||||
"version": "0.211.1",
|
||||
"version": "0.212.0",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"scripts",
|
||||
|
||||
@@ -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.211.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.212.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>LeakCan
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.211.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.212.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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.211.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.212.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 0.212.0 (18/8/2023)
|
||||
|
||||
* [D48280921](https://github.com/facebook/flipper/search?q=D48280921&type=Commits) - [internal] internal
|
||||
|
||||
|
||||
# 0.210.0 (2/8/2023)
|
||||
|
||||
* [D47832249](https://github.com/facebook/flipper/search?q=D47832249&type=Commits) - [UIDebugger] Fixed bug with keyboard tree controls
|
||||
|
||||
Reference in New Issue
Block a user