Skip to content

Commit b45a9c3

Browse files
Version Packages
1 parent 364d97e commit b45a9c3

File tree

10 files changed

+24
-32
lines changed

10 files changed

+24
-32
lines changed

.changeset/late-bats-cry.md

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

.changeset/plenty-goats-drop.md

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

.changeset/silent-eels-explain.md

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

.changeset/silver-candles-float.md

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

.changeset/stale-fans-ring.md

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

.changeset/tame-tips-type.md

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

packages/service-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.4.46
4+
5+
### Patch Changes
6+
7+
- [#5083](https://github.com/thirdweb-dev/js/pull/5083) [`795e9c1`](https://github.com/thirdweb-dev/js/commit/795e9c13a4f33d9afec82302409a1a90719242a8) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds ecosystem headers to extractAuthorizationData result
8+
39
## 0.4.45
410

511
### Patch Changes

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.4.45",
3+
"version": "0.4.46",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.64.0
4+
5+
### Minor Changes
6+
7+
- [#5062](https://github.com/thirdweb-dev/js/pull/5062) [`0cafa33`](https://github.com/thirdweb-dev/js/commit/0cafa33a1886a7d813d78b8fcb77cf0e2e638594) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds GitHub authentication
8+
9+
- [#5036](https://github.com/thirdweb-dev/js/pull/5036) [`f8c981c`](https://github.com/thirdweb-dev/js/commit/f8c981c0ca3dd34505f77fab6e4d3aba3f2bf852) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add new ERC1155 extension: mintAdditionalSupplyToBatch
10+
11+
### Patch Changes
12+
13+
- [#5123](https://github.com/thirdweb-dev/js/pull/5123) [`364d97e`](https://github.com/thirdweb-dev/js/commit/364d97e97ef4a410383db497ab8efe43e7970dda) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Auto resolve entrypoint address from factory when available
14+
15+
- [#5091](https://github.com/thirdweb-dev/js/pull/5091) [`45fcfb1`](https://github.com/thirdweb-dev/js/commit/45fcfb1daefeb30440650aae2febb67212576b7f) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support smart account options for ecosystem wallets
16+
17+
- [#5090](https://github.com/thirdweb-dev/js/pull/5090) [`50f98d7`](https://github.com/thirdweb-dev/js/commit/50f98d7486809c541252a9cfc6979d102960366b) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix useProfiles not updating when connecting to a different account
18+
319
## 5.63.2
420

521
### 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.63.2",
3+
"version": "5.64.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)