Skip to content

Commit db89c09

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

File tree

13 files changed

+50
-11
lines changed

13 files changed

+50
-11
lines changed

.changeset/account-complete-data.md

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d25f4f3`](https://github.com/solana-foundation/framework-kit/commit/d25f4f36c71fb5edd0e8ed315c52708e7f87f4c3)]:
8+
- @solana/client@1.3.0
9+
- @solana/react-hooks@1.1.10
10+
311
## 0.0.14
412

513
### 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.14",
4+
"version": "0.0.15",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",

examples/vite-react/CHANGELOG.md

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

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d25f4f3`](https://github.com/solana-foundation/framework-kit/commit/d25f4f36c71fb5edd0e8ed315c52708e7f87f4c3)]:
8+
- @solana/client@1.3.0
9+
- @solana/react-hooks@1.1.10
10+
311
## 0.0.24
412

513
### 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.24",
4+
"version": "0.0.25",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/client/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#126](https://github.com/solana-foundation/framework-kit/pull/126) [`d25f4f3`](https://github.com/solana-foundation/framework-kit/commit/d25f4f36c71fb5edd0e8ed315c52708e7f87f4c3) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Add `owner` and `executable` fields to `AccountCacheEntry` type. The `useAccount` hook and account watchers now populate these fields from the RPC response, providing complete account metadata.
8+
39
## 1.2.2
410

511
### Patch Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/client",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Framework-agnostic Solana client orchestration layer powering higher-level experiences",
55
"exports": {
66
".": {

packages/react-hooks/CHANGELOG.md

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

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d25f4f3`](https://github.com/solana-foundation/framework-kit/commit/d25f4f36c71fb5edd0e8ed315c52708e7f87f4c3)]:
8+
- @solana/client@1.3.0
9+
310
## 1.1.9
411

512
### 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.9",
3+
"version": "1.1.10",
44
"description": "React hooks for the @solana/client Solana client",
55
"exports": {
66
"browser": "./dist/index.browser.mjs",

packages/web3-compat/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d25f4f3`](https://github.com/solana-foundation/framework-kit/commit/d25f4f36c71fb5edd0e8ed315c52708e7f87f4c3)]:
8+
- @solana/client@1.3.0
9+
310
## 0.0.15
411

512
### Patch Changes

0 commit comments

Comments
 (0)