Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/full-cups-burn.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/example-nextjs

## 0.0.4

### Patch Changes

- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
- @solana/[email protected]
- @solana/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/example-nextjs",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions examples/vite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/example-vite-react

## 0.0.15

### Patch Changes

- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
- @solana/[email protected]
- @solana/[email protected]

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/example-vite-react",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solana/client

## 1.1.0

### Minor Changes

- [#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
- getAddressLookupTable and getNonce from @meowyx
- fix autoconnect bug reported in documentation
- Fix a few types to get typechecks in CI.
- Enable typecheck in CI/CD

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/client",
"version": "1.0.1",
"version": "1.1.0",
"description": "Framework-agnostic Solana client orchestration layer powering higher-level experiences",
"exports": {
".": {
Expand Down
15 changes: 15 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @solana/react-hooks

## 1.1.0

### Minor Changes

- [#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
- getAddressLookupTable and getNonce from @meowyx
- fix autoconnect bug reported in documentation
- Fix a few types to get typechecks in CI.
- Enable typecheck in CI/CD

### Patch Changes

- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
- @solana/[email protected]

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/react-hooks",
"version": "1.0.2",
"version": "1.1.0",
"description": "React hooks for the @solana/client Solana client",
"exports": {
"edge-light": {
Expand Down
7 changes: 7 additions & 0 deletions packages/web3-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/web3-compat

## 0.0.8

### Patch Changes

- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
- @solana/[email protected]

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/web3-compat",
"version": "0.0.7",
"version": "0.0.8",
"description": "Compatibility layer that preserves the web3.js API while delegating to Kit primitives under the hood",
"exports": {
"edge-light": {
Expand Down
8 changes: 8 additions & 0 deletions tests/types-smoke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/test-types-smoke

## 0.0.14

### Patch Changes

- Updated dependencies [[`870616b`](https://github.com/solana-foundation/framework-kit/commit/870616bb9a1f658f96f427d63f239b094a71cb92)]:
- @solana/[email protected]
- @solana/[email protected]

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/types-smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/test-types-smoke",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"type": "module",
"scripts": {
Expand Down