@kodiak-finance/orderly-react-app 2.9.2-alpha.0 → 2.9.2

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/dist/index.mjs CHANGED
@@ -1262,8 +1262,28 @@ function useCanTrade() {
1262
1262
  }
1263
1263
 
1264
1264
  // src/constants/changesets.ts
1265
- var SDK_VERSION = "2.9.1";
1265
+ var SDK_VERSION = "2.9.2-alpha.0";
1266
1266
  var CHANGESETS = {
1267
+ "2.9.2": {
1268
+ date: "2026-05-06",
1269
+ title: "Orderly SDK 3.0.2 sync",
1270
+ summary: "Aligned the SDK with the latest Orderly SDK 3.0.2 update and staged the release as the first alpha prerelease for the next patch version.",
1271
+ highlights: [
1272
+ "Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior",
1273
+ "Fixed leverage not updating after switching to isolated margin mode",
1274
+ "Fixed stale order-entry state causing incorrect symbol/margin-mode behavior when switching between cross and isolated margin",
1275
+ "Added support for deposits from exchanges / other wallets via an exclusive deposit flow"
1276
+ ],
1277
+ packages: [
1278
+ "kodiak-orderly-app",
1279
+ "kodiak-orderly-core",
1280
+ "kodiak-orderly-hooks",
1281
+ "kodiak-orderly-types",
1282
+ "kodiak-orderly-ui",
1283
+ "kodiak-orderly-trading"
1284
+ ],
1285
+ type: "improvement"
1286
+ },
1267
1287
  "2.9.1": {
1268
1288
  date: "2026-04-22",
1269
1289
  title: "Solana multi-DVN deposits, exclusive deposit flow, UI refresh, and React Native compatibility",