Skip to content

Commit 8e6651e

Browse files
Version Packages (#6546)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5026a1 commit 8e6651e

File tree

10 files changed

+98
-48
lines changed

10 files changed

+98
-48
lines changed

.changeset/eager-parents-drive.md

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

.changeset/puny-planes-study.md

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

.changeset/ready-bobcats-tan.md

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

.changeset/social-shoes-start.md

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

packages/service-utils/CHANGELOG.md

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

3+
## 0.8.18
4+
5+
### Patch Changes
6+
7+
- [#6557](https://github.com/thirdweb-dev/js/pull/6557) [`cff2481`](https://github.com/thirdweb-dev/js/commit/cff2481c06e2cdafec85da9d82df81641878957f) Thanks [@arcoraven](https://github.com/arcoraven)! - fix: changeset for optional req
8+
39
## 0.8.17
410

511
### Patch Changes

packages/service-utils/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/service-utils",
3-
"version": "0.8.17",
3+
"version": "0.8.18",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -26,8 +26,12 @@
2626
},
2727
"typesVersions": {
2828
"*": {
29-
"node": ["./dist/types/node/index.d.ts"],
30-
"cf-worker": ["./dist/types/cf-worker/index.d.ts"]
29+
"node": [
30+
"./dist/types/node/index.d.ts"
31+
],
32+
"cf-worker": [
33+
"./dist/types/cf-worker/index.d.ts"
34+
]
3135
}
3236
},
3337
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
@@ -36,7 +40,9 @@
3640
"url": "https://github.com/thirdweb-dev/js/issues"
3741
},
3842
"author": "thirdweb eng <eng@thirdweb.com>",
39-
"files": ["dist/"],
43+
"files": [
44+
"dist/"
45+
],
4046
"sideEffects": false,
4147
"dependencies": {
4248
"@confluentinc/kafka-javascript": "^1.2.0",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.93.5
4+
5+
### Patch Changes
6+
7+
- [#6550](https://github.com/thirdweb-dev/js/pull/6550) [`3c120a7`](https://github.com/thirdweb-dev/js/commit/3c120a7584aa22e4c77a000bd000b1f89048382e) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Functions to manage extensions on a dynamic contract
8+
9+
- [#6545](https://github.com/thirdweb-dev/js/pull/6545) [`c549d59`](https://github.com/thirdweb-dev/js/commit/c549d5934e2771cb7f41bb3a87ce1ad85b7678cd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update dependencies
10+
11+
- [#6562](https://github.com/thirdweb-dev/js/pull/6562) [`e5026a1`](https://github.com/thirdweb-dev/js/commit/e5026a10ab38bf2061bb61e3ec540a1fe26994db) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Account for bigint values in engine wallet typed data
12+
313
## 5.93.4
414

515
### Patch Changes

packages/thirdweb/package.json

Lines changed: 61 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.93.4",
3+
"version": "5.93.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -137,26 +137,66 @@
137137
},
138138
"typesVersions": {
139139
"*": {
140-
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
141-
"auth": ["./dist/types/exports/auth.d.ts"],
142-
"chains": ["./dist/types/exports/chains.d.ts"],
143-
"contract": ["./dist/types/exports/contract.d.ts"],
144-
"deploys": ["./dist/types/exports/deploys.d.ts"],
145-
"event": ["./dist/types/exports/event.d.ts"],
146-
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
147-
"pay": ["./dist/types/exports/pay.d.ts"],
148-
"react": ["./dist/types/exports/react.d.ts"],
149-
"react-native": ["./dist/types/exports/react-native.d.ts"],
150-
"rpc": ["./dist/types/exports/rpc.d.ts"],
151-
"storage": ["./dist/types/exports/storage.d.ts"],
152-
"transaction": ["./dist/types/exports/transaction.d.ts"],
153-
"utils": ["./dist/types/exports/utils.d.ts"],
154-
"wallets": ["./dist/types/exports/wallets.d.ts"],
155-
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
156-
"modules": ["./dist/types/exports/modules.d.ts"],
157-
"social": ["./dist/types/exports/social.d.ts"],
158-
"ai": ["./dist/types/exports/ai.d.ts"],
159-
"bridge": ["./dist/types/exports/bridge.d.ts"]
140+
"adapters/*": [
141+
"./dist/types/exports/adapters/*.d.ts"
142+
],
143+
"auth": [
144+
"./dist/types/exports/auth.d.ts"
145+
],
146+
"chains": [
147+
"./dist/types/exports/chains.d.ts"
148+
],
149+
"contract": [
150+
"./dist/types/exports/contract.d.ts"
151+
],
152+
"deploys": [
153+
"./dist/types/exports/deploys.d.ts"
154+
],
155+
"event": [
156+
"./dist/types/exports/event.d.ts"
157+
],
158+
"extensions/*": [
159+
"./dist/types/exports/extensions/*.d.ts"
160+
],
161+
"pay": [
162+
"./dist/types/exports/pay.d.ts"
163+
],
164+
"react": [
165+
"./dist/types/exports/react.d.ts"
166+
],
167+
"react-native": [
168+
"./dist/types/exports/react-native.d.ts"
169+
],
170+
"rpc": [
171+
"./dist/types/exports/rpc.d.ts"
172+
],
173+
"storage": [
174+
"./dist/types/exports/storage.d.ts"
175+
],
176+
"transaction": [
177+
"./dist/types/exports/transaction.d.ts"
178+
],
179+
"utils": [
180+
"./dist/types/exports/utils.d.ts"
181+
],
182+
"wallets": [
183+
"./dist/types/exports/wallets.d.ts"
184+
],
185+
"wallets/*": [
186+
"./dist/types/exports/wallets/*.d.ts"
187+
],
188+
"modules": [
189+
"./dist/types/exports/modules.d.ts"
190+
],
191+
"social": [
192+
"./dist/types/exports/social.d.ts"
193+
],
194+
"ai": [
195+
"./dist/types/exports/ai.d.ts"
196+
],
197+
"bridge": [
198+
"./dist/types/exports/bridge.d.ts"
199+
]
160200
}
161201
},
162202
"browser": {

packages/wagmi-adapter/CHANGELOG.md

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

3+
## 0.2.40
4+
5+
### Patch Changes
6+
7+
- [#6545](https://github.com/thirdweb-dev/js/pull/6545) [`c549d59`](https://github.com/thirdweb-dev/js/commit/c549d5934e2771cb7f41bb3a87ce1ad85b7678cd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update dependencies
8+
39
## 0.2.39
410

511
## 0.2.38

packages/wagmi-adapter/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.39",
3+
"version": "0.2.40",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -23,7 +23,10 @@
2323
},
2424
"./package.json": "./package.json"
2525
},
26-
"files": ["dist/*", "src/*"],
26+
"files": [
27+
"dist/*",
28+
"src/*"
29+
],
2730
"devDependencies": {
2831
"@wagmi/core": "2.16.7",
2932
"rimraf": "6.0.1",

0 commit comments

Comments
 (0)