Merge branch 'development' into fix/docImprovements
* development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json
This commit is contained in:
		@@ -6,7 +6,8 @@
 | 
			
		||||
                "note": "Add Provider type",
 | 
			
		||||
                "pr": 501
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
        ],
 | 
			
		||||
        "timestamp": 1523462196
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "version": "0.5.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
 | 
			
		||||
 | 
			
		||||
CHANGELOG
 | 
			
		||||
 | 
			
		||||
## v0.6.0 - _April 11, 2018_
 | 
			
		||||
 | 
			
		||||
    * Add Provider type (#501)
 | 
			
		||||
 | 
			
		||||
## v0.5.0 - _April 2, 2018_
 | 
			
		||||
 | 
			
		||||
    * Make `DataItem.components` optional (#485)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0xproject/types",
 | 
			
		||||
    "version": "0.5.0",
 | 
			
		||||
    "version": "0.6.0",
 | 
			
		||||
    "description": "0x types",
 | 
			
		||||
    "main": "lib/index.js",
 | 
			
		||||
    "types": "lib/index.d.ts",
 | 
			
		||||
@@ -21,8 +21,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0xproject/monorepo-scripts": "^0.1.16",
 | 
			
		||||
        "@0xproject/tslint-config": "^0.4.14",
 | 
			
		||||
        "@0xproject/monorepo-scripts": "^0.1.17",
 | 
			
		||||
        "@0xproject/tslint-config": "^0.4.15",
 | 
			
		||||
        "@types/node": "^8.0.53",
 | 
			
		||||
        "copyfiles": "^1.2.0",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user