@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.d.mts
CHANGED
|
@@ -142,7 +142,7 @@ declare function useCanTrade(): boolean;
|
|
|
142
142
|
/**
|
|
143
143
|
* SDK Version - BUMP THIS WHEN RELEASING
|
|
144
144
|
*/
|
|
145
|
-
declare const SDK_VERSION = "2.9.
|
|
145
|
+
declare const SDK_VERSION = "2.9.2-alpha.0";
|
|
146
146
|
type ChangesetEntry = {
|
|
147
147
|
date: string;
|
|
148
148
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ declare function useCanTrade(): boolean;
|
|
|
142
142
|
/**
|
|
143
143
|
* SDK Version - BUMP THIS WHEN RELEASING
|
|
144
144
|
*/
|
|
145
|
-
declare const SDK_VERSION = "2.9.
|
|
145
|
+
declare const SDK_VERSION = "2.9.2-alpha.0";
|
|
146
146
|
type ChangesetEntry = {
|
|
147
147
|
date: string;
|
|
148
148
|
title: string;
|
package/dist/index.js
CHANGED
|
@@ -1264,8 +1264,24 @@ function useCanTrade() {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
// src/constants/changesets.ts
|
|
1267
|
-
var SDK_VERSION = "2.9.
|
|
1267
|
+
var SDK_VERSION = "2.9.2-alpha.0";
|
|
1268
1268
|
var CHANGESETS = {
|
|
1269
|
+
"2.9.2": {
|
|
1270
|
+
date: "2026-05-06",
|
|
1271
|
+
title: "Orderly SDK 3.0.2 sync",
|
|
1272
|
+
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.",
|
|
1273
|
+
highlights: [
|
|
1274
|
+
"Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior"
|
|
1275
|
+
],
|
|
1276
|
+
packages: [
|
|
1277
|
+
"kodiak-orderly-app",
|
|
1278
|
+
"kodiak-orderly-core",
|
|
1279
|
+
"kodiak-orderly-hooks",
|
|
1280
|
+
"kodiak-orderly-types",
|
|
1281
|
+
"kodiak-orderly-ui"
|
|
1282
|
+
],
|
|
1283
|
+
type: "improvement"
|
|
1284
|
+
},
|
|
1269
1285
|
"2.9.1": {
|
|
1270
1286
|
date: "2026-04-22",
|
|
1271
1287
|
title: "Solana multi-DVN deposits, exclusive deposit flow, UI refresh, and React Native compatibility",
|