Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false

- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
name: install-pnpm
id: pnpm-install
with:
version: 9
run_install: false

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: "lts/*"
cache: "pnpm"
Expand Down
18 changes: 13 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,29 @@ on:
- beta
- hotfix\/v[0-9]+.[0-9]+.[0-9]+

permissions:
contents: read
actions: read

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
fetch-depth: 0

- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
name: install-pnpm
id: pnpm-install
with:
version: 9
run_install: false

- uses: actions/setup-node@v4
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: "lts/*"
cache: "pnpm"
Expand All @@ -36,5 +43,6 @@ jobs:
- name: semantic-release
run: npx semantic-release --debug true --dry-run false
env:
HUSKY: 0
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: "true"
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ const wallet = await connect()

By default, the list of connectors is:

- Ready Wallet
- Ready X
- Braavos
- Ready (formerly Argent)
- Web Wallet

## Connect with specific connectors

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
],
"dependencies": {
"@argent/x-ui": "^1.109.0",
"@cartridge/controller": "^0.10.0",
"@cartridge/controller": "^0.12.1",
"@starknet-io/get-starknet": "^4.0.8",
"@starknet-io/get-starknet-core": "^4.0.8",
"@starknet-io/types-js": "0.8.4",
Expand All @@ -126,7 +126,7 @@
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/git": "10.0.1",
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@tsconfig/svelte": "^5.0.0",
"@types/async-retry": "^1.4.5",
Expand All @@ -153,7 +153,7 @@
"postcss-load-config": "^6.0.0",
"prettier": "^3.0.3",
"prettier-plugin-import-sort": "^0.0.7",
"semantic-release": "^24.0.0",
"semantic-release": "25.0.2",
"starknet": "^8.5.2",
"svelte": "^4.0.0",
"svelte-check": "^3.5.1",
Expand Down
Loading
Loading