aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-10 01:46:28 +0800
committerFabio Berger <me@fabioberger.com>2018-07-10 01:46:28 +0800
commitada8a402da2f458029cb1788f152fe04a5c4c957 (patch)
tree40f1f5b0ccd62c711344b61a688658bef0c12469 /packages/fill-scenarios
parent324b1079e7eb29829bf06ff65299acdc58abf308 (diff)
parent17956efe351e3ec0b1e9cdeee8292ebb0b4e563c (diff)
downloaddexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.gz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.bz2
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.lz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.xz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.zst
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.zip
merge v2-prototype
Diffstat (limited to 'packages/fill-scenarios')
-rw-r--r--packages/fill-scenarios/CHANGELOG.json9
-rw-r--r--packages/fill-scenarios/CHANGELOG.md4
-rw-r--r--packages/fill-scenarios/package.json16
3 files changed, 21 insertions, 8 deletions
diff --git a/packages/fill-scenarios/CHANGELOG.json b/packages/fill-scenarios/CHANGELOG.json
index 822f8d5d5..cf36adf16 100644
--- a/packages/fill-scenarios/CHANGELOG.json
+++ b/packages/fill-scenarios/CHANGELOG.json
@@ -9,6 +9,15 @@
]
},
{
+ "timestamp": 1531149657,
+ "version": "0.0.5",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1529397769,
"version": "0.0.4",
"changes": [
diff --git a/packages/fill-scenarios/CHANGELOG.md b/packages/fill-scenarios/CHANGELOG.md
index e609fc88c..02618b89c 100644
--- a/packages/fill-scenarios/CHANGELOG.md
+++ b/packages/fill-scenarios/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v0.0.5 - _July 9, 2018_
+
+ * Dependencies updated
+
## v0.0.4 - _June 19, 2018_
* Dependencies updated
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index 32b02947f..4e1ceeac0 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -28,10 +28,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
- "@0xproject/abi-gen": "^0.3.2",
- "@0xproject/monorepo-scripts": "^0.2.1",
- "@0xproject/sol-compiler": "^0.5.2",
- "@0xproject/tslint-config": "^0.4.20",
+ "@0xproject/abi-gen": "^0.3.3",
+ "@0xproject/monorepo-scripts": "^0.2.2",
+ "@0xproject/sol-compiler": "^0.5.3",
+ "@0xproject/tslint-config": "^0.4.21",
"@types/lodash": "4.14.104",
"copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0",
@@ -41,13 +41,13 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/base-contract": "^0.3.4",
+ "@0xproject/base-contract": "^0.3.5",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/types": "1.0.0",
"ethereum-types": "^0.0.2",
- "@0xproject/typescript-typings": "^0.4.1",
- "@0xproject/utils": "^0.7.1",
- "@0xproject/web3-wrapper": "^0.7.1",
+ "@0xproject/typescript-typings": "^0.4.2",
+ "@0xproject/utils": "^0.7.2",
+ "@0xproject/web3-wrapper": "^0.7.2",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},