Skip to content

Commit 2a9a99f

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

File tree

13 files changed

+62
-16
lines changed

13 files changed

+62
-16
lines changed

.changeset/full-cups-burn.md

Lines changed: 0 additions & 10 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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
8+
- @solana/react-hooks@1.1.0
9+
- @solana/client@1.1.0
10+
311
## 0.0.3
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.3",
4+
"version": "0.0.4",
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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
8+
- @solana/react-hooks@1.1.0
9+
- @solana/client@1.1.0
10+
311
## 0.0.14
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.14",
4+
"version": "0.0.15",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/client/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#73](https://github.com/solana-foundation/framework-kit/pull/73) [`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - - Staking helpers and hooks from @leandrogavidia
8+
- getAddressLookupTable and getNonce from @meowyx
9+
- fix autoconnect bug reported in documentation
10+
- Fix a few types to get typechecks in CI.
11+
- Enable typecheck in CI/CD
12+
313
## 1.0.1
414

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

packages/react-hooks/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#73](https://github.com/solana-foundation/framework-kit/pull/73) [`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - - Staking helpers and hooks from @leandrogavidia
8+
- getAddressLookupTable and getNonce from @meowyx
9+
- fix autoconnect bug reported in documentation
10+
- Fix a few types to get typechecks in CI.
11+
- Enable typecheck in CI/CD
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
16+
- @solana/client@1.1.0
17+
318
## 1.0.2
419

520
### 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.0.2",
3+
"version": "1.1.0",
44
"description": "React hooks for the @solana/client Solana client",
55
"exports": {
66
"edge-light": {

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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
8+
- @solana/client@1.1.0
9+
310
## 0.0.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)