Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-foxes-race.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-pumas-land.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-canyons-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-hornets-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-eagles-fly.md

This file was deleted.

2 changes: 1 addition & 1 deletion .maestro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": "^24.13.0"
},
"devDependencies": {
"@exactly/common": "workspace:^0.0.13",
"@exactly/common": "workspace:^0.0.14",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"esbuild": "^0.27.2",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @exactly/mobile

## 1.1.23

### Patch Changes

- [#846](https://github.com/exactly/exa/pull/846) [`8405759`](https://github.com/exactly/exa/commit/840575920a701bd55bdecfea3725fa4746b35da4) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🧡 fix onesignal init race condition

- [#847](https://github.com/exactly/exa/pull/847) [`fb12f95`](https://github.com/exactly/exa/commit/fb12f95fc83271e426b105f8fac47c7e02839ed0) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🚸 expand pay asset selector hit area

- Updated dependencies [[`a2b93e2`](https://github.com/exactly/exa/commit/a2b93e28405c67018d7c3c1eb7a31616119f6cf7), [`8a0ed97`](https://github.com/exactly/exa/commit/8a0ed9799a52b491d2a9bff9f0b3b77818515c46), [`9dcaf93`](https://github.com/exactly/exa/commit/9dcaf936486704edaab88656502344631215a7b6)]:
- @exactly/server@0.2.75
- @exactly/common@0.0.14

## 1.1.22

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @exactly/common

## 0.0.14

### Patch Changes

- [`8a0ed97`](https://github.com/exactly/exa/commit/8a0ed9799a52b491d2a9bff9f0b3b77818515c46) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - πŸ”§ setup all onesignal domains

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/common",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"prepare": "nx prepare common",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@astrojs/starlight": "^0.37.6",
"@eslint/markdown": "^7.5.1",
"@exactly/common": "workspace:^0.0.13",
"@exactly/server": "workspace:^0.2.70",
"@exactly/common": "workspace:^0.0.14",
"@exactly/server": "workspace:^0.2.75",
"astro": "^5.17.3",
"astro-mermaid": "^1.3.1",
"eslint": "^9.39.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/mobile",
"version": "1.1.22",
"version": "1.1.23",
"title": "Exa App",
"shortDescription": "What finance should be today",
"description": "A Card. A Wallet. A DeFi Protocol. All of it together.",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@aa-sdk/core": "catalog:",
"@account-kit/infra": "catalog:",
"@account-kit/smart-contracts": "catalog:",
"@exactly/common": "workspace:^0.0.13",
"@exactly/common": "workspace:^0.0.14",
"@exactly/lib": "^0.1.0",
"@exactly/server": "workspace:^0.2.73",
"@exactly/server": "workspace:^0.2.75",
"@expo/metro-runtime": "~6.1.2",
"@farcaster/frame-sdk": "^0.1.12",
"@farcaster/miniapp-sdk": "^0.2.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @exactly/server

## 0.2.75

### Patch Changes

- [#837](https://github.com/exactly/exa/pull/837) [`a2b93e2`](https://github.com/exactly/exa/commit/a2b93e28405c67018d7c3c1eb7a31616119f6cf7) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - πŸ—ƒοΈ index foreign keys on cards and transactions

- [#848](https://github.com/exactly/exa/pull/848) [`9dcaf93`](https://github.com/exactly/exa/commit/9dcaf936486704edaab88656502344631215a7b6) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - πŸ“ˆ skip sentry tracing for static assets

## 0.2.74

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/server",
"version": "0.2.74",
"version": "0.2.75",
"private": true,
"scripts": {
"build": "pkgroll --sourcemap --src . && sentry-cli sourcemaps inject -o exactly -p server dist",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@eslint/compat": "^2.0.1",
"@exactly/common": "workspace:^0.0.13",
"@exactly/common": "workspace:^0.0.14",
"@exactly/plugin": "workspace:^1.1.0",
"@exactly/substreams": "workspace:^0.1.0",
"@sentry/cli": "^3.1.0",
Expand Down
Loading