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,7 +1,8 @@
{
"name": "headless-tests",
"version": "1.0.0",
"name": "flipper-headless-tests",
"version": "0.35.0",
"main": "index.js",
"private": true,
"scripts": {
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"