diff --git a/.changeset/client-readme-alignment.md b/.changeset/client-readme-alignment.md deleted file mode 100644 index f3f3e7e..0000000 --- a/.changeset/client-readme-alignment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solana/client": patch ---- - -Refresh README to mirror react-hooks structure with quickstart, copy/paste flows, and updated notes/scripts. diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 31571bf..1595532 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/example-nextjs +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0)]: + - @solana/client@1.0.1 + - @solana/react-hooks@1.0.2 + ## 0.0.2 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index a7b969a..e331b31 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@solana/example-nextjs", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "next dev", diff --git a/examples/vite-react/CHANGELOG.md b/examples/vite-react/CHANGELOG.md index 1ff9778..bbb10f0 100644 --- a/examples/vite-react/CHANGELOG.md +++ b/examples/vite-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/example-vite-react +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0)]: + - @solana/client@1.0.1 + - @solana/react-hooks@1.0.2 + ## 0.0.13 ### Patch Changes diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index cf9c4af..e27e948 100644 --- a/examples/vite-react/package.json +++ b/examples/vite-react/package.json @@ -1,7 +1,7 @@ { "name": "@solana/example-vite-react", "private": true, - "version": "0.0.13", + "version": "0.0.14", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 8a15e6c..fec0940 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/client +## 1.0.1 + +### Patch Changes + +- [#67](https://github.com/solana-foundation/framework-kit/pull/67) [`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0) Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Refresh README to mirror react-hooks structure with quickstart, copy/paste flows, and updated notes/scripts. + ## 1.0.0 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 372f08f..f69e676 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@solana/client", - "version": "1.0.0", + "version": "1.0.1", "description": "Framework-agnostic Solana client orchestration layer powering higher-level experiences", "exports": { ".": { diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 2d79249..1047741 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @solana/react-hooks +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0)]: + - @solana/client@1.0.1 + ## 1.0.1 ### Patch Changes diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 6b666e6..6e1ff13 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@solana/react-hooks", - "version": "1.0.1", + "version": "1.0.2", "description": "React hooks for the @solana/client Solana client", "exports": { "edge-light": { diff --git a/packages/web3-compat/CHANGELOG.md b/packages/web3-compat/CHANGELOG.md index af1dd93..35e8ca1 100644 --- a/packages/web3-compat/CHANGELOG.md +++ b/packages/web3-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @solana/web3-compat +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0)]: + - @solana/client@1.0.1 + ## 0.0.6 ### Patch Changes diff --git a/packages/web3-compat/package.json b/packages/web3-compat/package.json index 2373735..cfff6a1 100644 --- a/packages/web3-compat/package.json +++ b/packages/web3-compat/package.json @@ -1,6 +1,6 @@ { "name": "@solana/web3-compat", - "version": "0.0.6", + "version": "0.0.7", "description": "Compatibility layer that preserves the web3.js API while delegating to Kit primitives under the hood", "exports": { "edge-light": { diff --git a/tests/types-smoke/CHANGELOG.md b/tests/types-smoke/CHANGELOG.md index ac14fe9..f870f3f 100644 --- a/tests/types-smoke/CHANGELOG.md +++ b/tests/types-smoke/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/test-types-smoke +## 0.0.13 + +### Patch Changes + +- Updated dependencies [[`19a98ee`](https://github.com/solana-foundation/framework-kit/commit/19a98eee8497d1f527119d9403d5140a6f2d89b0)]: + - @solana/client@1.0.1 + - @solana/react-hooks@1.0.2 + ## 0.0.12 ### Patch Changes diff --git a/tests/types-smoke/package.json b/tests/types-smoke/package.json index 10ec98f..73cf393 100644 --- a/tests/types-smoke/package.json +++ b/tests/types-smoke/package.json @@ -1,6 +1,6 @@ { "name": "@solana/test-types-smoke", - "version": "0.0.12", + "version": "0.0.13", "private": true, "type": "module", "scripts": {