@kodiak-finance/orderly-react-app 2.8.32 → 2.8.33

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 CHANGED
@@ -125,7 +125,7 @@ declare function useCanTrade(): boolean;
125
125
  /**
126
126
  * SDK Version - BUMP THIS WHEN RELEASING
127
127
  */
128
- declare const SDK_VERSION = "2.8.32";
128
+ declare const SDK_VERSION = "2.8.33";
129
129
  type ChangesetEntry = {
130
130
  date: string;
131
131
  title: string;
package/dist/index.d.ts CHANGED
@@ -125,7 +125,7 @@ declare function useCanTrade(): boolean;
125
125
  /**
126
126
  * SDK Version - BUMP THIS WHEN RELEASING
127
127
  */
128
- declare const SDK_VERSION = "2.8.32";
128
+ declare const SDK_VERSION = "2.8.33";
129
129
  type ChangesetEntry = {
130
130
  date: string;
131
131
  title: string;
package/dist/index.js CHANGED
@@ -1191,8 +1191,20 @@ function useCanTrade() {
1191
1191
  }
1192
1192
 
1193
1193
  // src/constants/changesets.ts
1194
- var SDK_VERSION = "2.8.32";
1194
+ var SDK_VERSION = "2.8.33";
1195
1195
  var CHANGESETS = {
1196
+ "2.8.33": {
1197
+ date: "2026-03-18",
1198
+ title: "Leaderboard all-time range update",
1199
+ summary: "Added a MAX preset to the trading leaderboard and cleaned up broker stats labels and value formatting for the all-time view.",
1200
+ highlights: [
1201
+ "Leaderboard date selector now includes a MAX preset anchored to October 1, 2025",
1202
+ "Broker stats cards show All Time instead of MAX when that range is selected",
1203
+ "Large broker stats values now format in billions for cleaner display"
1204
+ ],
1205
+ packages: ["kodiak-orderly-trading-leaderboard"],
1206
+ type: "improvement"
1207
+ },
1196
1208
  "2.8.32": {
1197
1209
  date: "2026-03-04",
1198
1210
  title: "Trading notification controls in Portfolio settings",