Skip to content

Commit d14ec4b

Browse files
committed
Merge remote-tracking branch 'origin/main' into crosschain-ui
2 parents fe50d84 + 46c3abb commit d14ec4b

File tree

654 files changed

+22061
-16885
lines changed

Some content is hidden

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

654 files changed

+22061
-16885
lines changed

.changeset/clever-carrots-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": minor
3+
---
4+
5+
Add headless components: ChainProvider, ChainIcon & ChainName

.changeset/fifty-foxes-rescue.md

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

.changeset/hot-bees-turn.md

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

.changeset/nice-gifts-argue.md

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

.changeset/slimy-pots-camp.md

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

.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

.github/workflows/linear.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
echo "Pull Request Body: $pr_body"
2020
21-
if echo "$pr_body" | grep -iE "CNCT|DASH"; then
21+
if echo "$pr_body" | grep -iE "CNCT|DASH|BLOCK"; then
2222
echo "Linked issue found in the pull request body."
2323
else
2424
echo "No linked issue found in the pull request body."

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
stale-issue-message: 'This issue has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
1313
stale-pr-message: 'This PR has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
14-
days-before-stale: 30
15-
days-before-close: 5
14+
days-before-stale: 7
15+
days-before-close: 2

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"[javascript]": {
2626
"editor.defaultFormatter": "biomejs.biome"
27+
},
28+
"[css]": {
29+
"editor.defaultFormatter": "biomejs.biome"
2730
}
2831
}

0 commit comments

Comments
 (0)