Skip to content

Commit 60629e3

Browse files
Version Packages (#5215)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 178d407 commit 60629e3

File tree

8 files changed

+33
-47
lines changed

8 files changed

+33
-47
lines changed

.changeset/angry-mayflies-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-shoes-applaud.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-olives-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-chicken-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-dancers-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-houses-applaud.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/thirdweb/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# thirdweb
22

3+
## 5.64.4
4+
5+
### Patch Changes
6+
7+
- [#5237](https://github.com/thirdweb-dev/js/pull/5237) [`802d3bf`](https://github.com/thirdweb-dev/js/commit/802d3bfd4bbf211ba2477c8c2a44a2f1c7b79967) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Sanitize block explorer URLs
8+
9+
- [#5231](https://github.com/thirdweb-dev/js/pull/5231) [`686d0c3`](https://github.com/thirdweb-dev/js/commit/686d0c3c051ac0f36fcec7412948cbc41e303388) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Respect custom bundler URL for getting gas fees + better DX for `predictSmartAccountAddress()`
10+
11+
- [#5187](https://github.com/thirdweb-dev/js/pull/5187) [`68ce724`](https://github.com/thirdweb-dev/js/commit/68ce724ff646e4992e33c025e12f4bf083e1ca7a) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - expose WalletUser type for in app / ecosystem wallets
12+
13+
- [#5214](https://github.com/thirdweb-dev/js/pull/5214) [`ad4af68`](https://github.com/thirdweb-dev/js/commit/ad4af68d1d96859e8dedcdcb22ebbc6c6cc29f1f) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Reduce async calls before requesting webauthn credentials for ios 15
14+
15+
- [#5229](https://github.com/thirdweb-dev/js/pull/5229) [`9425e9e`](https://github.com/thirdweb-dev/js/commit/9425e9ef429a98119fc0648eb43850c7b9fa8571) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - Consolidate custom jwt and custom auth endpoint through common endpoint
16+
17+
- [#5244](https://github.com/thirdweb-dev/js/pull/5244) [`178d407`](https://github.com/thirdweb-dev/js/commit/178d407e6f20fb44ab32977c95912f56b2f1bc51) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add support for custom singlePhase drops
18+
19+
If you are using a custom drop contract, you can now set claim conditions and claim by passing the `singlePhaseDrop` option to the `setClaimConditions` and `claimTo` functions.
20+
21+
```ts
22+
setClaimConditions({
23+
contract,
24+
phases: [
25+
{
26+
startTime: new Date(0),
27+
maxClaimableSupply: 10n,
28+
},
29+
],
30+
tokenId: 0n,
31+
singlePhaseDrop: true, // <--- for custom drop contracts
32+
});
33+
```
34+
335
## 5.64.3
436

537
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.64.3",
3+
"version": "5.64.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)