Skip to content

chore: version packages#4618

Merged
enesozturk merged 5 commits intomainfrom
changeset-release/main
Jul 14, 2025
Merged

chore: version packages#4618
enesozturk merged 5 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jul 7, 2025

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

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@reown/appkit-adapter-bitcoin@1.7.14

@reown/appkit-adapter-ethers@1.7.14

@reown/appkit-adapter-ethers5@1.7.14

@reown/appkit-adapter-solana@1.7.14

@reown/appkit-adapter-wagmi@1.7.14

@reown/appkit@1.7.14

@reown/appkit-utils@1.7.14

@reown/appkit-cdn@1.7.14

@reown/appkit-cli@1.7.14

@reown/appkit-codemod@1.7.14

@reown/appkit-common@1.7.14

@reown/appkit-controllers@1.7.14

@reown/appkit-core@1.7.14

@reown/appkit-experimental@1.7.14

@reown/appkit-pay@1.7.14

@reown/appkit-polyfills@1.7.14

@reown/appkit-scaffold-ui@1.7.14

@reown/appkit-siwe@1.7.14

@reown/appkit-siwx@1.7.14

@reown/appkit-testing@1.7.14

@reown/appkit-ui@1.7.14

@reown/appkit-wallet@1.7.14

@reown/appkit-wallet-button@1.7.14

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-basic-html ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2025 1:56pm
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2025 1:56pm
appkit-gallery ✅ Ready (Inspect) Visit Preview Jul 14, 2025 1:56pm
appkit-laboratory ✅ Ready (Inspect) Visit Preview Jul 14, 2025 1:56pm
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
appkit-basic-up-example ⬜️ Ignored (Inspect) Visit Preview Jul 14, 2025 1:56pm
appkit-ethers5-bera ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
appkit-nansen-demo ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
appkit-vue-solana ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm
vue-wagmi-example ⬜️ Ignored (Inspect) Jul 14, 2025 1:56pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from d8f70da to 84cbf90 Compare July 7, 2025 16:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from 84cbf90 to 0c0495c Compare July 7, 2025 19:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0c0495c to ab206a0 Compare July 8, 2025 15:31
@github-actions github-actions bot force-pushed the changeset-release/main branch from ab206a0 to 411abb2 Compare July 8, 2025 20:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from 411abb2 to 7c86861 Compare July 8, 2025 21:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7c86861 to 469a4b5 Compare July 8, 2025 21:46
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from a3319e1 to 737d7ef Compare July 8, 2025 21:55
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Jul 14, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.57% 30777 / 39672
🔵 Statements 77.57% 30777 / 39672
🔵 Functions 68.8% 2530 / 3677
🔵 Branches 84.19% 6417 / 7622
File CoverageNo changed files found.
Generated in workflow #13328 for commit 0b4cc33 by the Vitest Coverage Report Action

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Changelog Header Mismatch

The CHANGELOG.md file for the @reown/appkit-codemod package has an incorrect header. It currently displays "# @reown/appkit-experimental" instead of "# @reown/appkit-codemod", which is the correct package name.

packages/codemod/CHANGELOG.md#L1-L1

# @reown/appkit-experimental

Fix in CursorFix in Web


Bug: Changelog Header Mismatch

The changelog header in packages/testing/CHANGELOG.md is # @reown/appkit but should be # @reown/appkit-testing to match the package name.

packages/testing/CHANGELOG.md#L1-L1

# @reown/appkit

Fix in CursorFix in Web


Bug: Incorrect Header in CHANGELOG.md

The packages/controllers/CHANGELOG.md file incorrectly uses "# @reown/appkit-core" as its header. It should be "# @reown/appkit-controllers" to accurately reflect that it belongs to the @reown/appkit-controllers package, preventing confusion.

packages/controllers/CHANGELOG.md#L1-L1

# @reown/appkit-core

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

@enesozturk enesozturk added this pull request to the merge queue Jul 14, 2025
Merged via the queue into main with commit 79926ba Jul 14, 2025
59 of 60 checks passed
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.

1 participant