@kodiak-finance/orderly-react-app 2.9.2-alpha.0 → 2.9.2-alpha.1
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +17 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1262,8 +1262,24 @@ function useCanTrade() {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
// src/constants/changesets.ts
|
|
1265
|
-
var SDK_VERSION = "2.9.
|
|
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
|
+
],
|
|
1274
|
+
packages: [
|
|
1275
|
+
"kodiak-orderly-app",
|
|
1276
|
+
"kodiak-orderly-core",
|
|
1277
|
+
"kodiak-orderly-hooks",
|
|
1278
|
+
"kodiak-orderly-types",
|
|
1279
|
+
"kodiak-orderly-ui"
|
|
1280
|
+
],
|
|
1281
|
+
type: "improvement"
|
|
1282
|
+
},
|
|
1267
1283
|
"2.9.1": {
|
|
1268
1284
|
date: "2026-04-22",
|
|
1269
1285
|
title: "Solana multi-DVN deposits, exclusive deposit flow, UI refresh, and React Native compatibility",
|