You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This PR primarily updates the version numbers across multiple packages, reflecting new releases and dependency updates. It also includes changelogs for these updates, documenting the changes made in each version.
Detailed summary
Deleted old-donkeys-send.md from .changeset
Updated version in packages/thirdweb/package.json from 5.118.1 to 5.118.2
Updated version in apps/wagmi-demo/package.json from 0.0.50 to 0.0.51
Updated version in packages/nebula/package.json from 0.2.108 to 0.2.109
Updated version in packages/wagmi-adapter/package.json from 0.2.205 to 0.2.206
Added changelog entry ## 0.2.109 in packages/nebula/CHANGELOG.md
Added changelog entry ## 0.0.51 in apps/wagmi-demo/CHANGELOG.md
Added changelog entry ## 5.118.2 in packages/thirdweb/CHANGELOG.md
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Summary by CodeRabbit
Bug Fixes
Fixed WalletConnect functionality on Berachain and unallowlisted chains.
Chores
Updated package versions and dependencies across the project.
This PR releases new versions for multiple packages: thirdweb (5.118.2), wagmi-adapter (0.2.206), nebula (0.2.109), and wagmi-demo (0.0.51). It documents a WalletConnect fix for Berachain and unallowlisted chains in the changelogs and removes the corresponding changeset file.
Changes
Cohort / File(s)
Summary
Changeset Removal .changeset/old-donkeys-send.md
Deleted changeset entry documenting WalletConnect fix for Berachain and unallowlisted chains.
The title 'Version Packages' accurately describes the main purpose of this changesets-generated release PR, which updates package versions across multiple packages.
Description check
✅ Passed
The PR description is complete and informative. It explains the purpose (automated changesets release), lists all affected packages with their version changes, and documents the key fix (WalletConnect on Berachain). While it doesn't follow the repository's optional template format, the auto-generated changesets description is thorough and sufficient.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection
✅ Passed
✅ No merge conflicts detected when merging into main
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ 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
No actionable comments were generated in the recent review. 🎉
Comment @coderabbitai help to get the list of available commands and usage tips.
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.72%. Comparing base (1caf6dd) to head (48a6f71). ⚠️ Report is 1 commits behind head on main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@thirdweb-dev/nebula@0.2.109
Patch Changes
1caf6dd]:thirdweb@5.118.2
Patch Changes
1caf6ddThanks @0xFirekeeper! - fix walletconnect not working on berachain and unallowlisted chains@thirdweb-dev/wagmi-adapter@0.2.206
wagmi-inapp@0.0.51
Patch Changes
1caf6dd]:PR-Codex overview
This PR primarily updates the version numbers across multiple packages, reflecting new releases and dependency updates. It also includes changelogs for these updates, documenting the changes made in each version.
Detailed summary
old-donkeys-send.mdfrom.changesetversioninpackages/thirdweb/package.jsonfrom5.118.1to5.118.2versioninapps/wagmi-demo/package.jsonfrom0.0.50to0.0.51versioninpackages/nebula/package.jsonfrom0.2.108to0.2.109versioninpackages/wagmi-adapter/package.jsonfrom0.2.205to0.2.206## 0.2.109inpackages/nebula/CHANGELOG.md## 0.0.51inapps/wagmi-demo/CHANGELOG.md## 5.118.2inpackages/thirdweb/CHANGELOG.mdSummary by CodeRabbit
Bug Fixes
Chores