aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-18 19:46:16 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-18 19:46:16 +0800
commite6fe728bcbbab0c500fc7adee1439505282e8eca (patch)
treed7c4d43725b460776857ff421397d6c4b8c30603 /contracts/protocol
parent6c7f4c13fa3de20c554e9c031f272d0f66842580 (diff)
parentbef30e4209b26c8d4f443f8672e9acb9471c6a37 (diff)
downloaddexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.gz
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.bz2
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.lz
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.xz
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.zst
dexon-sol-tools-e6fe728bcbbab0c500fc7adee1439505282e8eca.zip
Merge development
Diffstat (limited to 'contracts/protocol')
-rw-r--r--contracts/protocol/CHANGELOG.json9
-rw-r--r--contracts/protocol/CHANGELOG.md4
-rw-r--r--contracts/protocol/package.json16
3 files changed, 21 insertions, 8 deletions
diff --git a/contracts/protocol/CHANGELOG.json b/contracts/protocol/CHANGELOG.json
index 96e2f8b70..f7401039a 100644
--- a/contracts/protocol/CHANGELOG.json
+++ b/contracts/protocol/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1547747677,
+ "version": "2.2.3",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1547561734,
"version": "2.2.2",
"changes": [
diff --git a/contracts/protocol/CHANGELOG.md b/contracts/protocol/CHANGELOG.md
index 05d2ae6e2..779eb68a7 100644
--- a/contracts/protocol/CHANGELOG.md
+++ b/contracts/protocol/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.2.3 - _January 17, 2019_
+
+ * Dependencies updated
+
## v2.2.2 - _January 15, 2019_
* Dependencies updated
diff --git a/contracts/protocol/package.json b/contracts/protocol/package.json
index 420ca4e3d..87ee10e92 100644
--- a/contracts/protocol/package.json
+++ b/contracts/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-protocol",
- "version": "2.2.2",
+ "version": "2.2.3",
"engines": {
"node": ">=6.12"
},
@@ -69,13 +69,13 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-examples": "^1.0.5",
- "@0x/contracts-interfaces": "^1.0.5",
- "@0x/contracts-libs": "^1.0.5",
- "@0x/contracts-multisig": "^1.0.5",
- "@0x/contracts-test-utils": "^2.0.0",
- "@0x/contracts-tokens": "^1.0.5",
- "@0x/contracts-utils": "^1.0.5",
+ "@0x/contracts-examples": "^1.0.6",
+ "@0x/contracts-interfaces": "^1.0.6",
+ "@0x/contracts-libs": "^1.0.6",
+ "@0x/contracts-multisig": "^1.0.6",
+ "@0x/contracts-test-utils": "^2.0.1",
+ "@0x/contracts-tokens": "^1.0.6",
+ "@0x/contracts-utils": "^1.0.6",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",