Skip to content

Commit

Permalink
Version Packages (#4907)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jnsdls and github-actions[bot] authored Oct 4, 2024
1 parent 5211446 commit 4660e0c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-camels-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-adults-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-items-tease.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/sixty-cats-doubt.md

This file was deleted.

39 changes: 39 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# thirdweb

## 5.61.0

### Minor Changes

- [#4906](https://github.com/thirdweb-dev/js/pull/4906) [`63d0777`](https://github.com/thirdweb-dev/js/commit/63d0777e6f8effbf02cd773a3f7f03f42b85c781) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New `useLinkProfile()` hook to link profiles to inapp and ecosystem accounts

- [#4905](https://github.com/thirdweb-dev/js/pull/4905) [`a453d96`](https://github.com/thirdweb-dev/js/commit/a453d96aed12e53561a239f361be1d59a53172db) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add name & address resolvers for Unstoppable Domains

### Patch Changes

- [#4919](https://github.com/thirdweb-dev/js/pull/4919) [`d4c423c`](https://github.com/thirdweb-dev/js/commit/d4c423cd971f8d79843f3bf0ac461ad88da611e5) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix passing 0n as from/to blocks in getContractEvents

- [#4918](https://github.com/thirdweb-dev/js/pull/4918) [`0f6b881`](https://github.com/thirdweb-dev/js/commit/0f6b881bcaf45c08d1aa7b7c117960e688e1ac42) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - Add querying for in app wallet user details via externally linked wallet address:

```ts
import { getUser } from "thirdweb";

// this is the wallet address that the user used to connect via SIWE to their in app wallet
const user = await getUser({
client,
externalWalletAddress: "0x123...",
});
```

Add querying for ecosystem wallet user details:

```ts
import { getUser } from "thirdweb";

const user = await getUser({
client,
ecosystem: {
id: "ecosystem.YOUR_ID",
partnerId: "OPTIONAL_PARTNER_ID"
}
email: "[email protected]",
});
```

## 5.60.1

### 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.60.1",
"version": "5.61.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down

0 comments on commit 4660e0c

Please sign in to comment.