-
Notifications
You must be signed in to change notification settings - Fork 544
Version Packages #5955
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 #5955
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
1b988d2
to
c4a0d1c
Compare
|
||
Some prop names have been updated: | ||
|
||
`prompt -> messsage` |
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.
There appears to be a typo in the documentation - the property name is written as messsage
(with 3 s's) but is correctly shown as message
in all the code examples below. This should be corrected to maintain consistency and prevent confusion.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
// prompt is now message | ||
message: | ||
"What's the total supply of this contract: 0xe2cb0eb5147b42095c2FfA6F7ec953bb0bE347D8", | ||
// contextFilter is now contextFilter |
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.
The comment // contextFilter is now contextFilter
appears to be incorrect - it should be // context is now contextFilter
to accurately reflect the property rename described in the changelog. This would better document the breaking change for developers.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5955 +/- ##
==========================================
- Coverage 54.80% 54.77% -0.03%
==========================================
Files 1151 1151
Lines 61257 61257
Branches 5151 5151
==========================================
- Hits 33571 33556 -15
- Misses 26959 26975 +16
+ Partials 727 726 -1
*This pull request uses carry forward flags. Click here to find out more. |
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/service-utils@0.6.0
Minor Changes
c290997
Thanks @nischitpra! - track usage call once per ratelimit windowthirdweb@5.85.0
Minor Changes
#5972
0b62397
Thanks @joaquim-verges! - Support multiple messages for Nebula API, updated input props.Some prop names have been updated:
prompt -> messsage
context -> contextFilter
The Nebula.chat and Nebula.execute functions now support multiple input messages, and the input properties have been updated to match the http API.
Same changes apply to Nebula.execute.
Patch Changes
#5966
4ffcf30
Thanks @MananTank! - Fix NFT components not displaying correct metadata if multiple contracts with same token id is rendered because of incorrect caching#5973
dbb64ea
Thanks @kumaryash90! - Update implementations#5982
b6d65cf
Thanks @gregfromstl! - Addedmode
as a predefined chain#5967
9cbcbe7
Thanks @gregfromstl! - Added overrides for Lumia Testnet to use pre-EIP1559 gas values@thirdweb-dev/wagmi-adapter@0.1.9
PR-Codex overview
This PR focuses on updating version numbers for several packages, enhancing the
Nebula
API functionality, and fixing issues related to NFT components. It also includes changes to theCHANGELOG.md
files to reflect these updates.Detailed summary
version
inpackages/thirdweb/package.json
from5.84.0
to5.85.0
.version
inpackages/service-utils/package.json
from0.5.1
to0.6.0
.version
inpackages/wagmi-adapter/package.json
from0.1.8
to0.1.9
.CHANGELOG.md
for0.6.0
inpackages/service-utils
.CHANGELOG.md
for5.85.0
inpackages/thirdweb
.Nebula.chat
andNebula.execute
to support multiple input messages.Nebula.chat
fromprompt
tomessage
andcontext
tocontextFilter
.mode
as a predefined chain in the API.