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
5 changes: 5 additions & 0 deletions .changeset/modern-sites-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reown/appkit-react-native-cli': patch
---

chore: added --name and --no-banner args to cli
19 changes: 19 additions & 0 deletions .changeset/violet-rocks-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@reown/appkit-coinbase-ethers-react-native': patch
'@reown/appkit-coinbase-wagmi-react-native': patch
'@reown/appkit-scaffold-utils-react-native': patch
'@reown/appkit-auth-ethers-react-native': patch
'@reown/appkit-auth-wagmi-react-native': patch
'@reown/appkit-scaffold-react-native': patch
'@reown/appkit-ethers5-react-native': patch
'@reown/appkit-common-react-native': patch
'@reown/appkit-ethers-react-native': patch
'@reown/appkit-wallet-react-native': patch
'@reown/appkit-wagmi-react-native': patch
'@reown/appkit-core-react-native': patch
'@reown/appkit-siwe-react-native': patch
'@reown/appkit-react-native-cli': patch
'@reown/appkit-ui-react-native': patch
---

chore: Update License to the Reown Community License
21 changes: 21 additions & 0 deletions .github/workflows/cta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "CTA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

# Required permissions
permissions:
actions: write
contents: write # can be 'read' if signatures are in remote repository
pull-requests: write
statuses: write

jobs:
CTA:
runs-on: ubuntu-latest
steps:
- uses: walletconnect/actions/github/cta-assistant@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading