Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 3c77c6b commit 5408cd3
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-walls-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-bats-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-items-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-goats-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-eels-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-candles-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-fans-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-tips-type.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/service-utils

## 0.4.46

### Patch Changes

- [#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

## 0.4.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/service-utils",
"version": "0.4.45",
"version": "0.4.46",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# thirdweb

## 5.64.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#5125](https://github.com/thirdweb-dev/js/pull/5125) [`d522343`](https://github.com/thirdweb-dev/js/commit/d522343e04fad4c8561e1183b02a5f04b6f1e7b2) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Optimize mintAdditionalSupplyToBatch extension

- [#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

- [#5129](https://github.com/thirdweb-dev/js/pull/5129) [`319a203`](https://github.com/thirdweb-dev/js/commit/319a203a4e0ef2632fb6221bec0ab2ba97ba91ad) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fixes Brave Wallet Metadata

- [#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

- [#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

## 5.63.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.63.2",
"version": "5.64.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down

0 comments on commit 5408cd3

Please sign in to comment.