Skip to content

Commit e53cfb2

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

File tree

9 files changed

+35
-13
lines changed

9 files changed

+35
-13
lines changed

.changeset/transaction-hooks-docs.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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`23bc3ef`](https://github.com/solana-foundation/framework-kit/commit/23bc3ef20a60abf35c9308b0c98f9fdbdb299475)]:
8+
- @solana/react-hooks@1.1.12
9+
310
## 0.0.16
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.16",
4+
"version": "0.0.17",
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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`23bc3ef`](https://github.com/solana-foundation/framework-kit/commit/23bc3ef20a60abf35c9308b0c98f9fdbdb299475)]:
8+
- @solana/react-hooks@1.1.12
9+
310
## 0.0.26
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.26",
4+
"version": "0.0.27",
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.12
4+
5+
### Patch Changes
6+
7+
- [#130](https://github.com/solana-foundation/framework-kit/pull/130) [`23bc3ef`](https://github.com/solana-foundation/framework-kit/commit/23bc3ef20a60abf35c9308b0c98f9fdbdb299475) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Improve transaction hooks documentation:
8+
- Fix useTransactionPool: add required `authority` parameter to prevent runtime errors
9+
- Add `sendSignature` and `sendError` to useTransactionPool example
10+
- Add comprehensive list of available properties for both hooks
11+
- Document useSendTransaction auto-detection behavior
12+
313
## 1.1.11
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.11",
3+
"version": "1.1.12",
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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`23bc3ef`](https://github.com/solana-foundation/framework-kit/commit/23bc3ef20a60abf35c9308b0c98f9fdbdb299475)]:
8+
- @solana/react-hooks@1.1.12
9+
310
## 0.0.25
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.25",
3+
"version": "0.0.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)