Skip to content

Commit

Permalink
Revert "Version Packages (#3950)"
Browse files Browse the repository at this point in the history
This reverts commit 65eb299.
  • Loading branch information
jnsdls committed Aug 5, 2024
1 parent 4308c4a commit c9e14e3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-moons-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Added Celo Alfajores Testnet within the chain-definitions
5 changes: 5 additions & 0 deletions .changeset/serious-goats-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Add `type` field on `DirectListing` and `EnglishAuction` types.
16 changes: 16 additions & 0 deletions .changeset/sour-mugs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"thirdweb": minor
---

Adds telegram login option for in-app wallets

```ts
import { inAppWallet } from "thirdweb"

const wallet = inAppWallet();

await wallet.connect({
strategy: "telegram"
});
```

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

## 5.44.0

### Minor Changes

- [#3951](https://github.com/thirdweb-dev/js/pull/3951) [`1309602`](https://github.com/thirdweb-dev/js/commit/13096028893fa3445f8a5e2b6854919951d0e66b) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds telegram login option for in-app wallets

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

const wallet = inAppWallet();

await wallet.connect({
strategy: "telegram",
});
```

### Patch Changes

- [#3941](https://github.com/thirdweb-dev/js/pull/3941) [`ea2247c`](https://github.com/thirdweb-dev/js/commit/ea2247c40c3ee8de16ca46a958e66552a16453eb) Thanks [@0xScratch](https://github.com/0xScratch)! - Added Celo Alfajores Testnet within the chain-definitions

- [#3907](https://github.com/thirdweb-dev/js/pull/3907) [`d04b032`](https://github.com/thirdweb-dev/js/commit/d04b03226a1f590c30cbce740404c965880c3c2f) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add `type` field on `DirectListing` and `EnglishAuction` types.

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

0 comments on commit c9e14e3

Please sign in to comment.