Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-scissors-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-guests-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-eagles-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-frogs-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-eggs-relate.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# thirdweb-login

## 0.1.8

### Patch Changes

- Updated dependencies [[`0574eac`](https://github.com/thirdweb-dev/js/commit/0574eac02c832c382972fd545df79c36e11796e1), [`562c534`](https://github.com/thirdweb-dev/js/commit/562c534d3763ac645618386d8fa9a3b8db3769d9), [`52cbcd2`](https://github.com/thirdweb-dev/js/commit/52cbcd2d57abf4d69ee417fe98fca815e19f2f34), [`b882e29`](https://github.com/thirdweb-dev/js/commit/b882e299353d895724c4e44216ffb47353a9bf7f)]:
- [email protected]

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb-login",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
12 changes: 12 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# thirdweb

## 5.88.5

### Patch Changes

- [#6269](https://github.com/thirdweb-dev/js/pull/6269) [`0574eac`](https://github.com/thirdweb-dev/js/commit/0574eac02c832c382972fd545df79c36e11796e1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Enable chain switching for toEIP1194 provider

- [#6257](https://github.com/thirdweb-dev/js/pull/6257) [`562c534`](https://github.com/thirdweb-dev/js/commit/562c534d3763ac645618386d8fa9a3b8db3769d9) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New PayEmbed UI for token selection

- [#6243](https://github.com/thirdweb-dev/js/pull/6243) [`52cbcd2`](https://github.com/thirdweb-dev/js/commit/52cbcd2d57abf4d69ee417fe98fca815e19f2f34) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix PayEmbed fiat values to 2 decimal places

- [#6262](https://github.com/thirdweb-dev/js/pull/6262) [`b882e29`](https://github.com/thirdweb-dev/js/commit/b882e299353d895724c4e44216ffb47353a9bf7f) Thanks [@MananTank](https://github.com/MananTank)! - Fix ConnectEmbed briefly showing "Sign In" prompt while the login status is not known - show loading indicator instead

## 5.88.4

### 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.88.4",
"version": "5.88.5",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
6 changes: 6 additions & 0 deletions packages/wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/wagmi-adapter

## 0.2.19

### Patch Changes

- [#6273](https://github.com/thirdweb-dev/js/pull/6273) [`739a2ae`](https://github.com/thirdweb-dev/js/commit/739a2ae3c53b398fa348fc3a3fd2a30d9b785189) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Better autoconnection handling

## 0.2.18

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