From 0d877a8076e2c120192af9bbefdcf5a5928270d9 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 17 Jan 2019 19:07:25 +0100 Subject: Updated CHANGELOGS --- contracts/libs/CHANGELOG.json | 9 +++++++++ contracts/libs/CHANGELOG.md | 4 ++++ 2 files changed, 13 insertions(+) (limited to 'contracts/libs') diff --git a/contracts/libs/CHANGELOG.json b/contracts/libs/CHANGELOG.json index ee239b318..6adebc471 100644 --- a/contracts/libs/CHANGELOG.json +++ b/contracts/libs/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1547747677, + "version": "1.0.6", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1547561734, "version": "1.0.5", diff --git a/contracts/libs/CHANGELOG.md b/contracts/libs/CHANGELOG.md index 6d53a0b9c..59d0804da 100644 --- a/contracts/libs/CHANGELOG.md +++ b/contracts/libs/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 -- cgit v1.2.3 From 5816279d68a2926025d54d007f04020052c46e9b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 17 Jan 2019 19:07:37 +0100 Subject: Publish - 0x.js@3.0.3 - @0x/asset-buyer@4.0.2 - @0x/contract-wrappers@5.0.1 - @0x/dev-tools-pages@0.0.14 - @0x/instant@1.0.8 - @0x/metacoin@0.0.36 - @0x/monorepo-scripts@1.0.19 - @0x/order-watcher@2.4.3 - @0x/sol-coverage@1.0.3 - @0x/sol-profiler@1.0.3 - @0x/sol-trace@1.0.3 - @0x/sol-tracing-utils@4.0.1 - @0x/testnet-faucets@1.0.64 - @0x/website@0.0.67 - @0x/contracts-examples@1.0.6 - @0x/contracts-extensions@1.2.3 - @0x/contracts-interfaces@1.0.6 - @0x/contracts-libs@1.0.6 - @0x/contracts-multisig@1.0.6 - @0x/contracts-protocol@2.2.3 - @0x/contracts-test-utils@2.0.1 - @0x/contracts-tokens@1.0.6 - @0x/contracts-utils@1.0.6 --- contracts/libs/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contracts/libs') diff --git a/contracts/libs/package.json b/contracts/libs/package.json index abbdfdb97..2429c8aed 100644 --- a/contracts/libs/package.json +++ b/contracts/libs/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-libs", - "version": "1.0.5", + "version": "1.0.6", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md", "devDependencies": { "@0x/abi-gen": "^1.0.22", - "@0x/contracts-test-utils": "^2.0.0", + "@0x/contracts-test-utils": "^2.0.1", "@0x/dev-utils": "^1.0.24", "@0x/sol-compiler": "^2.0.2", "@0x/subproviders": "^2.1.11", @@ -70,8 +70,8 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-multisig": "^1.0.5", - "@0x/contracts-utils": "^1.0.5", + "@0x/contracts-multisig": "^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", -- cgit v1.2.3