Bump versions for all npm packages on release

Summary:
Automatically bump versions for all local npm packages included as workspaces and fix local dependencies correspondingly.

As a part of this I have also aligned versioning for all the packages by using the same version for all of them.

Reviewed By: jknoxville

Differential Revision: D20745632

fbshipit-source-id: 2d438c4b23ee72f7d7c068c5ce161063c7ceb9e5
This commit is contained in:
Anton Nikolaev
2020-03-31 06:25:39 -07:00
committed by Facebook GitHub Bot
parent 971e0f80fd
commit eb9a2cb5e7
10 changed files with 105 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-doctor",
"version": "0.7.0",
"version": "0.35.0",
"description": "Utility for checking for issues with a flipper installation",
"main": "lib/index.js",
"flipper:source": "src",