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:
root@sandcastle1585.atn1.facebook.com
2020-09-01 03:50:48 -07:00
committed by Facebook GitHub Bot
parent ff3584e2e0
commit 66692dd722
41 changed files with 77 additions and 71 deletions

View File

@@ -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.

View File

@@ -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",