From 18f0132b0989f4ae3dfa3b73302bb3b2db3595ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Jan 2025 03:49:45 +0000 Subject: [PATCH] Version Packages --- .changeset/friendly-lamps-think.md | 5 -- .changeset/short-carrots-smile.md | 5 -- .changeset/violet-tables-travel.md | 5 -- packages/service-utils/CHANGELOG.md | 8 +++ packages/service-utils/package.json | 2 +- packages/thirdweb/CHANGELOG.md | 6 +++ packages/thirdweb/package.json | 78 +++++++++++++++++++++-------- packages/wagmi-adapter/CHANGELOG.md | 2 + packages/wagmi-adapter/package.json | 2 +- 9 files changed, 76 insertions(+), 37 deletions(-) delete mode 100644 .changeset/friendly-lamps-think.md delete mode 100644 .changeset/short-carrots-smile.md delete mode 100644 .changeset/violet-tables-travel.md diff --git a/.changeset/friendly-lamps-think.md b/.changeset/friendly-lamps-think.md deleted file mode 100644 index 31fc85c87be..00000000000 --- a/.changeset/friendly-lamps-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/service-utils": patch ---- - -Export usageV2 util functions diff --git a/.changeset/short-carrots-smile.md b/.changeset/short-carrots-smile.md deleted file mode 100644 index 3164b3e0f2e..00000000000 --- a/.changeset/short-carrots-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/service-utils": patch ---- - -[service-utils] replace client_id with project_id in usage_v2 diff --git a/.changeset/violet-tables-travel.md b/.changeset/violet-tables-travel.md deleted file mode 100644 index 641a1f09e42..00000000000 --- a/.changeset/violet-tables-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Updated dependencies diff --git a/packages/service-utils/CHANGELOG.md b/packages/service-utils/CHANGELOG.md index 3755ec16457..efac5a913b5 100644 --- a/packages/service-utils/CHANGELOG.md +++ b/packages/service-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @thirdweb-dev/service-utils +## 0.7.1 + +### Patch Changes + +- [#6047](https://github.com/thirdweb-dev/js/pull/6047) [`7a8e4e5`](https://github.com/thirdweb-dev/js/commit/7a8e4e5f861070858b4716ac95ba5bc60c284924) Thanks [@arcoraven](https://github.com/arcoraven)! - Export usageV2 util functions + +- [#6050](https://github.com/thirdweb-dev/js/pull/6050) [`fb4d0a2`](https://github.com/thirdweb-dev/js/commit/fb4d0a26f162a098878a1a63a61fef6033bcd5e9) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] replace client_id with project_id in usage_v2 + ## 0.7.0 ### Minor Changes diff --git a/packages/service-utils/package.json b/packages/service-utils/package.json index eb1e18258ff..72058c284f2 100644 --- a/packages/service-utils/package.json +++ b/packages/service-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/service-utils", - "version": "0.7.0", + "version": "0.7.1", "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index fdcff445a74..89120feb834 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,11 @@ # thirdweb +## 5.86.3 + +### Patch Changes + +- [#6057](https://github.com/thirdweb-dev/js/pull/6057) [`b6f189c`](https://github.com/thirdweb-dev/js/commit/b6f189c22023154ca3d1db92721b5e2e50b83e94) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Updated dependencies + ## 5.86.2 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index f50a8ea820d..f67ae786526 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.86.2", + "version": "5.86.3", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" @@ -132,25 +132,63 @@ }, "typesVersions": { "*": { - "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], - "auth": ["./dist/types/exports/auth.d.ts"], - "chains": ["./dist/types/exports/chains.d.ts"], - "contract": ["./dist/types/exports/contract.d.ts"], - "deploys": ["./dist/types/exports/deploys.d.ts"], - "event": ["./dist/types/exports/event.d.ts"], - "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], - "pay": ["./dist/types/exports/pay.d.ts"], - "react": ["./dist/types/exports/react.d.ts"], - "react-native": ["./dist/types/exports/react-native.d.ts"], - "rpc": ["./dist/types/exports/rpc.d.ts"], - "storage": ["./dist/types/exports/storage.d.ts"], - "transaction": ["./dist/types/exports/transaction.d.ts"], - "utils": ["./dist/types/exports/utils.d.ts"], - "wallets": ["./dist/types/exports/wallets.d.ts"], - "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], - "modules": ["./dist/types/exports/modules.d.ts"], - "social": ["./dist/types/exports/social.d.ts"], - "ai": ["./dist/types/exports/ai.d.ts"] + "adapters/*": [ + "./dist/types/exports/adapters/*.d.ts" + ], + "auth": [ + "./dist/types/exports/auth.d.ts" + ], + "chains": [ + "./dist/types/exports/chains.d.ts" + ], + "contract": [ + "./dist/types/exports/contract.d.ts" + ], + "deploys": [ + "./dist/types/exports/deploys.d.ts" + ], + "event": [ + "./dist/types/exports/event.d.ts" + ], + "extensions/*": [ + "./dist/types/exports/extensions/*.d.ts" + ], + "pay": [ + "./dist/types/exports/pay.d.ts" + ], + "react": [ + "./dist/types/exports/react.d.ts" + ], + "react-native": [ + "./dist/types/exports/react-native.d.ts" + ], + "rpc": [ + "./dist/types/exports/rpc.d.ts" + ], + "storage": [ + "./dist/types/exports/storage.d.ts" + ], + "transaction": [ + "./dist/types/exports/transaction.d.ts" + ], + "utils": [ + "./dist/types/exports/utils.d.ts" + ], + "wallets": [ + "./dist/types/exports/wallets.d.ts" + ], + "wallets/*": [ + "./dist/types/exports/wallets/*.d.ts" + ], + "modules": [ + "./dist/types/exports/modules.d.ts" + ], + "social": [ + "./dist/types/exports/social.d.ts" + ], + "ai": [ + "./dist/types/exports/ai.d.ts" + ] } }, "browser": { diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md index 68eadc38bfc..4be27e433e5 100644 --- a/packages/wagmi-adapter/CHANGELOG.md +++ b/packages/wagmi-adapter/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/wagmi-adapter +## 0.2.3 + ## 0.2.2 ## 0.2.1 diff --git a/packages/wagmi-adapter/package.json b/packages/wagmi-adapter/package.json index 3c8eadbc81d..100fdeafa70 100644 --- a/packages/wagmi-adapter/package.json +++ b/packages/wagmi-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/wagmi-adapter", - "version": "0.2.2", + "version": "0.2.3", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"