Skip to content

Commit

Permalink
chore: update versions (alpha) (#177)
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 4, 2024
1 parent 65741d7 commit 3eb74a8
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"example-nextjs": "0.0.1",
"example-vite": "0.0.1",
"@node-real/walletkit-solana": "2.0.3",
"@node-real/walletkit-ui": "2.0.3",
"@node-real/walletkit-wagmi": "2.0.3",
"@node-real/walletkit": "2.0.3",
"website": "0.0.1"
},
"changesets": [
"popular-terms-retire"
]
}
12 changes: 12 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @node-real/walletkit-solana

## 2.1.0-alpha.0

### Minor Changes

- 65741d7: feat: Split packages & support solana

### Patch Changes

- Updated dependencies [65741d7]
- @node-real/walletkit-ui@2.1.0-alpha.0
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/walletkit-solana",
"version": "2.0.3",
"version": "2.1.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
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @node-real/walletkit-ui

## 2.1.0-alpha.0

### Minor Changes

- 65741d7: feat: Split packages & support solana
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/walletkit-ui",
"version": "2.0.3",
"version": "2.1.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
12 changes: 12 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @node-real/walletkit-wagmi

## 2.1.0-alpha.0

### Minor Changes

- 65741d7: feat: Split packages & support solana

### Patch Changes

- Updated dependencies [65741d7]
- @node-real/walletkit-ui@2.1.0-alpha.0
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/walletkit-wagmi",
"version": "2.0.3",
"version": "2.1.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
14 changes: 14 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @node-real/walletkit

## 2.1.0-alpha.0

### Minor Changes

- 65741d7: feat: Split packages & support solana

### Patch Changes

- Updated dependencies [65741d7]
- @node-real/walletkit-solana@2.1.0-alpha.0
- @node-real/walletkit-wagmi@2.1.0-alpha.0
- @node-real/walletkit-ui@2.1.0-alpha.0
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.0.3",
"version": "2.1.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 3eb74a8

Please sign in to comment.