Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-09 09:37:04 +10:00
parent 445b686c6c
commit 7bd88c1bb8
93 changed files with 1213 additions and 923 deletions

View File

@@ -14,7 +14,8 @@
"note": "Add asset data decoding functions", "note": "Add asset data decoding functions",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.0 - _February 8, 2020_
* Fix broken tests. (#2462)
* Remove dependency on `@0x/contracts-dev-utils` (#2462)
* Add asset data decoding functions (#2462)
## v3.1.3 - _February 6, 2020_ ## v3.1.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "1.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "1.0.1", "version": "1.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.2 - _February 8, 2020_
* Dependencies updated
## v1.0.1 - _February 6, 2020_ ## v1.0.1 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Update tests.", "note": "Update tests.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _February 8, 2020_
* Update tests. (#2462)
## v3.0.6 - _February 6, 2020_ ## v3.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Remove `LibTransactionDecoder` export", "note": "Remove `LibTransactionDecoder` export",
"pr": 2464 "pr": 2464
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.0 - _February 8, 2020_
* Refactor mixins into public libraries. (#2464)
* Remove `LibTransactionDecoder` export (#2464)
## v1.0.6 - _February 6, 2020_ ## v1.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Fix broken tests", "note": "Fix broken tests",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.0 - _February 8, 2020_
* Fix broken tests (#2462)
## v2.0.6 - _February 6, 2020_ ## v2.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Catch reverts to `DevUtils` calls", "note": "Catch reverts to `DevUtils` calls",
"pr": 2476 "pr": 2476
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.3.0 - _February 8, 2020_
* Catch reverts to `DevUtils` calls (#2476)
## v1.2.1 - _February 6, 2020_ ## v1.2.1 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Fix broken tests", "note": "Fix broken tests",
"pr": 2456 "pr": 2456
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _February 8, 2020_
* Add `allowance()` and `balanceOf()` to `LibERC20Token` (#2464)
* Fix broken tests (#2456)
## v3.0.6 - _February 6, 2020_ ## v3.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Fix broken tests", "note": "Fix broken tests",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _February 8, 2020_
* Fix broken tests (#2462)
## v3.0.6 - _February 6, 2020_ ## v3.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Export `EvmBytecodeOutputLinkReferences` type.", "note": "Export `EvmBytecodeOutputLinkReferences` type.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "4.1.0", "version": "4.1.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.2.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
## v4.1.0 - _February 6, 2020_ ## v4.1.0 - _February 6, 2020_
* Refactor, moved LibAssetDataTransfer and MixinWeth(Utils) to extensions (#2455) * Refactor, moved LibAssetDataTransfer and MixinWeth(Utils) to extensions (#2455)

View File

@@ -6,7 +6,8 @@
"note": "Export `EvmBytecodeOutputLinkReferences` type.", "note": "Export `EvmBytecodeOutputLinkReferences` type.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "4.2.0", "version": "4.2.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.3.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
## v4.2.0 - _February 6, 2020_ ## v4.2.0 - _February 6, 2020_
* Moved LibAssetDataTransfer here from forwarder (#2455) * Moved LibAssetDataTransfer here from forwarder (#2455)

View File

@@ -10,7 +10,8 @@
"note": "Remove dependency on `DevUtils` for asset data encoding/decoding", "note": "Remove dependency on `DevUtils` for asset data encoding/decoding",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.0 - _February 8, 2020_
* Flip `LibExchangeRichErrorDecoder` to an actual library. (#2462)
* Remove dependency on `DevUtils` for asset data encoding/decoding (#2462)
## v3.1.2 - _February 6, 2020_ ## v3.1.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Export `EvmBytecodeOutputLinkReferences` type.", "note": "Export `EvmBytecodeOutputLinkReferences` type.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "6.0.0", "version": "6.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.1.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
## v6.0.0 - _February 6, 2020_ ## v6.0.0 - _February 6, 2020_
* New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer (#2455) * New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer (#2455)

View File

@@ -10,7 +10,8 @@
"note": "Update tests for refactored `DevUtils`", "note": "Update tests for refactored `DevUtils`",
"pr": 2464 "pr": 2464
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.3.0 - _February 8, 2020_
* Remove dependency on `DevUtils` for asset data encoding/decoding (#2462)
* Update tests for refactored `DevUtils` (#2464)
## v2.2.3 - _February 6, 2020_ ## v2.2.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Fix broken tests", "note": "Fix broken tests",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _February 8, 2020_
* Fix broken tests (#2462)
## v4.0.6 - _February 6, 2020_ ## v4.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Fix broken tests.", "note": "Fix broken tests.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 8, 2020_
* Fix revert for `LibFixedMath.mul(x, 0)`. (#2462)
* Fix broken tests. (#2462)
## v2.0.6 - _February 6, 2020_ ## v2.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "5.1.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "5.1.3", "version": "5.1.3",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.4 - _February 8, 2020_
* Dependencies updated
## v5.1.3 - _February 6, 2020_ ## v5.1.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Update Eth2Dai addresses in `DeploymentConstants`", "note": "Update Eth2Dai addresses in `DeploymentConstants`",
"pr": 2474 "pr": 2474
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.3.0 - _February 8, 2020_
* Update Eth2Dai addresses in `DeploymentConstants` (#2474)
## v4.2.1 - _February 6, 2020_ ## v4.2.1 - _February 6, 2020_
* Dependencies updated * Dependencies updated
@@ -12,6 +16,7 @@ CHANGELOG
## v4.2.0 - _February 4, 2020_ ## v4.2.0 - _February 4, 2020_
* Update kovan addresses in `DeploymentConstants` (#2459) * Update kovan addresses in `DeploymentConstants` (#2459)
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
## v4.1.0 - _January 22, 2020_ ## v4.1.0 - _January 22, 2020_

View File

@@ -6,7 +6,8 @@
"note": "Export `EvmBytecodeOutputLinkReferences`", "note": "Export `EvmBytecodeOutputLinkReferences`",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v9.1.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` (#2462)
## v9.0.7 - _February 6, 2020_ ## v9.0.7 - _February 6, 2020_
* Dependencies updated * Dependencies updated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,8 @@
"note": "Support deploying contracts with unliked libraries through `deployWithLibrariesFrom0xArtifactAsync()`", "note": "Support deploying contracts with unliked libraries through `deployWithLibrariesFrom0xArtifactAsync()`",
"pr": 2463 "pr": 2463
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.2.0 - _February 8, 2020_
* Support deploying contracts with unliked libraries through `deployWithLibrariesFrom0xArtifactAsync()` (#2463)
## v5.1.2 - _February 6, 2020_ ## v5.1.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "3.0.5", "version": "3.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 8, 2020_
* Dependencies updated
## v3.0.5 - _February 6, 2020_ ## v3.0.5 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "4.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "4.1.1", "version": "4.1.1",
"changes": [ "changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.2 - _February 8, 2020_
* Dependencies updated
## v4.1.1 - _February 6, 2020_ ## v4.1.1 - _February 6, 2020_
* Fix bug with liquidity source breakdown (#2472) * Fix bug with liquidity source breakdown (#2472)

View File

@@ -10,7 +10,8 @@
"note": "Add exported function `linkLibrariesInBytecode()`", "note": "Add exported function `linkLibrariesInBytecode()`",
"pr": 2463 "pr": 2463
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.2.0 - _February 8, 2020_
* Ignore bytecode with unlinked library references in constructor (#2463)
* Add exported function `linkLibrariesInBytecode()` (#2463)
## v6.1.2 - _February 6, 2020_ ## v6.1.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "6.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "6.0.5", "version": "6.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.6 - _February 8, 2020_
* Dependencies updated
## v6.0.5 - _February 6, 2020_ ## v6.0.5 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Update `ERC20BridgeSampler` address on mainnet and kovan.", "note": "Update `ERC20BridgeSampler` address on mainnet and kovan.",
"pr": 2476 "pr": 2476
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "4.4.0", "version": "4.4.0",

View File

@@ -5,9 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.5.0 - _February 8, 2020_
* Update `ERC20BridgeSampler` and `Eth2Dai` on mainnet and kovan. (#2474)
* Update `ERC20BridgeSampler` address on mainnet and kovan. (#2476)
## v4.4.0 - _February 4, 2020_ ## v4.4.0 - _February 4, 2020_
* Update `ERC20BridgeSampler` on mainnet and kovan. (#2459) * Update `ERC20BridgeSampler` on mainnet and kovan. (#2459)
* Remove `libTransactionDecoder` (#2456)
* Update snapshot addresses (#2464)
## v4.3.0 - _January 22, 2020_ ## v4.3.0 - _January 22, 2020_

View File

@@ -10,7 +10,8 @@
"note": "Remove `LibTransactionDecoder` artifact", "note": "Remove `LibTransactionDecoder` artifact",
"pr": 2464 "pr": 2464
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.5.0 - _February 8, 2020_
* Update `DevUtils` artifact (#2464)
* Remove `LibTransactionDecoder` artifact (#2464)
## v3.4.1 - _February 6, 2020_ ## v3.4.1 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Remove `LibTransactionDecoder`", "note": "Remove `LibTransactionDecoder`",
"pr": 2464 "pr": 2464
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.5.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
* Remove `LibTransactionDecoder` (#2464)
## v13.4.2 - _February 6, 2020_ ## v13.4.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "2.0.6", "version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 8, 2020_
* Dependencies updated
## v2.0.6 - _February 6, 2020_ ## v2.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Refactor into public libraries.", "note": "Refactor into public libraries.",
"pr": 2464 "pr": 2464
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.2.0 - _February 8, 2020_
* Refactor into public libraries. (#2464)
## v3.1.3 - _February 6, 2020_ ## v3.1.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type", "note": "Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "3.0.0", "version": "3.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _February 8, 2020_
* Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type (#2462)
## v3.0.0 - _December 2, 2019_ ## v3.0.0 - _December 2, 2019_
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313) * All references to network ID have been removed, and references to chain ID have been introduced instead (#2313)

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "5.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "5.0.5", "version": "5.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.0.6 - _February 8, 2020_
* Dependencies updated
## v5.0.5 - _February 6, 2020_ ## v5.0.5 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -14,7 +14,8 @@
"note": "Use contract package artifacts in ganache migrations", "note": "Use contract package artifacts in ganache migrations",
"pr": 2456 "pr": 2456
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.1.0 - _February 8, 2020_
* Update `DevUtils` deployment (#2456)
* Remove `LibTransactionDecoder` deployment (#2456)
* Use contract package artifacts in ganache migrations (#2456)
## v6.0.2 - _February 6, 2020_ ## v6.0.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -14,7 +14,8 @@
"note": "Add `transactionHashUtils`.", "note": "Add `transactionHashUtils`.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v10.2.0 - _February 8, 2020_
* Remove use of ambient `DevUtils` instances. (#2462)
* Make hash computing tooling non-async again. (#2462)
* Add `transactionHashUtils`. (#2462)
## v10.1.3 - _February 6, 2020_ ## v10.1.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Use updated `order-utils` with non-async hash functions.", "note": "Use updated `order-utils` with non-async hash functions.",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"timestamp": 1580988106, "timestamp": 1580988106,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.0 - _February 8, 2020_
* Use updated `order-utils` with non-async hash functions. (#2462)
## v2.1.2 - _February 6, 2020_ ## v2.1.2 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "4.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "4.0.6", "version": "4.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.7 - _February 8, 2020_
* Dependencies updated
## v4.0.6 - _February 6, 2020_ ## v4.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "4.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "4.0.6", "version": "4.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.7 - _February 8, 2020_
* Dependencies updated
## v4.0.6 - _February 6, 2020_ ## v4.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.1.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "3.1.3", "version": "3.1.3",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.4 - _February 8, 2020_
* Dependencies updated
## v3.1.3 - _February 6, 2020_ ## v3.1.3 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "4.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "4.0.6", "version": "4.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.7 - _February 8, 2020_
* Dependencies updated
## v4.0.6 - _February 6, 2020_ ## v4.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1576540892, "timestamp": 1576540892,
"version": "3.0.2", "version": "3.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.3 - _February 8, 2020_
* Dependencies updated
## v3.0.2 - _December 17, 2019_ ## v3.0.2 - _December 17, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "3.0.6", "version": "3.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.7 - _February 8, 2020_
* Dependencies updated
## v3.0.6 - _February 6, 2020_ ## v3.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "7.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "7.0.6", "version": "7.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.7 - _February 8, 2020_
* Dependencies updated
## v7.0.6 - _February 6, 2020_ ## v7.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "3.0.5", "version": "3.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 8, 2020_
* Dependencies updated
## v3.0.5 - _February 6, 2020_ ## v3.0.5 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "6.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "6.0.6", "version": "6.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.7 - _February 8, 2020_
* Dependencies updated
## v6.0.6 - _February 6, 2020_ ## v6.0.6 - _February 6, 2020_
* Dependencies updated * Dependencies updated

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "3.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.1.1", "version": "3.1.1",
"changes": [ "changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.2 - _February 8, 2020_
* Dependencies updated
## v3.1.1 - _December 17, 2019_ ## v3.1.1 - _December 17, 2019_
* Added `DydxBridgeOnlyCallableByErc20BridgeProxy` and `DydxBridgeUnrecognizedBridgeAction` (#2378) * Added `DydxBridgeOnlyCallableByErc20BridgeProxy` and `DydxBridgeUnrecognizedBridgeAction` (#2378)

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "5.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1576540892, "timestamp": 1576540892,
"version": "5.0.1", "version": "5.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.0.2 - _February 8, 2020_
* Dependencies updated
## v5.0.1 - _December 17, 2019_ ## v5.0.1 - _December 17, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -14,7 +14,8 @@
"note": "Accept `Buffer` type in `hexUtils.toHex()`", "note": "Accept `Buffer` type in `hexUtils.toHex()`",
"pr": 2462 "pr": 2462
} }
] ],
"timestamp": 1581204851
}, },
{ {
"version": "5.3.0", "version": "5.3.0",

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.4.0 - _February 8, 2020_
* Add `toTokenUnitAmount` and `fromTokenUnitAmount` (#2462)
* Add `hexUtils.isHex` (#2462)
* Accept `Buffer` type in `hexUtils.toHex()` (#2462)
## v5.3.0 - _February 6, 2020_ ## v5.3.0 - _February 6, 2020_
* Added Broker, MixinWethUtils revert errors (#2455) * Added Broker, MixinWethUtils revert errors (#2455)

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1581204851,
"version": "7.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580988106, "timestamp": 1580988106,
"version": "7.0.5", "version": "7.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.6 - _February 8, 2020_
* Dependencies updated
## v7.0.5 - _February 6, 2020_ ## v7.0.5 - _February 6, 2020_
* Dependencies updated * Dependencies updated