Skip to content

Commit

Permalink
chore: update versions (alpha) (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 16, 2024
1 parent 1ebabc3 commit 53c86e6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"example-nextjs": "0.0.1",
"example-vite": "0.0.1",
"@node-real/walletkit": "2.2.2",
"website": "0.0.1"
},
"changesets": [
"chilly-pans-relate",
"friendly-weeks-applaud"
]
}
11 changes: 11 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @node-real/walletkit

## 2.3.0-alpha.0

### Minor Changes

- 1ebabc3: refactor: solana and evm are unified into one package

### Patch Changes

- 1ebabc3: refactor: Update configuration items & Add EmbeddedConnectModal
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/walletkit",
"version": "2.2.2",
"version": "2.3.0-alpha.0",
"author": "node-real",
"private": false,
"description": "WalletKit is a React component library for easily connecting a wallet to your dApp.",
Expand Down

0 comments on commit 53c86e6

Please sign in to comment.