aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/interfaces
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-18 19:53:04 +0800
committerGitHub <noreply@github.com>2019-01-18 19:53:04 +0800
commitc8212f1d4d255120e5e683664b86f1830fb45ae6 (patch)
tree73f1528a36b8fc8a0778e164b1579eb5865d944a /contracts/interfaces
parent7d166dc7da23c30540fb554727a955015073286f (diff)
parentbef30e4209b26c8d4f443f8672e9acb9471c6a37 (diff)
downloaddexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.gz
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.bz2
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.lz
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.xz
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.tar.zst
dexon-sol-tools-c8212f1d4d255120e5e683664b86f1830fb45ae6.zip
Merge branch 'development' into feature/bignumber-8.0
Diffstat (limited to 'contracts/interfaces')
-rw-r--r--contracts/interfaces/CHANGELOG.json9
-rw-r--r--contracts/interfaces/CHANGELOG.md4
-rw-r--r--contracts/interfaces/package.json6
3 files changed, 16 insertions, 3 deletions
diff --git a/contracts/interfaces/CHANGELOG.json b/contracts/interfaces/CHANGELOG.json
index 022b0f5df..724ab1e4a 100644
--- a/contracts/interfaces/CHANGELOG.json
+++ b/contracts/interfaces/CHANGELOG.json
@@ -9,6 +9,15 @@
]
},
{
+ "timestamp": 1547747677,
+ "version": "1.0.6",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1547561734,
"version": "1.0.5",
"changes": [
diff --git a/contracts/interfaces/CHANGELOG.md b/contracts/interfaces/CHANGELOG.md
index 6d53a0b9c..59d0804da 100644
--- a/contracts/interfaces/CHANGELOG.md
+++ b/contracts/interfaces/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v1.0.6 - _January 17, 2019_
+
+ * Dependencies updated
+
## v1.0.5 - _January 15, 2019_
* Dependencies updated
diff --git a/contracts/interfaces/package.json b/contracts/interfaces/package.json
index 3550487da..c67c25df3 100644
--- a/contracts/interfaces/package.json
+++ b/contracts/interfaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-interfaces",
- "version": "1.0.5",
+ "version": "1.0.6",
"engines": {
"node": ">=6.12"
},
@@ -42,8 +42,8 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-libs": "^1.0.5",
- "@0x/contracts-utils": "^1.0.5",
+ "@0x/contracts-libs": "^1.0.6",
+ "@0x/contracts-utils": "^1.0.6",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",