Skip to content

Commit 0e25191

Browse files
authored
Merge branch 'main' into contract-guides
2 parents d1f265d + f368793 commit 0e25191

File tree

139 files changed

+3614
-3318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+3614
-3318
lines changed

.changeset/dirty-cups-tickle.md

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

.changeset/flat-emus-repeat.md

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

.changeset/gentle-kids-serve.md

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

.changeset/green-bottles-approve.md

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

.changeset/plenty-dragons-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Fixes PayEmbed error state appearing on certain errors

.changeset/small-eagles-cry.md

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

.changeset/tame-walls-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Adds the ability to override transaction values in createNewPack

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ playground:
88
packages:
99
- changed-files:
1010
- any-glob-to-any-file: "packages/**/*"
11+
sdk:
12+
- changed-files:
13+
- any-glob-to-any-file: "packages/thirdweb/**/*"
1114
portal:
1215
- changed-files:
1316
- any-glob-to-any-file: "apps/portal/**/*"
17+
"Ecosystem Portal":
18+
- changed-files:
19+
- any-glob-to-any-file: "apps/wallet-ui/**/*"

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm test
8989

9090
- name: Upload coverage reports to Codecov
91-
uses: codecov/codecov-action@v4
91+
uses: codecov/codecov-action@v5
9292
with:
9393
directory: packages/
9494
flags: packages

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"react-dom": "19.0.0-rc-69d4b800-20241021",
8686
"react-dropzone": "^14.3.5",
8787
"react-error-boundary": "^4.1.2",
88-
"react-hook-form": "7.52.0",
88+
"react-hook-form": "7.53.2",
8989
"react-markdown": "^9.0.1",
9090
"react-responsive-carousel": "^3.2.23",
9191
"react-table": "^7.8.0",

0 commit comments

Comments
 (0)