aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/test-utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-14 03:10:24 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-14 03:10:24 +0800
commit5a45bc5e7ba3945fe5788b7f86f885768f034f4b (patch)
tree8e964ef83110712628f1d70a9b81c46f665689ce /contracts/test-utils
parent0f8acedf0217e209dc6f91da4dbd0bf009784c4a (diff)
downloaddexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar.gz
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar.bz2
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar.lz
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar.xz
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.tar.zst
dexon-sol-tools-5a45bc5e7ba3945fe5788b7f86f885768f034f4b.zip
Revert version bump to unpublished contracts packages
Diffstat (limited to 'contracts/test-utils')
-rw-r--r--contracts/test-utils/CHANGELOG.json11
-rw-r--r--contracts/test-utils/CHANGELOG.md10
-rw-r--r--contracts/test-utils/package.json2
3 files changed, 1 insertions, 22 deletions
diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json
deleted file mode 100644
index 267fdcc61..000000000
--- a/contracts/test-utils/CHANGELOG.json
+++ /dev/null
@@ -1,11 +0,0 @@
-[
- {
- "version": "1.0.1",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ],
- "timestamp": 1544570656
- }
-]
diff --git a/contracts/test-utils/CHANGELOG.md b/contracts/test-utils/CHANGELOG.md
deleted file mode 100644
index 22b7fb109..000000000
--- a/contracts/test-utils/CHANGELOG.md
+++ /dev/null
@@ -1,10 +0,0 @@
-<!--
-changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
-Edit the package's CHANGELOG.json file only.
--->
-
-CHANGELOG
-
-## v1.0.1 - _December 11, 2018_
-
- * Dependencies updated
diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json
index c15ee92ad..7b2542467 100644
--- a/contracts/test-utils/package.json
+++ b/contracts/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
- "version": "1.0.1",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},