Skip to content

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Jan 20, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@exactly/mobile@1.1.0

Minor Changes

  • #631 12563e6 Thanks @cruzdanilo! - ⬆️ major upgrades:
    • expo 52 → 54 with new architecture defaults
    • react 18.3.1 → 19.1.0, react-native 0.76.9 → 0.81.5
    • wagmi 2 → 3 with @account-kit/* replacing @alchemy/aa-*
    • tamagui 1.125.26 → 1.144.1 via pnpm catalog
    • @sentry/react-native 6 → 7
    • eslint migrated to flat config with per-project eslint.config.mjs
    • latest react-native-passkeys, now from npm (removed git fork dependency)
    • removed deprecated components
    • migrate from deprecated wagmi functions

Patch Changes

@exactly/substreams@0.1.0

Minor Changes

@exactly/common@0.0.11

Patch Changes

  • #631 12563e6 Thanks @cruzdanilo! - ⬆️ centralize eslint flat config, upgrade account-kit
    • new shared eslint flat configs in eslint/:
      • base.mjs: core config with typescript-eslint strict-type-checked, unicorn, regexp, import, nx, prettier, jsdoc/tsdoc
      • node.mjs: node.js config with eslint-plugin-n, security, vitest
      • react.mjs: react config with @eslint-react strict-type-checked, tanstack-query, jsx-a11y

@exactly/server@0.2.49

Patch Changes

  • #631 12563e6 Thanks @cruzdanilo! - ⬆️ new eslint config, upgrade vitest, account-kit, and other dependencies

Summary by CodeRabbit

  • Chores
    • Released version 1.1.0 with package updates
    • Updated common package to 0.0.11 with centralized ESLint configuration
    • Updated server package to 0.2.49 with dependency improvements
    • Released substreams package at 0.1.0 featuring account and plugin management capabilities

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 20, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

This PR consolidates multiple changeset entries into release versions across four packages. Version bumps: common 0.0.10→0.0.11, server 0.2.48→0.2.49, substreams 0.0.1→0.1.0, top-level 1.0.45→1.1.0. Changelogs updated with aggregated change descriptions. All 27 individual changeset files removed post-consolidation.

Changes

Cohort / File(s) Summary
Changeset deletions
.changeset/better-radios-joke.md, .changeset/breezy-planes-repeat.md, .changeset/chubby-comics-mix.md, .changeset/dirty-toes-speak.md, .changeset/eleven-mangos-sing.md, .changeset/empty-heads-fold.md, .changeset/flat-books-mix.md, .changeset/forty-hornets-carry.md, .changeset/fruity-dingos-behave.md, .changeset/full-pillows-follow.md, .changeset/lemon-baboons-agree.md, .changeset/metal-states-divide.md, .changeset/mighty-coins-fly.md, .changeset/modern-pens-take.md, .changeset/ninety-olives-flow.md, .changeset/polite-turtles-glow.md, .changeset/rare-readers-tell.md, .changeset/red-toys-pump.md, .changeset/shiny-cars-check.md, .changeset/shiny-lies-beg.md, .changeset/shiny-socks-carry.md, .changeset/slick-mails-sing.md, .changeset/swift-waves-dance.md, .changeset/tasty-queens-smoke.md, .changeset/true-items-juggle.md, .changeset/violet-poems-heal.md, .changeset/wacky-melons-decide.md, .changeset/wild-carrots-fold.md, .changeset/young-items-happen.md
27 individual changeset files removed; entries consolidated into versioned changelogs. Covers patch/minor changes for @exactly/mobile, @exactly/common, @exactly/substreams, and @exactly/server.
Package version updates
common/package.json, server/package.json, substreams/package.json, package.json
Version bumps: common 0.0.10→0.0.11, server 0.2.48→0.2.49, substreams 0.0.1→0.1.0, root 1.0.45→1.1.0. Dependency references updated accordingly.
Changelog documentation
CHANGELOG.md, common/CHANGELOG.md, server/CHANGELOG.md, substreams/CHANGELOG.md
Added new release sections with aggregated changelog entries. Root CHANGELOG adds 1.1.0 (minor/patch changes); common documents ESLint flat config centralization; server documents dependency updates; substreams documents four database/plugin mapping features.
Dependency version updates
.maestro/package.json, docs/package.json
Updated references to workspace dependencies: @exactly/common 0.0.10→0.0.11, @exactly/server 0.2.47→0.2.49; server devDependencies updated for @exactly/substreams 0.0.1→0.1.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
  • itofarina
  • dieguezguille
  • franm91
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @cruzdanilo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request orchestrates a multi-package release across the @exactly ecosystem, encompassing @exactly/mobile, @exactly/substreams, @exactly/common, and @exactly/server. The changes consolidate a wide array of updates, from major dependency bumps and architectural shifts in the mobile application to new data mapping functionalities in substreams, and general infrastructure improvements like centralized ESLint configurations and dependency upgrades across the common and server components. The primary objective is to publish these updated package versions to npm, reflecting the cumulative development efforts.

Highlights

  • @exactly/mobile (Version 1.1.0): This minor release includes significant dependency upgrades, such as Expo (52 to 54), React (18.3.1 to 19.1.0), React Native (0.76.9 to 0.81.5), Wagmi (2 to 3), Tamagui, and Sentry. It also features a migration to ESLint flat configuration, integration of react-native-passkeys from npm, removal of deprecated components, and migration from deprecated Wagmi functions. New features include a benefits section, asset logo caching, language detection, improved browser opening, enhanced asset selector accessibility, normalized USD display, EIP-5792 support, and component translation. Several bug fixes address card 404 errors, scientific notation crashes, scroll view styling, and card switch height.
  • @exactly/substreams (Version 0.1.0): This minor release introduces new capabilities for mapping and storing exa accounts and plugins, as well as inserting exa plugins into the database.
  • @exactly/common (Version 0.0.11): This patch release centralizes the ESLint flat configuration and upgrades the account-kit dependency.
  • @exactly/server (Version 0.2.49): This patch release updates the ESLint configuration and includes upgrades to Vitest, account-kit, and other dependencies.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated release PR generated by Changesets. I've reviewed the changes, which consist of version bumps and changelog updates for the @exactly/server, @exactly/common, @exactly/substreams, and @exactly/mobile packages. The updates are consistent with an automated release process and everything appears to be in order for publishing the new versions. No issues found.

@cruzdanilo cruzdanilo merged commit 540081c into main Jan 20, 2026
2 of 3 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch January 20, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants