Skip to content

Commit ff5f945

Browse files
Version Packages (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2ca1ca commit ff5f945

File tree

9 files changed

+35
-13
lines changed

9 files changed

+35
-13
lines changed

.changeset/readme-fixes-113-115-108-110.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/example-nextjs
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2ca1ca`](https://github.com/solana-foundation/framework-kit/commit/d2ca1ca7687006ea7ee36a2533aff7943d1835ec)]:
8+
- @solana/react-hooks@1.1.11
9+
310
## 0.0.15
411

512
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/example-nextjs",
33
"private": true,
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",

examples/vite-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/example-vite-react
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2ca1ca`](https://github.com/solana-foundation/framework-kit/commit/d2ca1ca7687006ea7ee36a2533aff7943d1835ec)]:
8+
- @solana/react-hooks@1.1.11
9+
310
## 0.0.25
411

512
### Patch Changes

examples/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/example-vite-react",
33
"private": true,
4-
"version": "0.0.25",
4+
"version": "0.0.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/react-hooks/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solana/react-hooks
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- [#128](https://github.com/solana-foundation/framework-kit/pull/128) [`d2ca1ca`](https://github.com/solana-foundation/framework-kit/commit/d2ca1ca7687006ea7ee36a2533aff7943d1835ec) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Fix README documentation examples:
8+
- Fix useSolTransfer: `lamports``amount` parameter
9+
- Fix useSplToken: add `amountInBaseUnits: true` for bigint amounts
10+
- Add `currentConnector` to useWalletConnection example
11+
- Document useAccount hook with usage example
12+
313
## 1.1.10
414

515
### Patch Changes

packages/react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/react-hooks",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "React hooks for the @solana/client Solana client",
55
"exports": {
66
"browser": "./dist/index.browser.mjs",

tests/types-smoke/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/test-types-smoke
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2ca1ca`](https://github.com/solana-foundation/framework-kit/commit/d2ca1ca7687006ea7ee36a2533aff7943d1835ec)]:
8+
- @solana/react-hooks@1.1.11
9+
310
## 0.0.24
411

512
### Patch Changes

tests/types-smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/test-types-smoke",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)