aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fill-scenarios')
-rw-r--r--packages/fill-scenarios/CHANGELOG.json4
-rw-r--r--packages/fill-scenarios/CHANGELOG.md6
-rw-r--r--packages/fill-scenarios/package.json20
3 files changed, 15 insertions, 15 deletions
diff --git a/packages/fill-scenarios/CHANGELOG.json b/packages/fill-scenarios/CHANGELOG.json
index dca21f447..78a51d265 100644
--- a/packages/fill-scenarios/CHANGELOG.json
+++ b/packages/fill-scenarios/CHANGELOG.json
@@ -1,12 +1,12 @@
[
{
- "timestamp": 1538475601,
"version": "1.0.7",
"changes": [
{
"note": "Dependencies updated"
}
- ]
+ ],
+ "timestamp": 1538693146
},
{
"timestamp": 1538157789,
diff --git a/packages/fill-scenarios/CHANGELOG.md b/packages/fill-scenarios/CHANGELOG.md
index 585a31027..bf6fcf13e 100644
--- a/packages/fill-scenarios/CHANGELOG.md
+++ b/packages/fill-scenarios/CHANGELOG.md
@@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.0.7 - _October 2, 2018_
+## v1.0.7 - _October 4, 2018_
* Dependencies updated
@@ -41,7 +41,7 @@ CHANGELOG
* Dependencies updated
-## v1.0.1-rc.3 - _August 14, 2018_
+## v1.0.1-rc.3 - _August 13, 2018_
* Updated to use latest orderFactory interface, fixed `feeRecipient` spelling error in public interface (#936)
* Dependencies updated
@@ -58,7 +58,7 @@ CHANGELOG
* Dependencies updated
-## v1.0.0-rc.1 - _July 20, 2018_
+## v1.0.0-rc.1 - _July 19, 2018_
* Make fill-scenarios compatible with V2 of 0x protocol (#656)
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index 54c2f90da..0616454d6 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/fill-scenarios",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -27,8 +27,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.12",
- "@0xproject/tslint-config": "^1.0.7",
+ "@0xproject/abi-gen": "^1.0.13",
+ "@0xproject/tslint-config": "^1.0.8",
"@types/lodash": "4.14.104",
"copyfiles": "^2.0.0",
"make-promises-safe": "^1.1.0",
@@ -38,13 +38,13 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0xproject/base-contract": "^3.0.0",
- "@0xproject/order-utils": "^1.0.6",
- "@0xproject/types": "^1.1.2",
- "@0xproject/typescript-typings": "^3.0.0",
- "@0xproject/utils": "^2.0.0",
- "@0xproject/web3-wrapper": "^3.0.2",
- "ethereum-types": "^1.0.9",
+ "@0xproject/base-contract": "^3.0.1",
+ "@0xproject/order-utils": "^1.0.7",
+ "@0xproject/types": "^1.1.4",
+ "@0xproject/typescript-typings": "^3.0.2",
+ "@0xproject/utils": "^2.0.2",
+ "@0xproject/web3-wrapper": "^3.0.3",
+ "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14",
"lodash": "^4.17.5"
},