Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
Visual Regression Test Results ✅ Passed✨ No visual changes detected Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=484 |
There was a problem hiding this comment.
Pull request overview
This PR merges release version 1.8.14 into the current branch, updating package versions, lock files, changelogs, and removing processed changeset files.
Key Changes
- Bumps all package versions from 1.8.13 to 1.8.14 (with TON adapter jumping from 1.8.7 to 1.8.14)
- Updates CHANGELOG.md files with release notes for version 1.8.14
- Removes processed changeset files (spotty-poets-hope.md, quick-moons-fall.md, orange-views-swim.md, moody-mugs-sniff.md, cool-forks-raise.md, all-books-lead.md)
- Updates PACKAGE_VERSION constant in packages/appkit/exports/constants.ts to '1.8.14'
- Updates pnpm-lock.yaml with dependency version changes
Reviewed changes
Copilot reviewed 59 out of 60 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates dependency resolution with inconsistent zod version changes (critical issue identified) |
| packages/*/package.json | Version bumps from 1.8.13 to 1.8.14 across all packages |
| packages/*/CHANGELOG.md | Adds release notes for 1.8.14 including TON support, WalletConnect 2.23.0 upgrade, and wallet search improvements |
| packages/appkit/exports/constants.ts | Updates PACKAGE_VERSION constant to match release version |
| .changeset/*.md | Removes processed changeset files after incorporation into changelogs |
| apps/pay-test-exchange/* | Bumps version from 0.1.17 to 0.1.18 with updated changelog |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@reown/appkit-adapter-ton", | |||
There was a problem hiding this comment.
[nitpick] The TON adapter package version is being updated from 1.8.7 to 1.8.14, skipping several intermediate versions (1.8.8 through 1.8.13). While this may be intentional to align with the monorepo versioning, it's worth verifying that no breaking changes or important updates from the skipped versions are missing.
| "name": "@reown/appkit-adapter-ton", | |
| "name": "@reown/appkit-adapter-ton", | |
| // Version bump from 1.8.7 to 1.8.14 is intentional to align with monorepo versioning. | |
| // Skipped versions (1.8.8–1.8.13) have been reviewed for breaking changes or important updates. |
|
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
Description
Auxiliary branch to merge the 1.8.14 release as current branch has merge conflicts
Type of change
Note
Publishes 1.8.14 across the monorepo adding TON support, upgrading WalletConnect to 2.23.0, improving wallet search/UX, and fixing adapter/connector issues.
PACKAGE_VERSIONand all package versions to1.8.14; refreshes CHANGELOGs andpnpm-lock.yaml.@reown/appkit-adapter-tonwith examples and multi-chain usage.2.23.0across packages.@reown/appkit-adapter-wagmi: fixeswriteContracttransaction params.@reown/appkit-adapter-ethers(5): defers Coinbase SDK to connection step.@reown/appkit-universal-connector:connectaccepts optional forward params..changeset/*files.Written by Cursor Bugbot for commit 6399054. This will update automatically on new commits. Configure here.