Skip to content

Commit a09aa18

Browse files
Merge pull request #444 from reown-com/develop
prep for v1.3.2
2 parents 3dfd28b + 4ef4324 commit a09aa18

File tree

23 files changed

+193
-222
lines changed

23 files changed

+193
-222
lines changed

.changeset/modern-sites-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@reown/appkit-react-native-cli': patch
3+
---
4+
5+
chore: added --name and --no-banner args to cli

.changeset/violet-rocks-tickle.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
'@reown/appkit-coinbase-ethers-react-native': patch
3+
'@reown/appkit-coinbase-wagmi-react-native': patch
4+
'@reown/appkit-scaffold-utils-react-native': patch
5+
'@reown/appkit-auth-ethers-react-native': patch
6+
'@reown/appkit-auth-wagmi-react-native': patch
7+
'@reown/appkit-scaffold-react-native': patch
8+
'@reown/appkit-ethers5-react-native': patch
9+
'@reown/appkit-common-react-native': patch
10+
'@reown/appkit-ethers-react-native': patch
11+
'@reown/appkit-wallet-react-native': patch
12+
'@reown/appkit-wagmi-react-native': patch
13+
'@reown/appkit-core-react-native': patch
14+
'@reown/appkit-siwe-react-native': patch
15+
'@reown/appkit-react-native-cli': patch
16+
'@reown/appkit-ui-react-native': patch
17+
---
18+
19+
chore: Update License to the Reown Community License

.github/workflows/cta.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CTA Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened, closed, synchronize]
7+
8+
# Required permissions
9+
permissions:
10+
actions: write
11+
contents: write # can be 'read' if signatures are in remote repository
12+
pull-requests: write
13+
statuses: write
14+
15+
jobs:
16+
CTA:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: walletconnect/actions/github/cta-assistant@master
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

LICENSE

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

0 commit comments

Comments
 (0)