From 4da6ede9d0cbc358fc25cf9c21e56d6f175e09a7 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Thu, 7 Mar 2019 10:11:15 -0800 Subject: [PATCH] More tec -> coordinator changes --- .circleci/config.yml | 4 ++-- contracts/coordinator/CHANGELOG.md | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 681e545ae9..616370322c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: - run: yarn wsrun test:circleci @0x/contracts-asset-proxy - run: yarn wsrun test:circleci @0x/contracts-exchange - run: yarn wsrun test:circleci @0x/contracts-exchange-forwarder - - run: yarn wsrun test:circleci @0x/contracts-tec + - run: yarn wsrun test:circleci @0x/contracts-coordinator test-contracts-geth: docker: - image: circleci/node:9-browsers @@ -72,7 +72,7 @@ jobs: - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-asset-proxy - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange-forwarder - - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-tec + - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-coordinator test-publish: resource_class: medium+ docker: diff --git a/contracts/coordinator/CHANGELOG.md b/contracts/coordinator/CHANGELOG.md index e59dde3064..1004e94271 100644 --- a/contracts/coordinator/CHANGELOG.md +++ b/contracts/coordinator/CHANGELOG.md @@ -4,15 +4,3 @@ Edit the package's CHANGELOG.json file only. --> CHANGELOG - -## v0.0.4 - _March 1, 2019_ - - * Dependencies updated - -## v0.0.3 - _February 27, 2019_ - - * Dependencies updated - -## v0.0.2 - _February 26, 2019_ - - * Dependencies updated