Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
contents: write
id-token: write
pull-requests: write
attestations: write
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
canary:
name: Publish canary from main
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
attestations: write
# Skip if this push is from merging the "back to main" PR
if: ${{ !(contains(github.event.head_commit.message, 'Merge release/') && contains(github.event.head_commit.message, 'back to main')) }}
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
contents: write
id-token: write
pull-requests: write
attestations: write
runs-on: ubuntu-latest
timeout-minutes: 5
# Only run on push events to release branches, skip PR events and "back to main" merges
Expand Down
5 changes: 4 additions & 1 deletion packages/adapters/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/adapters/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/adapters/ethers5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/adapters/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/adapters/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/appkit-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/appkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/core-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/scaffold-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/siwx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,5 +494,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/universal-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/wallet-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}
5 changes: 4 additions & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
"ethereum",
"solana",
"bitcoin"
]
],
"publishConfig": {
"provenance": true
}
}