From d72359feac7d0e59a338713ca78d6d4d67c3b53d Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Fri, 13 Feb 2026 21:13:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20mobile@1.1.14,=20serv?= =?UTF-8?q?er@0.2.64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/brave-falcon-catch.md | 5 ----- .changeset/bright-foxes-race.md | 5 ----- .changeset/nrts-fppm-tpur.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- pnpm-lock.yaml | 2 +- server/CHANGELOG.md | 8 ++++++++ server/package.json | 2 +- 8 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 .changeset/brave-falcon-catch.md delete mode 100644 .changeset/bright-foxes-race.md delete mode 100644 .changeset/nrts-fppm-tpur.md diff --git a/.changeset/brave-falcon-catch.md b/.changeset/brave-falcon-catch.md deleted file mode 100644 index 7b223ff2f..000000000 --- a/.changeset/brave-falcon-catch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -๐Ÿฅ… handle no-proposal as success in proposal execution diff --git a/.changeset/bright-foxes-race.md b/.changeset/bright-foxes-race.md deleted file mode 100644 index 432d8f8f2..000000000 --- a/.changeset/bright-foxes-race.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -๐Ÿงต guarantee nonce order in proposal execution diff --git a/.changeset/nrts-fppm-tpur.md b/.changeset/nrts-fppm-tpur.md deleted file mode 100644 index 03100f871..000000000 --- a/.changeset/nrts-fppm-tpur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -๐Ÿฅ… fingerprint passkey errors by message, drop expected ones diff --git a/CHANGELOG.md b/CHANGELOG.md index efc955793..c6b1053e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @exactly/mobile +## 1.1.14 + +### Patch Changes + +- [#774](https://github.com/exactly/exa/pull/774) [`e2620dc`](https://github.com/exactly/exa/commit/e2620dc09387647bdf7235897900a1236771392b) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ๐Ÿฅ… fingerprint passkey errors by message, drop expected ones + +- Updated dependencies [[`de02358`](https://github.com/exactly/exa/commit/de0235870d7399e9fd5d9940fd175a27de187e06), [`48a97e6`](https://github.com/exactly/exa/commit/48a97e601abff85ab49e6eb4bf73a3a6267b0390)]: + - @exactly/server@0.2.64 + ## 1.1.13 ### Patch Changes diff --git a/package.json b/package.json index a45957368..0de61d9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/mobile", - "version": "1.1.13", + "version": "1.1.14", "title": "Exa App", "shortDescription": "What finance should be today", "description": "A Card. A Wallet. A DeFi Protocol. All of it together.", @@ -37,7 +37,7 @@ "@account-kit/smart-contracts": "catalog:", "@exactly/common": "workspace:^0.0.12", "@exactly/lib": "^0.1.0", - "@exactly/server": "workspace:^0.2.63", + "@exactly/server": "workspace:^0.2.64", "@expo/metro-runtime": "~6.1.2", "@farcaster/frame-sdk": "^0.1.12", "@farcaster/miniapp-sdk": "^0.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f7dd6b1f..ba9c2b406 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,7 +116,7 @@ importers: specifier: ^0.1.0 version: 0.1.0 '@exactly/server': - specifier: workspace:^0.2.63 + specifier: workspace:^0.2.64 version: link:server '@expo/metro-runtime': specifier: ~6.1.2 diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 755b54e15..584ad8a11 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,13 @@ # @exactly/server +## 0.2.64 + +### Patch Changes + +- [#772](https://github.com/exactly/exa/pull/772) [`de02358`](https://github.com/exactly/exa/commit/de0235870d7399e9fd5d9940fd175a27de187e06) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ๐Ÿฅ… handle no-proposal as success in proposal execution + +- [#771](https://github.com/exactly/exa/pull/771) [`48a97e6`](https://github.com/exactly/exa/commit/48a97e601abff85ab49e6eb4bf73a3a6267b0390) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ๐Ÿงต guarantee nonce order in proposal execution + ## 0.2.63 ### Patch Changes diff --git a/server/package.json b/server/package.json index d79785c6a..09b27bbf1 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/server", - "version": "0.2.63", + "version": "0.2.64", "private": true, "scripts": { "build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",