Skip to content

Commit 5df8847

Browse files
Version Packages (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06b4ad0 commit 5df8847

File tree

13 files changed

+52
-12
lines changed

13 files changed

+52
-12
lines changed

.changeset/readme-dx-improvements.md

Lines changed: 0 additions & 6 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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a)]:
8+
- @solana/client@1.2.1
9+
- @solana/react-hooks@1.1.6
10+
311
## 0.0.10
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.10",
4+
"version": "0.0.11",
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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a)]:
8+
- @solana/client@1.2.1
9+
- @solana/react-hooks@1.1.6
10+
311
## 0.0.20
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.20",
4+
"version": "0.0.21",
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.2.1
4+
5+
### Patch Changes
6+
7+
- [#105](https://github.com/solana-foundation/framework-kit/pull/105) [`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a) Thanks [@resourcefulmind](https://github.com/resourcefulmind)! - Improve main README documentation with clearer quickstart guide and better developer experience
8+
39
## 1.2.0
410

511
### Minor 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.0",
3+
"version": "1.2.1",
44
"description": "Framework-agnostic Solana client orchestration layer powering higher-level experiences",
55
"exports": {
66
".": {

packages/react-hooks/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- [#105](https://github.com/solana-foundation/framework-kit/pull/105) [`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a) Thanks [@resourcefulmind](https://github.com/resourcefulmind)! - Improve main README documentation with clearer quickstart guide and better developer experience
8+
9+
- Updated dependencies [[`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a)]:
10+
- @solana/client@1.2.1
11+
312
## 1.1.5
413

514
### 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.5",
3+
"version": "1.1.6",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06b4ad0`](https://github.com/solana-foundation/framework-kit/commit/06b4ad0657cd20968f0eed4aa87394df6736225a)]:
8+
- @solana/client@1.2.1
9+
310
## 0.0.13
411

512
### Patch Changes

0 commit comments

Comments
 (0)