Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/better-lines-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/some-moons-burn.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/nebula/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @thirdweb-dev/nebula

## 0.2.53

### Patch Changes

- Updated dependencies [[`a94f229`](https://github.com/thirdweb-dev/js/commit/a94f22928a662a5aff7a203fc2d383d9fa0907ec), [`5249cb7`](https://github.com/thirdweb-dev/js/commit/5249cb7409a8486346fe428f824c81dd90845555)]:
- [email protected]

## 0.2.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nebula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.52"
"version": "0.2.53"
}
18 changes: 18 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# thirdweb

## 5.108.0

### Minor Changes

- [#8091](https://github.com/thirdweb-dev/js/pull/8091) [`5249cb7`](https://github.com/thirdweb-dev/js/commit/5249cb7409a8486346fe428f824c81dd90845555) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Accept arbitrary chain ids for x402 payments with new settlePayment() and verifyPayment() backend utility functions

### Patch Changes

- [#8100](https://github.com/thirdweb-dev/js/pull/8100) [`a94f229`](https://github.com/thirdweb-dev/js/commit/a94f22928a662a5aff7a203fc2d383d9fa0907ec) Thanks [@MananTank](https://github.com/MananTank)! - Update the `onSuccess`, `onError`, and `onCancel` callback props of the `BuyWidget` to be called with the `quote` object

```tsx
<BuyWidget
onSuccess={(quote) => console.log("Swap completed:", quote)}
onError={(error, quote) => console.error("Swap failed:", error, quote)}
onCancel={(quote) => console.log("Swap cancelled:", quote)}
/>
```

## 5.107.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,5 @@
}
},
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "5.107.1"
"version": "5.108.0"
}
2 changes: 2 additions & 0 deletions packages/wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/wagmi-adapter

## 0.2.150

## 0.2.149

## 0.2.148
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.149"
"version": "0.2.150"
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

🧩 Analysis chain

LGTM on version bump; double‑check bundle budget tracking.

Version 0.2.150 is fine; peer range thirdweb: ^5.85.0 already covers 5.108.0. Please verify you’re still tracking bundle budgets via package.json#size-limit for this package (required by guidelines). If missing by design, ignore.


🏁 Script executed:

#!/bin/bash
# Check for size-limit config in updated manifests
rg -n '"size-limit"' packages/wagmi-adapter/package.json packages/nebula/package.json || echo "No size-limit key found in these manifests"
# Sanity: show current thirdweb peer range
jq -r '.peerDependencies.thirdweb' packages/wagmi-adapter/package.json

Length of output: 50


Add missing size-limit entry to packages/wagmi-adapter/package.json

Version bump to 0.2.150 is fine; packages/wagmi-adapter/package.json currently has no "size-limit" entry — add a size-limit budget per repo guidelines or confirm intentional omission.

🤖 Prompt for AI Agents
In packages/wagmi-adapter/package.json around line 58, the version bump to
0.2.150 is present but the file is missing a "size-limit" entry; add a
"size-limit" property to the package.json (matching the repository's size-limit
format and budget used by sibling packages) with the appropriate path(s) and
size budget(s) per repo guidelines, or if omission is intentional add a brief
comment in the PR confirming the deliberate exclusion and referencing the
guideline decision.

}
Loading