Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans 2020-06-24 13:55:59 +10:00
parent 8d2086870b
commit 4f91bfd907
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
98 changed files with 1260 additions and 637 deletions

View File

@ -30,7 +30,8 @@
"note": "Add Gas Token freeing to `DexForwarderBridge` contract.",
"pr": 2536
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.3.0 - _June 24, 2020_
* Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512)
* Emit `ERC20BridgeTransfer` events in bridges. (#2512)
* Change names of `ERC20BridgeTransfer` args to be less ambiguous. (#2524)
* Added `MixinGasToken` allowing Gas Tokens to be freed (#2523)
* Add `DexForwaderBridge` bridge contract. (#2525)
* Add `UniswapV2Bridge` bridge contract. (#2590)
* Add Gas Token freeing to `DexForwarderBridge` contract. (#2536)
## v3.2.5 - _March 3, 2020_
* Dependencies updated
@ -32,7 +42,7 @@ CHANGELOG
* Fix broken tests. (#2462)
* Remove dependency on `@0x/contracts-dev-utils` (#2462)
* Add asset data decoding functions (#2462)
* Add `setOperators()` to `IDydx` (#TODO)
* Add `setOperators()` to `IDydx` (#2462)
## v3.1.3 - _February 6, 2020_

View File

@ -6,7 +6,8 @@
"note": "Fix broken tests.",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.5 - _June 24, 2020_
* Fix broken tests. (#2591)
## v1.1.4 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.6 - _June 24, 2020_
* Dependencies updated
## v3.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "1.3.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "1.3.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.3.4 - _June 24, 2020_
* Dependencies updated
## v1.3.3 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "2.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "2.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.6 - _June 24, 2020_
* Dependencies updated
## v2.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -26,7 +26,8 @@
"note": "Sample from MultiBridge",
"pr": 2593
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.6.0 - _June 24, 2020_
* Pass in `DevUtils` address as a constructor parameter (#2531)
* Sample `Curve` for buy amounts (#2551)
* Added `sampleBuysFromKyberNetwork` (#2551)
* Use `searchBestRate` in Kyber samples. Return 0 when Uniswap/Eth2Dai reserve (#2575)
* Add UniswapV2 (#2595)
* Sample from MultiBridge (#2593)
## v1.5.1 - _March 3, 2020_
* Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Update `LibERC20TokenV06` comments.",
"pr": 2597
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.0 - _June 24, 2020_
* Add `LibERC20Token.approveIfBelow()` (#2512)
* Add solidity 0.6 contracts (#2545)
* Update `LibERC20TokenV06` comments. (#2597)
## v3.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.6 - _June 24, 2020_
* Dependencies updated
## v3.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "4.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.2.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.6 - _June 24, 2020_
* Dependencies updated
## v4.2.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "4.3.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.3.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.3.6 - _June 24, 2020_
* Dependencies updated
## v4.3.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.2.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.6 - _June 24, 2020_
* Dependencies updated
## v3.2.5 - _March 3, 2020_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add MaximumGasPrice contract, tooling, and unit tests",
"pr": 2511
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.2.0 - _June 24, 2020_
* Add MaximumGasPrice contract, tooling, and unit tests (#2511)
## v6.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Update `ERC20BridgeSampler` tests",
"pr": 2531
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.5.2 - _June 24, 2020_
* Update `ERC20BridgeSampler` tests (#2531)
## v2.5.1 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "4.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.6 - _June 24, 2020_
* Dependencies updated
## v4.1.5 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "2.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "2.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.13 - _June 24, 2020_
* Dependencies updated
## v2.0.12 - _March 3, 2020_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add `msg` param to `assertIntegerRoughlyEquals`",
"pr": 2576
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.3 - _June 24, 2020_
* Add `msg` param to `assertIntegerRoughlyEquals` (#2576)
## v5.3.2 - _March 3, 2020_
* Dependencies updated

View File

@ -26,7 +26,8 @@
"note": "Update V06 contracts to get around 0.6.9 docstring errors",
"pr": 2597
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.5.0 - _June 24, 2020_
* Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS` (#2523)
* Set GST Collector address in `DeploymentConstants` (#2530)
* Add solidity 0.6 contracts (#2540)
* Add more solidity 0.6 contracts (#2545)
* Add UniswapV2 addresses to `DeploymentConstants` (#2595)
* Update V06 contracts to get around 0.6.9 docstring errors (#2597)
## v4.4.3 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "0.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.1.0",
"changes": [

View File

@ -4,3 +4,13 @@ Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.1.1 - _June 24, 2020_
* Dependencies updated
## v0.1.0 - _Invalid date_
* Create this package (#2540)
* Introduce fill `TransformERC20` feature. (#2545)
* Fill Bridges directly in `FillQuoteTransformer`. (#2608)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "9.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "9.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v9.1.6 - _June 24, 2020_
* Dependencies updated
## v9.1.5 - _March 3, 2020_
* Dependencies updated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,8 @@
"note": "Allow identifiers with leading underscores in python wrappers",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"version": "5.2.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.0 - _June 24, 2020_
* Allow identifiers with leading underscores in python wrappers (#2591)
## v5.2.2 - _February 26, 2020_
* Include `bin` files

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "3.0.7",

View File

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

View File

@ -94,7 +94,8 @@
"note": "Add exchange proxy support",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"version": "4.4.0",

View File

@ -5,6 +5,32 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.5.0 - _June 24, 2020_
* Add support for private liquidity providers (#2505)
* Big refactor of market operation utils (#2513)
* Remove `dustFractionThreshold`, `noConflicts` options. (#2513)
* Revamp fill optimization algorithm (#2513)
* Add fallback orders to quotes via `allowFallback` option. (#2513)
* Add `maxFallbackSlippage` option. (#2513)
* Fix fee schedule not being scaled by gas price. (#2522)
* Fix quote optimizer bug not properly accounting for fees. (#2526)
* Fix `getBatchMarketBuyOrdersAsync` throwing NO_OPTIMAL_PATH (#2533)
* Add DFB support + refactor swap quote calculator utils (#2536)
* Add support for RFQ-T, querying maker-hosted endpoints for quotes to be submitted by the taker (#2541)
* Add support for indicative (non-committal) quotes via RFQ-T (#2555)
* Collapse `LiquidityProvider` into `DexForwarderBridge` (#2560)
* Added Curve `sUSD` (#2563)
* Fix sporadically failing quote simulation tests (#2564)
* Apply Native order penalty inline with the target amount (#2565)
* Remove Kyber exclusion when Uniswap/Eth2Dai is present (#2575)
* Expose fills object in asset-swapper quote orders (#2583)
* Increase timeout for tests (#2587)
* Add support for Uniswap V2 (#2599)
* Add support for MultiBridge (#2593)
* Fix Uniswap V2 path ordering (#2601)
* Add exchange proxy support (#2591)
## v4.4.0 - _March 3, 2020_
* Add support for ERC721 assets (#2491)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "6.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "6.2.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.2.2 - _June 24, 2020_
* Dependencies updated
## v6.2.1 - _February 25, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "6.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "6.0.7",

View File

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

View File

@ -70,7 +70,8 @@
"note": "Add Exchange Proxy addresses",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"version": "4.9.0",

View File

@ -5,6 +5,26 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.10.0 - _June 24, 2020_
* Updated Kovan's ERC20BridgeSampler address (#2519)
* Added MaximumGasPrice addresses (#2511)
* Redeploy `KyberBridge`, `UniswapBridge`, `Eth2DaiBridge`, `CurveBridge`, `DydxBridge` on mainnet and kovan (#2512)
* Redeploy `KyberBridge`, `UniswapBridge`, `Eth2DaiBridge`, `CurveBridge`, `DydxBridge` on mainnet and kovan (#2529)
* Redeploy `CurveBridge` with GST support (#2530)
* Add `dexForwarderBridge` addresses (#2525)
* Redeploy `Forwarder` on all networks (#2521)
* Redeploy `DexForwarderBridge` on Mainnet with Gas Token freeing (#2536)
* Revert to older Curve Bridge (without Gas Tokens) (#2536)
* Updated Ganache's ERC20BridgeSampler address (#2541)
* Updated Mainnet ERC20BridgeSampler address (#2551)
* Updated Kovan ERC20BridgeSampler address (#2568)
* Redeploy ERC20BridgeSampler on kovan (#2570)
* Redeploy ERC20BridgeSampler on Mainnet using `Kyber.searchBestRate` (#2575)
* Redeploy ERC20BridgeSampler on Mainnet and Kovan using UniswapV2 (#2599)
* Add UniswapV2Bridge address on Mainnet (new field) (#2599)
* Add Exchange Proxy addresses (#2591)
## v4.9.0 - _March 3, 2020_
* Redeploy `ERC20BridgeSampler` (#2503)

View File

@ -34,7 +34,8 @@
"note": "Added `ITransformERC20`",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1582623685,

View File

@ -5,6 +5,17 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.7.0 - _June 24, 2020_
* Added `MaximumGasPrice` artifact (#2511)
* Added `Forwarder.marketSellAmountWithEth` (#2521)
* Added `ERC20BridgeSampler.sampleBuysFromCurve` (#2551)
* Added `ERC20BridgeSampler.sampleBuysFromKyberNetwork` (#2551)
* Added `ERC20BridgeSampler.sampleBuysFromUniswapV2 (#2595)
* Added `ERC20BridgeSampler.sampleSellsFromUniswapV2 (#2595)
* Added `ERC20BridgeSampler.sampleSellsFromMultiBridge (#2593)
* Added `ITransformERC20` (#2591)
## v3.6.1 - _February 25, 2020_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers-test",
"version": "12.2.13",
"version": "12.2.14",
"engines": {
"node": ">=6.12"
},
@ -31,17 +31,17 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers-test/README.md",
"devDependencies": {
"@0x/contract-wrappers": "^13.6.3",
"@0x/contracts-test-utils": "^5.3.2",
"@0x/dev-utils": "^3.2.1",
"@0x/migrations": "^6.2.4",
"@0x/order-utils": "^10.2.4",
"@0x/subproviders": "^6.0.8",
"@0x/contract-wrappers": "^13.7.0",
"@0x/contracts-test-utils": "^5.3.3",
"@0x/dev-utils": "^3.2.2",
"@0x/migrations": "^6.3.0",
"@0x/order-utils": "^10.2.5",
"@0x/subproviders": "^6.1.0",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.2",
"@0x/utils": "^5.4.1",
"@0x/web3-wrapper": "^7.0.7",
"@0x/types": "^3.1.3",
"@0x/utils": "^5.5.0",
"@0x/web3-wrapper": "^7.1.0",
"@types/nock": "^10.0.3",
"chai": "^4.0.1",
"dirty-chai": "^2.0.1",

View File

@ -38,7 +38,8 @@
"note": "Add `ITransformERC20`",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,18 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.7.0 - _June 24, 2020_
* Regenerated wrappers for Broker and GodsUnchainedValidator (#2511)
* Added wrapper for MaximumGasPrice (#2511)
* Added `Forwarder.marketSellAmountWithEth` (#2521)
* Added `ERC20BridgeSampler.sampleBuysFromCurve` (#2551)
* Added `ERC20BridgeSampler.sampleBuysFromKyberNetwork` (#2551)
* Added `ERC20BridgeSampler.sampleBuysFromUniswapV2 (#2595)
* Added `ERC20BridgeSampler.sampleSellsFromUniswapV2 (#2595)
* Added `ERC20BridgeSampler.sampleSellsFromMultiBridge (#2593)
* Add `ITransformERC20` (#2591)
## v13.6.3 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "2.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "2.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.9 - _June 24, 2020_
* Dependencies updated
## v2.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "3.2.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.2 - _June 24, 2020_
* Dependencies updated
## v3.2.1 - _February 25, 2020_
* Dependencies updated

View File

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

View File

@ -5,9 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.1 - _June 24, 2020_
* Dependencies updated
## v3.1.0 - _February 8, 2020_
* Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type (#2462)
* Update `MethodAbi` definition for solidity 0.6 (#2540)
## v3.0.0 - _December 2, 2019_

View File

@ -1,6 +1,6 @@
{
"name": "@0x/instant",
"version": "1.0.50",
"version": "1.0.51",
"engines": {
"node": ">=6.12"
},
@ -43,13 +43,13 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
"@0x/assert": "^3.0.7",
"@0x/asset-swapper": "4.4.0",
"@0x/contract-wrappers": "^13.6.3",
"@0x/json-schemas": "^5.0.7",
"@0x/subproviders": "^6.0.8",
"@0x/utils": "^5.4.1",
"@0x/web3-wrapper": "^7.0.7",
"@0x/assert": "^3.0.8",
"@0x/asset-swapper": "^4.5.0",
"@0x/contract-wrappers": "^13.7.0",
"@0x/json-schemas": "^5.0.8",
"@0x/subproviders": "^6.1.0",
"@0x/utils": "^5.5.0",
"@0x/web3-wrapper": "^7.1.0",
"babel-runtime": "^6.26.0",
"bowser": "^1.9.4",
"copy-to-clipboard": "^3.0.8",
@ -67,8 +67,8 @@
},
"devDependencies": {
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/types": "^3.1.3",
"@0x/typescript-typings": "^5.1.0",
"@static/discharge": "https://github.com/0xProject/discharge.git",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
@ -91,7 +91,7 @@
"dotenv-cli": "^1.4.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"ethereum-types": "^3.1.0",
"ethereum-types": "^3.1.1",
"ip": "^1.1.5",
"jest": "^23.6.0",
"make-promises-safe": "^1.1.0",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "5.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "5.0.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.8 - _June 24, 2020_
* Dependencies updated
## v5.0.7 - _February 25, 2020_
* Dependencies updated

View File

@ -18,7 +18,8 @@
"note": "Return empty Exchange Proxy addresses",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.3.0 - _June 24, 2020_
* Add `dexForwarderBridge` to migration output (#2525)
* Add `ERC20BridgeSampler` deployment (#2541)
* Added `UniswapV2Bridge` address on Mainnet (#2599)
* Return empty Exchange Proxy addresses (#2591)
## v6.2.4 - _March 3, 2020_
* Dependencies updated

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/monorepo-scripts",
"version": "1.0.51",
"version": "1.0.52",
"engines": {
"node": ">=6.12"
},
@ -47,8 +47,8 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/types": "^3.1.2",
"@0x/utils": "^5.4.1",
"@0x/types": "^3.1.3",
"@0x/utils": "^5.5.0",
"@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0",
"async-child-process": "^1.1.1",

View File

@ -8,6 +8,15 @@
}
]
},
{
"timestamp": 1592969527,
"version": "10.2.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "10.2.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.2.5 - _June 24, 2020_
* Dependencies updated
## v10.2.4 - _March 3, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "2.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "2.2.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.6 - _June 24, 2020_
* Dependencies updated
## v2.2.5 - _March 3, 2020_
* Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Fix `CompilerOptions` schema",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1582623685,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.0 - _June 24, 2020_
* Refactor + add solidity 0.6 support (#2532)
* Filter `receive` functions from 0.6 ABIs (#2540)
* Fix `CompilerOptions` schema (#2591)
## v4.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "4.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "4.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.9 - _June 24, 2020_
* Dependencies updated
## v4.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.6",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.7 - _June 24, 2020_
* Dependencies updated
## v3.1.6 - _February 26, 2020_
* Include `bin` files

View File

@ -1,6 +1,6 @@
[
{
"version": "4.0.9",
"version": "4.1.0",
"changes": [
{
"note": "Make sol-profiler (mostly) work again",
@ -8,6 +8,15 @@
}
]
},
{
"timestamp": 1592969527,
"version": "4.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "4.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.9 - _June 24, 2020_
* Dependencies updated
## v4.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,6 +1,6 @@
[
{
"version": "3.0.4",
"version": "3.1.0",
"changes": [
{
"note": "Make sol-profiler (mostly) work again",
@ -8,6 +8,15 @@
}
]
},
{
"timestamp": 1592969527,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1581204851,
"version": "3.0.3",

View File

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

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "3.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.9 - _June 24, 2020_
* Dependencies updated
## v3.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,6 +1,6 @@
[
{
"version": "7.0.9",
"version": "7.1.0",
"changes": [
{
"note": "Make sol-profiler (mostly) work again",
@ -8,6 +8,15 @@
}
]
},
{
"timestamp": 1592969527,
"version": "7.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "7.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v7.0.9 - _June 24, 2020_
* Dependencies updated
## v7.0.8 - _February 25, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1592969527,
"version": "3.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1582623685,
"version": "3.0.7",

View File

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

View File

@ -6,7 +6,8 @@
"note": "Update ganache-core",
"pr": 2545
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1582623685,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.1.0 - _June 24, 2020_
* Update ganache-core (#2545)
## v6.0.8 - _February 25, 2020_
* Dependencies updated

View File

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

View File

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

View File

@ -6,7 +6,8 @@
"note": "Add `version()` to `SolcInstance`",
"pr": 2532
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1581204851,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.1.0 - _June 24, 2020_
* Add `version()` to `SolcInstance` (#2532)
## v5.0.2 - _February 8, 2020_
* Dependencies updated

View File

@ -30,7 +30,8 @@
"note": "Update `ZeroExRevertErrors`",
"pr": 2597
}
]
],
"timestamp": 1592969527
},
{
"version": "5.4.1",

View File

@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.5.0 - _June 24, 2020_
* Add `ZeroExRevertErrors` (#2540)
* Print full revert error in stack traces. (#2540)
* `ZeroExRevertErrors.Migrate` -> `ZeroExRevertErrors.Ownable` (#2564)
* `instanceof Array` => `Array.isArray` (#2567)
* Add more `ZeroExRevertErrors` (#2545)
* Add more `ZeroExRevertErrors` (#2576)
* Update `ZeroExRevertErrors` (#2597)
## v5.4.1 - _February 25, 2020_
* Fix extra space in `provider.send` signature (#2428)

View File

@ -10,7 +10,8 @@
"note": "Update ganache-core",
"pr": 2545
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1582623685,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v7.1.0 - _June 24, 2020_
* Add `getAccountNonce()` to `Web3Wrapper` (#2545)
* Update ganache-core (#2545)
## v7.0.7 - _February 25, 2020_
* Dependencies updated