From 63373eb136213f6fdf04bd750b8eb931ee287120 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Thu, 21 May 2026 22:39:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20mobile@1.2.10,=20serv?= =?UTF-8?q?er@0.2.95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/brave-hounds-verify.md | 5 ----- .changeset/dark-yaks-care.md | 5 ----- .changeset/fluffy-bobcats-rhyme.md | 5 ----- .changeset/huge-colts-hang.md | 5 ----- .changeset/light-wings-trade.md | 5 ----- .changeset/sharp-webs-eat.md | 5 ----- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- pnpm-lock.yaml | 2 +- server/CHANGELOG.md | 10 ++++++++++ server/package.json | 2 +- 11 files changed, 27 insertions(+), 34 deletions(-) delete mode 100644 .changeset/brave-hounds-verify.md delete mode 100644 .changeset/dark-yaks-care.md delete mode 100644 .changeset/fluffy-bobcats-rhyme.md delete mode 100644 .changeset/huge-colts-hang.md delete mode 100644 .changeset/light-wings-trade.md delete mode 100644 .changeset/sharp-webs-eat.md diff --git a/.changeset/brave-hounds-verify.md b/.changeset/brave-hounds-verify.md deleted file mode 100644 index ffe5154c9..000000000 --- a/.changeset/brave-hounds-verify.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -🐛 fix multi-device passkey auth diff --git a/.changeset/dark-yaks-care.md b/.changeset/dark-yaks-care.md deleted file mode 100644 index 5c84deb2f..000000000 --- a/.changeset/dark-yaks-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🐛 fix bridge fee estimation diff --git a/.changeset/fluffy-bobcats-rhyme.md b/.changeset/fluffy-bobcats-rhyme.md deleted file mode 100644 index dd4f2f90f..000000000 --- a/.changeset/fluffy-bobcats-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🚸 filter unverified tokens from portfolio diff --git a/.changeset/huge-colts-hang.md b/.changeset/huge-colts-hang.md deleted file mode 100644 index 8471c38f5..000000000 --- a/.changeset/huge-colts-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -🚀 deploy new app version diff --git a/.changeset/light-wings-trade.md b/.changeset/light-wings-trade.md deleted file mode 100644 index 73c2d81ca..000000000 --- a/.changeset/light-wings-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🐛 batch fee token approval into bridge call diff --git a/.changeset/sharp-webs-eat.md b/.changeset/sharp-webs-eat.md deleted file mode 100644 index 65aae4525..000000000 --- a/.changeset/sharp-webs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -🗃️ drop passkey counter column diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6be6b04..c4b00bd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @exactly/mobile +## 1.2.10 + +### Patch Changes + +- [#1028](https://github.com/exactly/exa/pull/1028) [`3a93b05`](https://github.com/exactly/exa/commit/3a93b051dca58edd7c289d6543f91d4de78cc0d2) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 fix bridge fee estimation + +- [#1028](https://github.com/exactly/exa/pull/1028) [`32cacf7`](https://github.com/exactly/exa/commit/32cacf73b8500679be85599b5ad5249caf60cbb2) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🚸 filter unverified tokens from portfolio + +- [#1028](https://github.com/exactly/exa/pull/1028) [`7ac0a19`](https://github.com/exactly/exa/commit/7ac0a190089765ff748236dcd420ce92f2ecd651) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 batch fee token approval into bridge call + +- Updated dependencies [[`14fdc02`](https://github.com/exactly/exa/commit/14fdc0272a7b47f55f4e01ae55f3f42a59ad0c25), [`204a4cf`](https://github.com/exactly/exa/commit/204a4cfb66f674753611044e18aa1438c1d38192), [`3210782`](https://github.com/exactly/exa/commit/32107827fd32676fe01b06ef90c4db0b1c35e6da)]: + - @exactly/server@0.2.95 + ## 1.2.9 ### Patch Changes diff --git a/package.json b/package.json index 2ffef89f0..a59606606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/mobile", - "version": "1.2.9", + "version": "1.2.10", "title": "Exa App", "shortDescription": "What finance should be today", "description": "A Card. A Wallet. A DeFi Protocol. All of it together.", @@ -36,7 +36,7 @@ "@account-kit/smart-contracts": "catalog:", "@exactly/common": "workspace:^0.0.14", "@exactly/lib": "^0.1.0", - "@exactly/server": "workspace:^0.2.94", + "@exactly/server": "workspace:^0.2.95", "@expo/metro-runtime": "~55.0.6", "@farcaster/frame-sdk": "^0.1.14", "@farcaster/miniapp-sdk": "^0.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2f6cda69..c462ad3da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,7 +131,7 @@ importers: specifier: ^0.1.0 version: 0.1.0 '@exactly/server': - specifier: workspace:^0.2.94 + specifier: workspace:^0.2.95 version: link:server '@expo/metro-runtime': specifier: ~55.0.6 diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index c8fe9b39b..dbfe86527 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,15 @@ # @exactly/server +## 0.2.95 + +### Patch Changes + +- [#1038](https://github.com/exactly/exa/pull/1038) [`14fdc02`](https://github.com/exactly/exa/commit/14fdc0272a7b47f55f4e01ae55f3f42a59ad0c25) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🐛 fix multi-device passkey auth + +- [`204a4cf`](https://github.com/exactly/exa/commit/204a4cfb66f674753611044e18aa1438c1d38192) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🚀 deploy new app version + +- [#1038](https://github.com/exactly/exa/pull/1038) [`3210782`](https://github.com/exactly/exa/commit/32107827fd32676fe01b06ef90c4db0b1c35e6da) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🗃️ drop passkey counter column + ## 0.2.94 ### Patch Changes diff --git a/server/package.json b/server/package.json index 0b0afc875..0b0d8254d 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/server", - "version": "0.2.94", + "version": "0.2.95", "private": true, "scripts": { "build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",