diff --git a/.changeset/chilly-ducks-worry.md b/.changeset/chilly-ducks-worry.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/chilly-ducks-worry.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fast-forges-flow.md b/.changeset/fast-forges-flow.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/fast-forges-flow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/odd-clubs-carry.md b/.changeset/odd-clubs-carry.md deleted file mode 100644 index b72aa5890a..0000000000 --- a/.changeset/odd-clubs-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -✨ surface funding banner on home and card diff --git a/.changeset/plain-otters-group.md b/.changeset/plain-otters-group.md deleted file mode 100644 index 160f88c534..0000000000 --- a/.changeset/plain-otters-group.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/server": patch ---- - -✨ add card and installment position to activity diff --git a/.changeset/quiet-builds-exit.md b/.changeset/quiet-builds-exit.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/quiet-builds-exit.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wicked-vans-nail.md b/.changeset/wicked-vans-nail.md deleted file mode 100644 index 1843c6b613..0000000000 --- a/.changeset/wicked-vans-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -🐛 open pax link in external browser diff --git a/.changeset/witty-crabs-arrive.md b/.changeset/witty-crabs-arrive.md deleted file mode 100644 index 89bfb50aec..0000000000 --- a/.changeset/witty-crabs-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/mobile": patch ---- - -👔 allow card activation without deposits diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9c25e7df..15f49af496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @exactly/mobile +## 1.2.17 + +### Patch Changes + +- [#1149](https://github.com/exactly/exa/pull/1149) [`3876753`](https://github.com/exactly/exa/commit/3876753ae5343c54f27ef198129f2b84be23e809) Thanks [@dieguezguille](https://github.com/dieguezguille)! - ✨ surface funding banner on home and card + +- [#1167](https://github.com/exactly/exa/pull/1167) [`13d7bfa`](https://github.com/exactly/exa/commit/13d7bfa088eff8b9b31fea4ef285251ec82bc643) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 open pax link in external browser + +- [#1149](https://github.com/exactly/exa/pull/1149) [`b457e5d`](https://github.com/exactly/exa/commit/b457e5deedc415d04b933e7836e36f3fd938a5e4) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 👔 allow card activation without deposits + +- Updated dependencies [[`76a9dc4`](https://github.com/exactly/exa/commit/76a9dc4203b8550c857c8ff1d85849c478c3ecc2)]: + - @exactly/server@0.2.103 + ## 1.2.16 ### Patch Changes diff --git a/package.json b/package.json index c0e88836ed..b08baedb6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/mobile", - "version": "1.2.16", + "version": "1.2.17", "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.15", "@exactly/lib": "^0.1.0", - "@exactly/server": "workspace:^0.2.102", + "@exactly/server": "workspace:^0.2.103", "@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 ab767c91ec..77555c4df4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,7 +139,7 @@ importers: specifier: ^0.1.0 version: 0.1.0 '@exactly/server': - specifier: workspace:^0.2.102 + specifier: workspace:^0.2.103 version: link:server '@expo/metro-runtime': specifier: ~55.0.6 diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 818870bf87..95a9ed8993 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,11 @@ # @exactly/server +## 0.2.103 + +### Patch Changes + +- [#1154](https://github.com/exactly/exa/pull/1154) [`76a9dc4`](https://github.com/exactly/exa/commit/76a9dc4203b8550c857c8ff1d85849c478c3ecc2) Thanks [@nfmelendez](https://github.com/nfmelendez)! - ✨ add card and installment position to activity + ## 0.2.102 ### Patch Changes diff --git a/server/package.json b/server/package.json index 346beb413f..222f3c35a8 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/server", - "version": "0.2.102", + "version": "0.2.103", "private": true, "scripts": { "build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",