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/slimy-pigs-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-dogs-bet.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.21

### Patch Changes

- Updated dependencies [[`3c8e444`](https://github.com/thirdweb-dev/js/commit/3c8e444fe6f4bf90c8d2eaaa1b4481b683f41ec6), [`adec6be`](https://github.com/thirdweb-dev/js/commit/adec6be844f8e35d770e2d7f491117cea4a34548)]:
- [email protected]

## 0.2.20

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

## 5.105.21

### Patch Changes

- [#7708](https://github.com/thirdweb-dev/js/pull/7708) [`3c8e444`](https://github.com/thirdweb-dev/js/commit/3c8e444fe6f4bf90c8d2eaaa1b4481b683f41ec6) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix ecosystem wallet connection with default chains

- [#7711](https://github.com/thirdweb-dev/js/pull/7711) [`adec6be`](https://github.com/thirdweb-dev/js/commit/adec6be844f8e35d770e2d7f491117cea4a34548) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix showQrModal option not respected on desktop web

## 5.105.20

### 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 @@ -406,5 +406,5 @@
}
},
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "5.105.20"
"version": "5.105.21"
}
Comment on lines +409 to 410
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

Version bump LGTM, but double-check for hard-coded old versions elsewhere

The change is purely the patch bump to 5.105.21, which is consistent with the PR intent.
Please run a quick grep to ensure no files still reference 5.105.20 (e.g., docs, examples, lockfiles).


🏁 Script executed:

#!/bin/bash
# Find any stale references to the previous version.
rg --fixed-strings "5.105.20" -n

Length of output: 131


Update stale version references in CHANGELOGs

We found two remaining occurrences of 5.105.20 that should be bumped to 5.105.21:

  • packages/thirdweb/CHANGELOG.md (line 9)
  • packages/nebula/CHANGELOG.md (line 15)

Apply the following diffs:

packages/thirdweb/CHANGELOG.md
-## 5.105.20
+## 5.105.21

packages/nebula/CHANGELOG.md
-  - [email protected]
+  - [email protected]
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"version": "5.105.21"
}
packages/thirdweb/CHANGELOG.md
@@ -9,1 +9,1 @@
-## 5.105.20
+## 5.105.21
packages/nebula/CHANGELOG.md
@@ -15,1 +15,1 @@
- - [email protected]
+ - [email protected]
🤖 Prompt for AI Agents
In packages/thirdweb/CHANGELOG.md at line 9 and packages/nebula/CHANGELOG.md at
line 15, update the version references from 5.105.20 to 5.105.21 to keep the
changelogs consistent with the current package version. Locate these lines and
replace the old version number with the new one.

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.118

## 0.2.117

## 0.2.116
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.117"
"version": "0.2.118"
}
Loading