Skip to content

Commit ab7bf1a

Browse files
Version Packages (#6528)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21389bb commit ab7bf1a

File tree

10 files changed

+88
-36
lines changed

10 files changed

+88
-36
lines changed

.changeset/evil-cases-read.md

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

.changeset/sour-adults-open.md

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

packages/react-native-adapter/CHANGELOG.md

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

3+
## 1.5.4
4+
5+
### Patch Changes
6+
7+
- [#6527](https://github.com/thirdweb-dev/js/pull/6527) [`4f51201`](https://github.com/thirdweb-dev/js/commit/4f51201249713cdac28bf7d6062cdf67a4e89144) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update dependencies
8+
39
## 1.5.3
410

511
### Patch Changes

packages/react-native-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/react-native-adapter",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
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
"dependencies": {
2831
"@aws-sdk/client-kms": "3.592.0",
2932
"@aws-sdk/client-lambda": "3.592.0",

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.17
4+
5+
### Patch Changes
6+
7+
- [#6526](https://github.com/thirdweb-dev/js/pull/6526) [`21389bb`](https://github.com/thirdweb-dev/js/commit/21389bbef6918a72df3ca1822ea7e5f697931c39) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add engineCloud service
8+
39
## 0.8.16
410

511
### 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.16",
3+
"version": "0.8.17",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.93.4
4+
5+
### Patch Changes
6+
7+
- [#6527](https://github.com/thirdweb-dev/js/pull/6527) [`4f51201`](https://github.com/thirdweb-dev/js/commit/4f51201249713cdac28bf7d6062cdf67a4e89144) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update dependencies
8+
39
## 5.93.3
410

511
### 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.3",
3+
"version": "5.93.4",
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: 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.39
4+
35
## 0.2.38
46

57
## 0.2.37

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.38",
3+
"version": "0.2.39",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)