gondi 0.18.5 → 0.18.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # Breaking Changes 0.18.6
2
+
3
+ ### Important
4
+
5
+ ---
6
+
7
+ This document outlines the breaking changes introduced in our codebase for version 0.18.6. Please review these changes carefully to ensure a smooth migration.
8
+
9
+ ## Table of Contents
10
+
11
+ - [Make Order](#replace-makeorder-with-makesellandrepayorder) makeOrder was renamed to makeSellAndRepayOrder
12
+
13
+ ---
14
+
15
+ ## Replace makeOrder with makeSellAndRepayOrder
16
+
17
+ **Description:**
18
+
19
+ `makeOrder` was renamed to `makeSellAndRepayOrder`. `makeOrder` now creates a single-nft-order instead of a sell-and-repay order.
20
+
1
21
  # Breaking Changes 0.16.1
2
22
 
3
23
  ### Important