diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index 74eb45c966..a5fa2236dd 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "4.0.9", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "4.0.8", diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md index 3e5df407d7..9991bfacef 100644 --- a/contracts/erc20/CHANGELOG.md +++ b/contracts/erc20/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v4.0.9 - _July 19, 2023_ + + * Dependencies updated + ## v4.0.8 - _May 10, 2023_ * Dependencies updated diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json index ce77fa55de..3fc41bafa4 100644 --- a/contracts/test-utils/CHANGELOG.json +++ b/contracts/test-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "5.4.55", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "5.4.54", diff --git a/contracts/test-utils/CHANGELOG.md b/contracts/test-utils/CHANGELOG.md index 8a4189378e..5807c0c392 100644 --- a/contracts/test-utils/CHANGELOG.md +++ b/contracts/test-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v5.4.55 - _July 19, 2023_ + + * Dependencies updated + ## v5.4.54 - _May 10, 2023_ * Dependencies updated diff --git a/contracts/treasury/CHANGELOG.json b/contracts/treasury/CHANGELOG.json index 15d4b0f5b4..fc3d0ac94f 100644 --- a/contracts/treasury/CHANGELOG.json +++ b/contracts/treasury/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "1.4.49", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "1.4.48", diff --git a/contracts/treasury/CHANGELOG.md b/contracts/treasury/CHANGELOG.md index 63973fbfe0..88c163c24c 100644 --- a/contracts/treasury/CHANGELOG.md +++ b/contracts/treasury/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.4.49 - _July 19, 2023_ + + * Dependencies updated + ## v1.4.48 - _May 10, 2023_ * Dependencies updated diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index cd6f1de357..e3cc08a513 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "4.8.47", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "4.8.46", diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md index 54ba0a4db1..f0bd2e1a2c 100644 --- a/contracts/utils/CHANGELOG.md +++ b/contracts/utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v4.8.47 - _July 19, 2023_ + + * Dependencies updated + ## v4.8.46 - _May 10, 2023_ * Dependencies updated diff --git a/contracts/zero-ex/CHANGELOG.json b/contracts/zero-ex/CHANGELOG.json index 97bbaafc6b..5a93f0f507 100644 --- a/contracts/zero-ex/CHANGELOG.json +++ b/contracts/zero-ex/CHANGELOG.json @@ -14,7 +14,8 @@ { "note": "Add Uniswap V3 support on Avalanche and BSC" } - ] + ], + "timestamp": 1689791426 }, { "version": "0.44.0", diff --git a/contracts/zero-ex/CHANGELOG.md b/contracts/zero-ex/CHANGELOG.md index b2a79a29bd..897dc68abf 100644 --- a/contracts/zero-ex/CHANGELOG.md +++ b/contracts/zero-ex/CHANGELOG.md @@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v0.45.0 - _July 19, 2023_ + + * Remove Bancor V1 support + * Remove Shell and MStable support + * Add Base Mainnet and Goerli BridgeAdapters + * Add Uniswap V3 support on Avalanche and BSC + ## v0.44.0 - _May 10, 2023_ * Add Trader Joe V2 MixIn to Arbitrum diff --git a/contracts/zero-ex/test/artifacts.ts b/contracts/zero-ex/test/artifacts.ts index f8b6a316bd..c3de614bcb 100644 --- a/contracts/zero-ex/test/artifacts.ts +++ b/contracts/zero-ex/test/artifacts.ts @@ -320,9 +320,9 @@ export const artifacts = { AbstractBridgeAdapter: AbstractBridgeAdapter as ContractArtifact, ArbitrumBridgeAdapter: ArbitrumBridgeAdapter as ContractArtifact, AvalancheBridgeAdapter: AvalancheBridgeAdapter as ContractArtifact, + BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact, BaseBridgeAdapter: BaseBridgeAdapter as ContractArtifact, BaseGoerliBridgeAdapter: BaseGoerliBridgeAdapter as ContractArtifact, - BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact, BridgeProtocols: BridgeProtocols as ContractArtifact, CeloBridgeAdapter: CeloBridgeAdapter as ContractArtifact, EthereumBridgeAdapter: EthereumBridgeAdapter as ContractArtifact, diff --git a/packages/contract-addresses/CHANGELOG.json b/packages/contract-addresses/CHANGELOG.json index 9fda71f890..ba7ef252d0 100644 --- a/packages/contract-addresses/CHANGELOG.json +++ b/packages/contract-addresses/CHANGELOG.json @@ -8,7 +8,8 @@ { "note": "Add UniswapV3 support in Avalanche and BSC FillQuoteTransformers" } - ] + ], + "timestamp": 1689791426 }, { "version": "8.7.0", diff --git a/packages/contract-addresses/CHANGELOG.md b/packages/contract-addresses/CHANGELOG.md index 09b910ff6a..03999c699e 100644 --- a/packages/contract-addresses/CHANGELOG.md +++ b/packages/contract-addresses/CHANGELOG.md @@ -6,6 +6,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v8.8.0 - _July 19, 2023_ + + * Add Base mainnet addresses + * Add UniswapV3 support in Avalanche and BSC FillQuoteTransformers ## v8.7.0 - _May 10, 2023_ * Add Trader Joe V2 MixIn to Arbitrum diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index 6fd50750c0..f810b35fb6 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "13.23.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "13.23.2", diff --git a/packages/contract-wrappers/CHANGELOG.md b/packages/contract-wrappers/CHANGELOG.md index 15c893c698..e76147e615 100644 --- a/packages/contract-wrappers/CHANGELOG.md +++ b/packages/contract-wrappers/CHANGELOG.md @@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v13.23.3 - _July 19, 2023_ + + * Dependencies updated ## v13.23.2 - _May 10, 2023_ * Dependencies updated diff --git a/packages/protocol-utils/CHANGELOG.json b/packages/protocol-utils/CHANGELOG.json index 3f3c95be51..de8cd7ff08 100644 --- a/packages/protocol-utils/CHANGELOG.json +++ b/packages/protocol-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1689791426, + "version": "11.22.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1683749017, "version": "11.22.2", diff --git a/packages/protocol-utils/CHANGELOG.md b/packages/protocol-utils/CHANGELOG.md index e606922b5f..d65b668e09 100644 --- a/packages/protocol-utils/CHANGELOG.md +++ b/packages/protocol-utils/CHANGELOG.md @@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v11.22.3 - _July 19, 2023_ + + * Dependencies updated ## v11.22.2 - _May 10, 2023_ * Dependencies updated