Skip to content

Commit e197639

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

File tree

5 files changed

+70
-27
lines changed

5 files changed

+70
-27
lines changed

.changeset/cold-melons-shave.md

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

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.96.7
4+
5+
### Patch Changes
6+
7+
- [#6914](https://github.com/thirdweb-dev/js/pull/6914) [`e23f53b`](https://github.com/thirdweb-dev/js/commit/e23f53bd786b871fd0ba0c9154da7280cc4a8817) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix react native exports
8+
39
## 5.96.6
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.96.6",
3+
"version": "5.96.7",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -142,26 +142,66 @@
142142
},
143143
"typesVersions": {
144144
"*": {
145-
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
146-
"auth": ["./dist/types/exports/auth.d.ts"],
147-
"chains": ["./dist/types/exports/chains.d.ts"],
148-
"contract": ["./dist/types/exports/contract.d.ts"],
149-
"deploys": ["./dist/types/exports/deploys.d.ts"],
150-
"event": ["./dist/types/exports/event.d.ts"],
151-
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
152-
"pay": ["./dist/types/exports/pay.d.ts"],
153-
"react": ["./dist/types/exports/react.d.ts"],
154-
"react-native": ["./dist/types/exports/react-native.d.ts"],
155-
"rpc": ["./dist/types/exports/rpc.d.ts"],
156-
"storage": ["./dist/types/exports/storage.d.ts"],
157-
"transaction": ["./dist/types/exports/transaction.d.ts"],
158-
"utils": ["./dist/types/exports/utils.d.ts"],
159-
"wallets": ["./dist/types/exports/wallets.d.ts"],
160-
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
161-
"modules": ["./dist/types/exports/modules.d.ts"],
162-
"social": ["./dist/types/exports/social.d.ts"],
163-
"ai": ["./dist/types/exports/ai.d.ts"],
164-
"bridge": ["./dist/types/exports/bridge.d.ts"]
145+
"adapters/*": [
146+
"./dist/types/exports/adapters/*.d.ts"
147+
],
148+
"auth": [
149+
"./dist/types/exports/auth.d.ts"
150+
],
151+
"chains": [
152+
"./dist/types/exports/chains.d.ts"
153+
],
154+
"contract": [
155+
"./dist/types/exports/contract.d.ts"
156+
],
157+
"deploys": [
158+
"./dist/types/exports/deploys.d.ts"
159+
],
160+
"event": [
161+
"./dist/types/exports/event.d.ts"
162+
],
163+
"extensions/*": [
164+
"./dist/types/exports/extensions/*.d.ts"
165+
],
166+
"pay": [
167+
"./dist/types/exports/pay.d.ts"
168+
],
169+
"react": [
170+
"./dist/types/exports/react.d.ts"
171+
],
172+
"react-native": [
173+
"./dist/types/exports/react-native.d.ts"
174+
],
175+
"rpc": [
176+
"./dist/types/exports/rpc.d.ts"
177+
],
178+
"storage": [
179+
"./dist/types/exports/storage.d.ts"
180+
],
181+
"transaction": [
182+
"./dist/types/exports/transaction.d.ts"
183+
],
184+
"utils": [
185+
"./dist/types/exports/utils.d.ts"
186+
],
187+
"wallets": [
188+
"./dist/types/exports/wallets.d.ts"
189+
],
190+
"wallets/*": [
191+
"./dist/types/exports/wallets/*.d.ts"
192+
],
193+
"modules": [
194+
"./dist/types/exports/modules.d.ts"
195+
],
196+
"social": [
197+
"./dist/types/exports/social.d.ts"
198+
],
199+
"ai": [
200+
"./dist/types/exports/ai.d.ts"
201+
],
202+
"bridge": [
203+
"./dist/types/exports/bridge.d.ts"
204+
]
165205
}
166206
},
167207
"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.67
4+
35
## 0.2.66
46

57
## 0.2.65

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

0 commit comments

Comments
 (0)