Flipper Release: v0.55.0
Summary: Releasing version 0.55.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23444759 fbshipit-source-id: b569ff8e8dce76028e323f906e7415689ae8b1c5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ff3584e2e0
commit
66692dd722
@@ -1,3 +1,9 @@
|
||||
# 0.55.0 (1/9/2020)
|
||||
|
||||
* [D23345560](https://github.com/facebook/flipper/search?q=D23345560&type=Commits) - Flipper Self inspection - Flipper Messages plugin added to dev builds to show messages sent/received from clients
|
||||
* [D23369774](https://github.com/facebook/flipper/search?q=D23369774&type=Commits) - React DevTools plugin: fixed issue when sometimes multiple copies of dev tools were opened.
|
||||
|
||||
|
||||
# 0.54.0 (25/8/2020)
|
||||
|
||||
* [D23198103](https://github.com/facebook/flipper/search?q=D23198103&type=Commits) - Introduce 'Debug Logs' section to help users to troubleshoot issues or to provide more accurate reports.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-static",
|
||||
"version": "0.54.0",
|
||||
"version": "0.55.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -9,8 +9,8 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"fb-watchman": "^2.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"flipper-pkg-lib": "0.54.0",
|
||||
"flipper-plugin-lib": "0.54.0",
|
||||
"flipper-pkg-lib": "0.55.0",
|
||||
"flipper-plugin-lib": "0.55.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"ignore": "^5.1.4",
|
||||
"mac-ca": "^1.0.4",
|
||||
|
||||
Reference in New Issue
Block a user