Skip to content

Commit 64957c4

Browse files
Version Packages
1 parent 3edbe28 commit 64957c4

File tree

13 files changed

+100
-52
lines changed

13 files changed

+100
-52
lines changed

.changeset/dirty-cougars-teach.md

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

.changeset/fuzzy-walls-allow.md

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

.changeset/little-pillows-divide.md

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

.changeset/lucky-jobs-relate.md

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

.changeset/petite-falcons-ring.md

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

packages/insight/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#7220](https://github.com/thirdweb-dev/js/pull/7220) [`4fed9f4`](https://github.com/thirdweb-dev/js/commit/4fed9f4593f32944f5189596d0736702f53a776b) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update to latest openAPI spec
8+
39
## 1.0.1
410

511
### Patch Changes

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

packages/service-utils/CHANGELOG.md

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

3+
## 0.9.11
4+
5+
### Patch Changes
6+
7+
- [#7210](https://github.com/thirdweb-dev/js/pull/7210) [`86fd445`](https://github.com/thirdweb-dev/js/commit/86fd445276f3061a71bd97c53359b3a6ec9f01e3) Thanks [@jnsdls](https://github.com/jnsdls)! - add new capabilities to the type
8+
9+
- [#7215](https://github.com/thirdweb-dev/js/pull/7215) [`55fba51`](https://github.com/thirdweb-dev/js/commit/55fba51dabac300f8789db8936f68ddffb11a46d) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update service descriptions
10+
311
## 0.9.10
412

513
### 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.9.10",
3+
"version": "0.9.11",
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.3.0",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.102.2
4+
5+
### Patch Changes
6+
7+
- [#7225](https://github.com/thirdweb-dev/js/pull/7225) [`3edbe28`](https://github.com/thirdweb-dev/js/commit/3edbe2898cd99fe14c135bd86f7ad0972ab621fa) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix use of purchaseData in payment links
8+
9+
- [#7220](https://github.com/thirdweb-dev/js/pull/7220) [`4fed9f4`](https://github.com/thirdweb-dev/js/commit/4fed9f4593f32944f5189596d0736702f53a776b) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update token price APIs to query from insight
10+
11+
- Updated dependencies [[`4fed9f4`](https://github.com/thirdweb-dev/js/commit/4fed9f4593f32944f5189596d0736702f53a776b)]:
12+
- @thirdweb-dev/insight@1.0.2
13+
314
## 5.102.1
415

516
### 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.102.1",
3+
"version": "5.102.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -147,26 +147,66 @@
147147
},
148148
"typesVersions": {
149149
"*": {
150-
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
151-
"auth": ["./dist/types/exports/auth.d.ts"],
152-
"chains": ["./dist/types/exports/chains.d.ts"],
153-
"contract": ["./dist/types/exports/contract.d.ts"],
154-
"deploys": ["./dist/types/exports/deploys.d.ts"],
155-
"event": ["./dist/types/exports/event.d.ts"],
156-
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
157-
"pay": ["./dist/types/exports/pay.d.ts"],
158-
"react": ["./dist/types/exports/react.d.ts"],
159-
"react-native": ["./dist/types/exports/react.native.d.ts"],
160-
"rpc": ["./dist/types/exports/rpc.d.ts"],
161-
"storage": ["./dist/types/exports/storage.d.ts"],
162-
"transaction": ["./dist/types/exports/transaction.d.ts"],
163-
"utils": ["./dist/types/exports/utils.d.ts"],
164-
"wallets": ["./dist/types/exports/wallets.d.ts"],
165-
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
166-
"modules": ["./dist/types/exports/modules.d.ts"],
167-
"social": ["./dist/types/exports/social.d.ts"],
168-
"ai": ["./dist/types/exports/ai.d.ts"],
169-
"bridge": ["./dist/types/exports/bridge.d.ts"]
150+
"adapters/*": [
151+
"./dist/types/exports/adapters/*.d.ts"
152+
],
153+
"auth": [
154+
"./dist/types/exports/auth.d.ts"
155+
],
156+
"chains": [
157+
"./dist/types/exports/chains.d.ts"
158+
],
159+
"contract": [
160+
"./dist/types/exports/contract.d.ts"
161+
],
162+
"deploys": [
163+
"./dist/types/exports/deploys.d.ts"
164+
],
165+
"event": [
166+
"./dist/types/exports/event.d.ts"
167+
],
168+
"extensions/*": [
169+
"./dist/types/exports/extensions/*.d.ts"
170+
],
171+
"pay": [
172+
"./dist/types/exports/pay.d.ts"
173+
],
174+
"react": [
175+
"./dist/types/exports/react.d.ts"
176+
],
177+
"react-native": [
178+
"./dist/types/exports/react.native.d.ts"
179+
],
180+
"rpc": [
181+
"./dist/types/exports/rpc.d.ts"
182+
],
183+
"storage": [
184+
"./dist/types/exports/storage.d.ts"
185+
],
186+
"transaction": [
187+
"./dist/types/exports/transaction.d.ts"
188+
],
189+
"utils": [
190+
"./dist/types/exports/utils.d.ts"
191+
],
192+
"wallets": [
193+
"./dist/types/exports/wallets.d.ts"
194+
],
195+
"wallets/*": [
196+
"./dist/types/exports/wallets/*.d.ts"
197+
],
198+
"modules": [
199+
"./dist/types/exports/modules.d.ts"
200+
],
201+
"social": [
202+
"./dist/types/exports/social.d.ts"
203+
],
204+
"ai": [
205+
"./dist/types/exports/ai.d.ts"
206+
],
207+
"bridge": [
208+
"./dist/types/exports/bridge.d.ts"
209+
]
170210
}
171211
},
172212
"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.88
4+
35
## 0.2.87
46

57
## 0.2.86

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

0 commit comments

Comments
 (0)