-
Notifications
You must be signed in to change notification settings - Fork 621
Version Packages #7105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #7105
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @thirdweb-dev/wagmi-adapter | ||
|
|
||
| ## 0.2.81 | ||
|
|
||
| ## 0.2.80 | ||
|
|
||
| ## 0.2.79 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||||||||||
| { | ||||||||||||||
| "name": "@thirdweb-dev/wagmi-adapter", | ||||||||||||||
| "version": "0.2.80", | ||||||||||||||
| "version": "0.2.81", | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainVersion bump is correct for patch release. Updated from 🏁 Script executed: #!/bin/bash
# Verify the changelog entry for wagmi-adapter v0.2.81 exists
rg --quiet '## 0\\.2\\.81' packages/wagmi-adapter/CHANGELOG.md \
&& echo "✅ Changelog entry found for v0.2.81" \
|| echo "❌ Missing changelog entry for v0.2.81"Length of output: 149 Missing CHANGELOG entry for v0.2.81 The File: packages/wagmi-adapter/CHANGELOG.md + ## 0.2.81
+
+ - Describe the fixes, improvements or updates included in this patchOnce the changelog is updated, the version bump from 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| "repository": { | ||||||||||||||
| "type": "git", | ||||||||||||||
| "url": "git+https://github.com/thirdweb-dev/js.git#main" | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Version bump is correct for patch release. The version has been updated from
5.100.0to5.100.1to address the SIWE authentication flow fix. Ensure the correspondingpackages/thirdweb/CHANGELOG.mdincludes a## 5.100.1entry documenting this change.🏁 Script executed:
Length of output: 147
Missing CHANGELOG entry for v5.100.1
The version bump to 5.100.1 is correct, but I couldn’t find a corresponding
## 5.100.1section inpackages/thirdweb/CHANGELOG.md. Please add a new entry documenting the SIWE authentication flow fix before merging.• packages/thirdweb/CHANGELOG.md: add a
🤖 Prompt for AI Agents