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/breezy-balloons-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-pumpkins-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-lamps-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-weeks-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-carpets-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-books-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-pets-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-cameras-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-crabs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-ravens-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-timers-rhyme.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.5

### Patch Changes

- Updated dependencies [[`2fbf105`](https://github.com/thirdweb-dev/js/commit/2fbf105d156ee551eec29e545fa08c43fd649051), [`97c9ab7`](https://github.com/thirdweb-dev/js/commit/97c9ab7e1caa8b3e006ecc7f64b54b392ba83eda), [`6b2a90a`](https://github.com/thirdweb-dev/js/commit/6b2a90ac89fd8c1bb8b784fb67e2a1a1a0e99816), [`fbafb65`](https://github.com/thirdweb-dev/js/commit/fbafb65f5c8669efd23028dd365982274cc06034), [`66bbedb`](https://github.com/thirdweb-dev/js/commit/66bbedbe3afef8b3eb6902e47391bd914f18bcca), [`159ffbf`](https://github.com/thirdweb-dev/js/commit/159ffbfaeed19dc6e37c19ad502b45a6a9a80669), [`6b286c7`](https://github.com/thirdweb-dev/js/commit/6b286c7e83dbba4beb6eeedc6ec24d9d3617f0cd)]:
- [email protected]

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
12 changes: 12 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @thirdweb-dev/service-utils

## 0.8.8

### Patch Changes

- [#6212](https://github.com/thirdweb-dev/js/pull/6212) [`6f2f92d`](https://github.com/thirdweb-dev/js/commit/6f2f92ddea333679ff1962b2df0da4ecf43be966) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Helper to call client usageV2 reporting endpoint

- [#6213](https://github.com/thirdweb-dev/js/pull/6213) [`cad9c74`](https://github.com/thirdweb-dev/js/commit/cad9c74befe33bef2cc6a12a8ade8d9c996ffe41) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Omit team_id for client usageV2 events

- [#6219](https://github.com/thirdweb-dev/js/pull/6219) [`91b0367`](https://github.com/thirdweb-dev/js/commit/91b0367b23d5a9b4c345210d430839f7c2351301) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] fix auth for cf workers

- [#6207](https://github.com/thirdweb-dev/js/pull/6207) [`cbfe9ec`](https://github.com/thirdweb-dev/js/commit/cbfe9ec459b33884136ba23a87effd8ab4e99aeb) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Allow client-side usageV2 reporting

## 0.8.7

### 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.8.7",
"version": "0.8.8",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# thirdweb

## 5.88.2

### Patch Changes

- [#6210](https://github.com/thirdweb-dev/js/pull/6210) [`2fbf105`](https://github.com/thirdweb-dev/js/commit/2fbf105d156ee551eec29e545fa08c43fd649051) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Dont retry on quote errors, show fiat value in every step

- [#6209](https://github.com/thirdweb-dev/js/pull/6209) [`97c9ab7`](https://github.com/thirdweb-dev/js/commit/97c9ab7e1caa8b3e006ecc7f64b54b392ba83eda) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Batch approvals and swaps if using smart wallets

- [#6217](https://github.com/thirdweb-dev/js/pull/6217) [`6b2a90a`](https://github.com/thirdweb-dev/js/commit/6b2a90ac89fd8c1bb8b784fb67e2a1a1a0e99816) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle updating session keys with new params and expose `shouldUpdateSessionKey` from `extensions/erc4337`

- [#6237](https://github.com/thirdweb-dev/js/pull/6237) [`fbafb65`](https://github.com/thirdweb-dev/js/commit/fbafb65f5c8669efd23028dd365982274cc06034) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - PayEmbed UI polish

- [#6191](https://github.com/thirdweb-dev/js/pull/6191) [`66bbedb`](https://github.com/thirdweb-dev/js/commit/66bbedbe3afef8b3eb6902e47391bd914f18bcca) Thanks [@jcheese1](https://github.com/jcheese1)! - Add treasure and treasureTopaz chain definitions

- [#6234](https://github.com/thirdweb-dev/js/pull/6234) [`159ffbf`](https://github.com/thirdweb-dev/js/commit/159ffbfaeed19dc6e37c19ad502b45a6a9a80669) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Expose `canClaim` extension function for erc20/721/1155 drops

- [#6236](https://github.com/thirdweb-dev/js/pull/6236) [`6b286c7`](https://github.com/thirdweb-dev/js/commit/6b286c7e83dbba4beb6eeedc6ec24d9d3617f0cd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Dont allow editing amoutns for non fund_wallet modes in PayEmbed

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

## 0.2.16

## 0.2.15

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