aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/utils')
-rw-r--r--packages/utils/CHANGELOG.json19
-rw-r--r--packages/utils/CHANGELOG.md10
-rw-r--r--packages/utils/package.json10
3 files changed, 24 insertions, 15 deletions
diff --git a/packages/utils/CHANGELOG.json b/packages/utils/CHANGELOG.json
index 339d73e05..ac54cc42c 100644
--- a/packages/utils/CHANGELOG.json
+++ b/packages/utils/CHANGELOG.json
@@ -1,27 +1,28 @@
[
{
- "version": "0.6.3",
+ "timestamp": 1529397769,
+ "version": "0.7.1",
"changes": [
{
- "note": "Added errorUtils.spawnSwitchErr"
+ "note": "Dependencies updated"
}
]
},
{
- "timestamp": 1527009133,
- "version": "0.6.2",
+ "version": "0.7.0",
"changes": [
{
- "note": "Dependencies updated"
+ "note": "Incorrect publish that was unpublished"
}
- ]
+ ],
+ "timestamp": 1527810075
},
{
- "version": "0.7.0",
+ "timestamp": 1527009133,
+ "version": "0.6.2",
"changes": [
{
- "note": "Add logUtils.warn",
- "pr": 589
+ "note": "Dependencies updated"
}
]
},
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 0c01bf4f1..60a575297 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -5,11 +5,19 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v0.7.1 - _June 19, 2018_
+
+ * Dependencies updated
+
+## v0.7.0 - _June 1, 2018_
+
+ * Incorrect publish that was unpublished
+
## v0.6.2 - _May 22, 2018_
* Dependencies updated
-## v0.6.1 - _May 4, 2018_
+## v0.6.1 - _May 5, 2018_
* Dependencies updated
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 3828fa9ee..06d67566c 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/utils",
- "version": "0.6.2",
+ "version": "0.7.1",
"engines": {
"node": ">=6.12"
},
@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": {
- "@0xproject/monorepo-scripts": "^0.1.20",
- "@0xproject/tslint-config": "^0.4.18",
+ "@0xproject/monorepo-scripts": "^0.2.1",
+ "@0xproject/tslint-config": "^0.4.20",
"@types/lodash": "4.14.104",
"copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0",
@@ -36,11 +36,11 @@
},
"dependencies": {
"ethereum-types": "^0.0.1",
- "@0xproject/typescript-typings": "^0.3.2",
+ "@0xproject/typescript-typings": "^0.4.1",
"@types/node": "^8.0.53",
"ethereumjs-util": "^5.1.1",
"bignumber.js": "~4.1.0",
- "ethers": "^3.0.15",
+ "ethers": "3.0.22",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4",
"web3": "^0.20.0"