Skip to content

Commit 9470fae

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

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/rc-4-autoconnect.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b8c327`](https://github.com/solana-foundation/framework-kit/commit/3b8c327343c58d966829e1fca081d025500b6123)]:
8+
- @solana/react-hooks@1.0.1
9+
310
## 0.0.1
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.1",
4+
"version": "0.0.2",
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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b8c327`](https://github.com/solana-foundation/framework-kit/commit/3b8c327343c58d966829e1fca081d025500b6123)]:
8+
- @solana/react-hooks@1.0.1
9+
310
## 0.0.12
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.12",
4+
"version": "0.0.13",
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.0.1
4+
5+
### Patch Changes
6+
7+
- [#63](https://github.com/solana-foundation/framework-kit/pull/63) [`3b8c327`](https://github.com/solana-foundation/framework-kit/commit/3b8c327343c58d966829e1fca081d025500b6123) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Honor per-connection `autoConnect` preference even when provider auto-connect is disabled, and update the example app to opt out at the provider level while passing `autoConnect: true` from the handlers.
8+
39
## 1.0.0
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.0.0",
3+
"version": "1.0.1",
44
"description": "React hooks for the @solana/client Solana client",
55
"exports": {
66
"edge-light": {

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b8c327`](https://github.com/solana-foundation/framework-kit/commit/3b8c327343c58d966829e1fca081d025500b6123)]:
8+
- @solana/react-hooks@1.0.1
9+
310
## 0.0.11
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.11",
3+
"version": "0.0.12",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)