Skip to content

Commit

Permalink
release: unified
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Oct 23, 2024
1 parent 5d1b43c commit 9568378
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/react-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana-wallets/react-next

## 0.1.8

### Patch Changes

- Updated dependencies
- @solana-wallets/unified@0.3.3

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallets/react-next",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana-wallets/unified

## 0.3.3

### Patch Changes

- tailwind fix

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallets/unified",
"version": "0.3.2",
"version": "0.3.3",
"description": "Example hello world package in the solana-wallets repository.",
"license": "MIT",
"author": "aidanaden",
Expand Down

0 comments on commit 9568378

Please sign in to comment.