Skip to content

Commit b83ae14

Browse files
Version Packages
1 parent 795e9c1 commit b83ae14

File tree

9 files changed

+22
-27
lines changed

9 files changed

+22
-27
lines changed

.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- [#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
14+
15+
- [#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
16+
317
## 5.63.2
418

519
### 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)