Skip to content

Commit 4404b3b

Browse files
Version Packages
1 parent dc2e514 commit 4404b3b

File tree

6 files changed

+72
-32
lines changed

6 files changed

+72
-32
lines changed

.changeset/fluffy-bars-crash.md

-5
This file was deleted.

.changeset/legal-pots-boil.md

-5
This file was deleted.

packages/thirdweb/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# thirdweb
22

3+
## 5.95.4
4+
5+
### Patch Changes
6+
7+
- [#6823](https://github.com/thirdweb-dev/js/pull/6823) [`dc2e514`](https://github.com/thirdweb-dev/js/commit/dc2e514e564c8fc9dba41ae3be459fabf267be8f) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Deprecate Pack
8+
9+
- [#6819](https://github.com/thirdweb-dev/js/pull/6819) [`8b4b873`](https://github.com/thirdweb-dev/js/commit/8b4b8733172591853215072f1510396ef0e2ec96) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - expose setServiceKey
10+
311
## 5.95.3
412

513
### Patch Changes

packages/thirdweb/package.json

+61-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.95.3",
3+
"version": "5.95.4",
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.60
4+
35
## 0.2.59
46

57
## 0.2.58

packages/wagmi-adapter/package.json

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

0 commit comments

Comments
 (0)