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
5 changes: 0 additions & 5 deletions .changeset/eighty-taxis-own.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.43

### Patch Changes

- Updated dependencies [[`1759112`](https://github.com/thirdweb-dev/js/commit/1759112d722e11d2d9a902f2221e70636188015e)]:
- [email protected]

## 0.2.42

### 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.42"
"version": "0.2.43"
}
6 changes: 6 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# thirdweb

## 5.105.43

### Patch Changes

- [#8029](https://github.com/thirdweb-dev/js/pull/8029) [`1759112`](https://github.com/thirdweb-dev/js/commit/1759112d722e11d2d9a902f2221e70636188015e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add signAuthorization support to 1193 provider

## 5.105.42

### 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 @@ -417,5 +417,5 @@
}
},
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "5.105.42"
"version": "5.105.43"
}
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.140

## 0.2.139

## 0.2.138
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.139"
"version": "0.2.140"
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Quick checks: peer range and bundle budget

  • Peer dep on thirdweb is "^5.85.0" which covers 5.105.43; confirm this is intentional and we don’t need to raise the floor.
  • Per guidelines, ensure size-limit budgeting is tracked for this package (either here or centrally).

Run:


🏁 Script executed:

#!/bin/bash
# 1) Show peer range and latest published thirdweb in lock/workspace
jq -r '.peerDependencies.thirdweb, .devDependencies.thirdweb // empty' packages/wagmi-adapter/package.json

# 2) Check for size-limit config at package or repo root
echo "Has size-limit in wagmi-adapter?" && jq 'has("size-limit")' packages/wagmi-adapter/package.json
echo "Has size-limit in repo root?" && jq 'has("size-limit")' package.json

Length of output: 93


Ensure peerDependency floor and add size-limit budget

  • Confirm that "thirdweb": "^5.85.0" intentionally covers v5.105.43 without raising the minimum.
  • Add a size-limit configuration to packages/wagmi-adapter/package.json (or centrally in the root) to track this package’s bundle budget.

}
Loading