Skip to content

Commit c9ccc59

Browse files
Version Packages (#6003)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc05f2e commit c9ccc59

File tree

7 files changed

+38
-35
lines changed

7 files changed

+38
-35
lines changed

.changeset/eleven-clocks-push.md

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

.changeset/famous-peaches-camp.md

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

.changeset/four-ties-cough.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.86.0
4+
5+
### Minor Changes
6+
7+
- [#5989](https://github.com/thirdweb-dev/js/pull/5989) [`8b5cb47`](https://github.com/thirdweb-dev/js/commit/8b5cb47339af2d5794d642f484429b19b4d313be) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Feature: Adds deployMarketplaceContract
8+
9+
```ts
10+
import { deployMarketplaceContract } from "thirdweb/deploys";
11+
12+
const address = await deployMarketplaceContract({
13+
client,
14+
chain,
15+
account,
16+
params: {
17+
name: "MarketplaceV3",
18+
description: "MarketplaceV3 deployed using thirdweb SDK",
19+
platformFeeRecipient: "0x21d514c90ee4E4e4Cd16Ce9185BF01F0F1eE4A04",
20+
platformFeeBps: 1000,
21+
},
22+
});
23+
```
24+
25+
### Patch Changes
26+
27+
- [#6004](https://github.com/thirdweb-dev/js/pull/6004) [`bb6c71e`](https://github.com/thirdweb-dev/js/commit/bb6c71e9681606376d3894b94afb4f68c438ae23) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fallback to eip1193 provider chain when switching chain is not supported
28+
329
## 5.85.0
430

531
### Minor Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.85.0",
3+
"version": "5.86.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

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.0
4+
5+
### Minor Changes
6+
7+
- [#6005](https://github.com/thirdweb-dev/js/pull/6005) [`dc05f2e`](https://github.com/thirdweb-dev/js/commit/dc05f2ea3c346ca96d3613c1a94a2b5ce57fe95d) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Accept url token parameters on autoconnection
8+
39
## 0.1.9
410

511
## 0.1.8

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.1.9",
3+
"version": "0.2.0",
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.0",
2932
"rimraf": "6.0.1",

0 commit comments

Comments
 (0)