Skip to content

Commit 82445de

Browse files
ci(release): publish latest release
1 parent 3472c4b commit 82445de

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## iOS / Android
1+
## Extension
22

33
We are back with some new updates! We’ve added some bug fixes and performance improvements:
44

5-
- Fixed some minor issues QR code display
6-
- Improved biometric authentication error messages
7-
- Corrected a visual bug in managing favorite token
5+
- Improved responsiveness times for balance and activity updates
6+
- Improved browser sidebar sizing for compatibility with different sizes
7+
- Small visual improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mobile/1.55
1+
extension/1.25.0

packages/uniswap/src/features/transactions/components/TransactionModal/TransactionModal.native.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function TransactionModal({
3434
}: TransactionModalProps): JSX.Element {
3535
const [screen, setScreen] = useState<TransactionScreen>(TransactionScreen.Form)
3636
const fullscreen = screen === TransactionScreen.Form
37-
3837
const colors = useSporeColors()
3938

4039
const insets = useAppInsets()

0 commit comments

Comments
 (0)