diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index e9146df161..2292660495 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1665670315, + "version": "3.3.47", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1665531940, "version": "3.3.46", diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md index 5d3bffd7f5..d78fd5359f 100644 --- a/contracts/erc20/CHANGELOG.md +++ b/contracts/erc20/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v3.3.47 - _October 13, 2022_ + + * Dependencies updated + ## v3.3.46 - _October 11, 2022_ * Dependencies updated diff --git a/contracts/treasury/CHANGELOG.json b/contracts/treasury/CHANGELOG.json index 02fb5ec6c4..57f98ab0ea 100644 --- a/contracts/treasury/CHANGELOG.json +++ b/contracts/treasury/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1665670315, + "version": "1.4.30", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1665531940, "version": "1.4.29", diff --git a/contracts/treasury/CHANGELOG.md b/contracts/treasury/CHANGELOG.md index 577c6a42da..f16ce4158d 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.30 - _October 13, 2022_ + + * Dependencies updated + ## v1.4.29 - _October 11, 2022_ * Dependencies updated diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index f0039aa385..81f7897d8c 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1665670315, + "version": "4.8.28", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1665531940, "version": "4.8.27", diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md index 963fa96242..20c5c5a48b 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.28 - _October 13, 2022_ + + * Dependencies updated + ## v4.8.27 - _October 11, 2022_ * Dependencies updated diff --git a/contracts/zero-ex/CHANGELOG.json b/contracts/zero-ex/CHANGELOG.json index 86b1e7722c..9201f9cd69 100644 --- a/contracts/zero-ex/CHANGELOG.json +++ b/contracts/zero-ex/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1665670315, + "version": "0.37.7", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1665531940, "version": "0.37.6", diff --git a/contracts/zero-ex/CHANGELOG.md b/contracts/zero-ex/CHANGELOG.md index c20d15cdb7..7e15fa1150 100644 --- a/contracts/zero-ex/CHANGELOG.md +++ b/contracts/zero-ex/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v0.37.7 - _October 13, 2022_ + + * Dependencies updated + ## v0.37.6 - _October 11, 2022_ * Dependencies updated diff --git a/packages/protocol-utils/CHANGELOG.json b/packages/protocol-utils/CHANGELOG.json index a421fc3ccb..a228d7bd68 100644 --- a/packages/protocol-utils/CHANGELOG.json +++ b/packages/protocol-utils/CHANGELOG.json @@ -6,7 +6,8 @@ "note": "Fix FQT Otc encoding logic", "pr": "596" } - ] + ], + "timestamp": 1665670315 }, { "timestamp": 1665531940, diff --git a/packages/protocol-utils/CHANGELOG.md b/packages/protocol-utils/CHANGELOG.md index 0899b7c696..5db07d17ca 100644 --- a/packages/protocol-utils/CHANGELOG.md +++ b/packages/protocol-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v11.16.14 - _October 13, 2022_ + + * Fix FQT Otc encoding logic (#596) + ## v11.16.13 - _October 11, 2022_ * Dependencies updated