Skip to content

Commit e220c12

Browse files
authored
Merge branch 'coinbase:main' into main
2 parents 2fab7ba + a8e0e61 commit e220c12

73 files changed

Lines changed: 1137 additions & 893 deletions

File tree

Some content is hidden

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

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["create-onchain", "miniapp-manifest-generator"]
10+
"ignore": ["miniapp-manifest-generator"]
1111
}

.changeset/early-schools-lie.md

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

.changeset/fancy-pets-add.md

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

.changeset/hungry-poets-clap.md

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

.changeset/little-meals-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
feat: Make "Sign Up" button optional in `<WalletModal/>`. By @dgca #2332

.changeset/plain-planes-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
fix: Use mainnet to resolve ENS social media accounts. By @dgca #2333

.changeset/pretty-clowns-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
feat: Configure Coinbase wallet preference via `<OnchainKitProvider/>`. By @dgca #2332

.changeset/pretty-tools-own.md

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

.changeset/rude-friends-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
fix: Broken link in CHANGELOG. By @GarmashAlex #2331

.github/workflows/release.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,25 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: 'Setup'
2426
uses: ./.github/actions/setup
2527

26-
- name: Build
27-
shell: bash
28-
run: pnpm f:ock build
29-
30-
- name: Get version
28+
- name: Build packages
3129
shell: bash
32-
run: pnpm f:ock get-next-version
30+
run: pnpm --filter @coinbase/onchainkit --filter create-onchain build
3331

3432
- name: Set deployment token
3533
run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
3634

37-
- name: Set Version
38-
id: set_version
39-
run: |
40-
VERSION=$(cat packages/onchainkit/dist/version.txt)
41-
echo "version=$VERSION" >> $GITHUB_OUTPUT
42-
43-
# https://pnpm.io/using-changesets
4435
- name: Handle Release Pull Request or Publish to npm
4536
id: changesets
4637
uses: changesets/action@v1
4738
with:
48-
title: 'chore: version packages v${{ steps.set_version.outputs.version }} 🌊'
49-
commit: 'chore: version packages v${{ steps.set_version.outputs.version }} 🌊'
39+
title: 'chore: version packages 🚀'
40+
commit: 'chore: version packages 🚀'
5041
publish: pnpm release:publish
5142
env:
5243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)