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
30 changes: 0 additions & 30 deletions .changeset/ninety-poets-bake.md

This file was deleted.

29 changes: 29 additions & 0 deletions .changeset/soft-terms-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
'@reown/appkit-scaffold-ui': patch
'pay-test-exchange': patch
'@reown/appkit-adapter-bitcoin': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-cdn': patch
'@reown/appkit-cli': patch
'@reown/appkit-codemod': patch
'@reown/appkit-common': patch
'@reown/appkit-controllers': patch
'@reown/appkit-core': patch
'@reown/appkit-experimental': patch
'@reown/appkit-pay': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-siwe': patch
'@reown/appkit-siwx': patch
'@reown/appkit-testing': patch
'@reown/appkit-ui': patch
'@reown/appkit-universal-connector': patch
'@reown/appkit-wallet': patch
'@reown/appkit-wallet-button': patch
---

Enhanced connection UX by allowing scanning of QR code with main device camera and prompting the target wallet
5 changes: 0 additions & 5 deletions .changeset/spotty-cherries-raise.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/spotty-deers-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-hotels-repair.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/wise-tigers-poke.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/publish_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ECR_PUBLISHER_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_ECR_PUBLISHER_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- name: Debug Secrets
run:
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ECR_PUBLISHER_ACCESS_KEY_ID }}"
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.canary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.14.0-bookworm-slim
FROM node:22-bullseye
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better build reproducibility, it's a good practice to pin the Node.js version in the FROM instruction. Using a floating tag like node:22-bullseye can lead to unexpected build failures if the base image is updated with breaking changes. Pinning to a specific version ensures that your builds are consistent and predictable.

FROM node:22.4.1-bullseye

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
21 changes: 0 additions & 21 deletions SECURITY.md

This file was deleted.

1 change: 0 additions & 1 deletion appkit-dapp/.env.test

This file was deleted.

28 changes: 0 additions & 28 deletions appkit-dapp/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions appkit-dapp/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions appkit-dapp/eslint.config.js

This file was deleted.

13 changes: 0 additions & 13 deletions appkit-dapp/index.html

This file was deleted.

Loading
Loading