Skip to content

Commit

Permalink
chore: update versions (alpha) (#204)
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 28, 2024
1 parent b4de0d5 commit a818618
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"example-nextjs": "0.0.1",
"example-vite": "0.0.1",
"@node-real/walletkit": "2.3.0-alpha.9",
"website": "0.0.1"
},
"changesets": [
"blue-parents-rhyme",
"quick-dragons-laugh",
"rotten-bats-appear",
"rude-hornets-shop",
"small-numbers-compare",
"wet-emus-nail"
]
}
11 changes: 11 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @node-real/walletkit

## 2.3.0-alpha.10

### Patch Changes

- fc8c2d1: Fix module resolve issue
- 5b4aebb: Make walletConnect uri as global variable
- f039f21: Fix style order issue
- c673866: Support telegram mini app
- e349edc: Support connecting to a specified wallet
- 05d1577: update version

## 2.3.0-alpha.1

### Patch Changes
Expand Down
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.3.0-alpha.9",
"version": "2.3.0-alpha.10",
"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 a818618

Please sign in to comment.