@turtleclub/opportunities 0.1.0-beta.65 → 0.1.0-beta.67

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
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-beta.67](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.66...@turtleclub/opportunities@0.1.0-beta.67) (2026-01-29)
7
+
8
+ ### Bug Fixes
9
+
10
+ - layout shift and metadata still present ([45cc1a5](https://github.com/turtle-dao/turtle-tools/commit/45cc1a54ae8bd69d1d715e7b0e3093d376a904f4))
11
+
12
+ # [0.1.0-beta.66](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.65...@turtleclub/opportunities@0.1.0-beta.66) (2026-01-29)
13
+
14
+ **Note:** Version bump only for package @turtleclub/opportunities
15
+
6
16
  # [0.1.0-beta.65](https://github.com/turtle-dao/turtle-tools/compare/@turtleclub/opportunities@0.1.0-beta.64...@turtleclub/opportunities@0.1.0-beta.65) (2026-01-28)
7
17
 
8
18
  **Note:** Version bump only for package @turtleclub/opportunities
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/opportunities",
3
- "version": "0.1.0-beta.65",
3
+ "version": "0.1.0-beta.67",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
@@ -13,8 +13,8 @@
13
13
  "@tanstack/react-form": "^1.27.6",
14
14
  "@tanstack/react-query": "^5.62.3",
15
15
  "@tanstack/react-table": "^8.21.3",
16
- "@turtleclub/hooks": "0.5.0-beta.45",
17
- "@turtleclub/multichain": "0.5.0-beta.2",
16
+ "@turtleclub/hooks": "0.5.0-beta.47",
17
+ "@turtleclub/multichain": "0.5.0-beta.3",
18
18
  "@turtleclub/ui": "0.7.0-beta.24",
19
19
  "@turtleclub/utils": "0.4.0-beta.0",
20
20
  "jotai": "^2.10.3",
@@ -31,5 +31,5 @@
31
31
  "@types/react-dom": "^18.3.5",
32
32
  "typescript": "^5.7.2"
33
33
  },
34
- "gitHead": "5ed1462ebf686746c1d94c3ee462a549c71a7898"
34
+ "gitHead": "00a18528ca1523fa7ed899cbeddbeb8c0161ca54"
35
35
  }
@@ -116,7 +116,7 @@ export function RouteDetailsV2({ metadata, showApprove, approveAmount, className
116
116
  </div>
117
117
  </div>
118
118
 
119
- <div className="flex flex-col gap-2 sm:flex-row sm:overflow-x-auto">
119
+ <div className="flex flex-col gap-2">
120
120
  {showApprove && approveToken && (
121
121
  <StepCard label="Approve" fromToken={approveToken} amount={approveAmount} />
122
122
  )}