Skip to content

Commit c645b42

Browse files
Version Packages (#6208)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7583074 commit c645b42

19 files changed

+43
-59
lines changed

.changeset/breezy-balloons-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-pumpkins-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dull-lamps-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-weeks-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-carpets-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-books-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-pets-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-cameras-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-crabs-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-ravens-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-timers-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/login/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# thirdweb-login
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- thirdweb@5.88.2
9+
310
## 0.1.4
411

512
### Patch Changes

apps/login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb-login",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/service-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.8.8
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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
14+
315
## 0.8.7
416

517
### Patch Changes

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# thirdweb
22

3+
## 5.88.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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`
12+
13+
- [#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
14+
15+
- [#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
16+
17+
- [#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
18+
19+
- [#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
20+
321
## 5.88.1
422

523
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.88.1",
3+
"version": "5.88.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.16
4+
35
## 0.2.15
46

57
## 0.2.14

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)