Skip to content

Commit 8dcfb59

Browse files
Version Packages (#125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25beb60 commit 8dcfb59

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/useaccount-default-options.md

Lines changed: 0 additions & 5 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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`25beb60`](https://github.com/solana-foundation/framework-kit/commit/25beb60eeecf9257681e31fe68250c2274a8fbbb)]:
8+
- @solana/react-hooks@1.1.9
9+
310
## 0.0.13
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.13",
4+
"version": "0.0.14",
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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`25beb60`](https://github.com/solana-foundation/framework-kit/commit/25beb60eeecf9257681e31fe68250c2274a8fbbb)]:
8+
- @solana/react-hooks@1.1.9
9+
310
## 0.0.23
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.23",
4+
"version": "0.0.24",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/react-hooks/CHANGELOG.md

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

3+
## 1.1.9
4+
5+
### Patch Changes
6+
7+
- [#124](https://github.com/solana-foundation/framework-kit/pull/124) [`25beb60`](https://github.com/solana-foundation/framework-kit/commit/25beb60eeecf9257681e31fe68250c2274a8fbbb) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Fix useAccount hook to default `fetch` and `watch` options to `true`, matching the behavior of useBalance. This ensures account data is fetched and watched automatically without requiring explicit options.
8+
39
## 1.1.8
410

511
### 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.8",
3+
"version": "1.1.9",
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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`25beb60`](https://github.com/solana-foundation/framework-kit/commit/25beb60eeecf9257681e31fe68250c2274a8fbbb)]:
8+
- @solana/react-hooks@1.1.9
9+
310
## 0.0.22
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.22",
3+
"version": "0.0.23",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)