diff --git a/.changeset/huge-colts-hang.md b/.changeset/huge-colts-hang.md deleted file mode 100644 index 8471c38f5e..0000000000 --- a/.changeset/huge-colts-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -🚀 deploy new app version diff --git a/.changeset/perky-files-cross.md b/.changeset/perky-files-cross.md deleted file mode 100644 index 58050591c8..0000000000 --- a/.changeset/perky-files-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🚑️ replace deprecated wallet balances endpoint diff --git a/.changeset/quick-webs-create.md b/.changeset/quick-webs-create.md deleted file mode 100644 index 16a28186ef..0000000000 --- a/.changeset/quick-webs-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🐛 fix token logo resolution diff --git a/.changeset/red-baths-dig.md b/.changeset/red-baths-dig.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/red-baths-dig.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/sparkly-heads-notice.md b/.changeset/sparkly-heads-notice.md deleted file mode 100644 index c3e007701f..0000000000 --- a/.changeset/sparkly-heads-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -👔 extend installments benefit diff --git a/CHANGELOG.md b/CHANGELOG.md index deb0e45fe5..4c0c7778ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @exactly/mobile +## 1.2.19 + +### Patch Changes + +- [#1195](https://github.com/exactly/exa/pull/1195) [`88f7003`](https://github.com/exactly/exa/commit/88f700370aae08e93fa4122021ae55b731a9db5d) Thanks [@franm91](https://github.com/franm91)! - 🚑️ replace deprecated wallet balances endpoint + +- [#1195](https://github.com/exactly/exa/pull/1195) [`4fb9287`](https://github.com/exactly/exa/commit/4fb92873983c2bfded2eecb6cd4fef9847ac5be6) Thanks [@franm91](https://github.com/franm91)! - 🐛 fix token logo resolution + +- [#1184](https://github.com/exactly/exa/pull/1184) [`4709146`](https://github.com/exactly/exa/commit/4709146d885e98fc62a6966d6995d9da08ea80f8) Thanks [@franm91](https://github.com/franm91)! - 👔 extend installments benefit + +- Updated dependencies [[`199370e`](https://github.com/exactly/exa/commit/199370e5c63008fd869ca66c852209f27305802a)]: + - @exactly/server@0.2.107 + ## 1.2.18 ### Patch Changes diff --git a/package.json b/package.json index 56aae0ab13..2375e4b193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/mobile", - "version": "1.2.18", + "version": "1.2.19", "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.16", "@exactly/lib": "^0.1.0", - "@exactly/server": "workspace:^0.2.105", + "@exactly/server": "workspace:^0.2.107", "@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 380d2537ce..6ac69247df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,7 +157,7 @@ importers: specifier: ^0.1.0 version: 0.1.0 '@exactly/server': - specifier: workspace:^0.2.105 + specifier: workspace:^0.2.107 version: link:server '@expo/metro-runtime': specifier: ~55.0.6 diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index f9dffc5876..c375884d4e 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,11 @@ # @exactly/server +## 0.2.107 + +### Patch Changes + +- [`199370e`](https://github.com/exactly/exa/commit/199370e5c63008fd869ca66c852209f27305802a) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🚀 deploy new app version + ## 0.2.106 ### Patch Changes diff --git a/server/package.json b/server/package.json index 2397e356fc..63648f5275 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/server", - "version": "0.2.106", + "version": "0.2.107", "private": true, "scripts": { "build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",