Skip to content

Commit

Permalink
release: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Oct 7, 2024
1 parent 3f7ff4e commit f26fe2b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 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.7

### Patch Changes

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

## 0.1.6

### 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.6",
"version": "0.1.7",
"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.2

### Patch Changes

- export build

## 0.3.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions 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.1",
"version": "0.3.2",
"description": "Example hello world package in the solana-wallets repository.",
"license": "MIT",
"author": "aidanaden",
Expand All @@ -25,24 +25,24 @@
"src"
],
"type": "module",
"main": "./src/index.tsx",
"module": "./src/index.tsx",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./src/index.tsx",
"exports": {
".": {
"solid": {
"development": "./src/index.tsx",
"import": "./src/index.tsx"
"development": "./dist/index.jsx",
"import": "./dist/dev.jsx"
},
"development": {
"import": {
"types": "./src/index.tsx",
"default": "./src/index.tsx"
"default": "./dist/dev.js"
}
},
"import": {
"types": "./src/index.tsx",
"default": "./src/index.tsx"
"default": "./dist/index.js"
}
},
"./index.css": {
Expand Down

0 comments on commit f26fe2b

Please sign in to comment.