diff --git a/.changeset/kit-v6-upgrade.md b/.changeset/kit-v6-upgrade.md deleted file mode 100644 index 11843f7..0000000 --- a/.changeset/kit-v6-upgrade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solana/client": patch ---- - -Bump `@solana/kit` dependency in `@solana/client`. Minor updates to `BaseTransactionMessage` usage with `TransactionMessage` and updates transaction plan execution to use the new context-aware executor flow. diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index be2badb..7637cfc 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/example-nextjs +## 0.0.24 + +### Patch Changes + +- Updated dependencies [[`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5)]: + - @solana/client@1.7.1 + - @solana/react-hooks@1.4.2 + ## 0.0.23 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 949e788..c5658db 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@solana/example-nextjs", "private": true, - "version": "0.0.23", + "version": "0.0.24", "type": "module", "scripts": { "dev": "next dev", diff --git a/examples/vite-react/CHANGELOG.md b/examples/vite-react/CHANGELOG.md index c432bf5..cb2ec90 100644 --- a/examples/vite-react/CHANGELOG.md +++ b/examples/vite-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/example-vite-react +## 0.0.34 + +### Patch Changes + +- Updated dependencies [[`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5)]: + - @solana/client@1.7.1 + - @solana/react-hooks@1.4.2 + ## 0.0.33 ### Patch Changes diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index 070264b..60f614a 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.33", + "version": "0.0.34", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 7e236c4..a30ec98 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/client +## 1.7.1 + +### Patch Changes + +- [#158](https://github.com/solana-foundation/framework-kit/pull/158) [`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump `@solana/kit` dependency in `@solana/client`. Minor updates to `BaseTransactionMessage` usage with `TransactionMessage` and updates transaction plan execution to use the new context-aware executor flow. + ## 1.7.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 990958c..402d141 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@solana/client", - "version": "1.7.0", + "version": "1.7.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 ac6882d..90be275 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @solana/react-hooks +## 1.4.2 + +### Patch Changes + +- Updated dependencies [[`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5)]: + - @solana/client@1.7.1 + ## 1.4.1 ### Patch Changes diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 48c9662..9bbb9e0 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@solana/react-hooks", - "version": "1.4.1", + "version": "1.4.2", "description": "React hooks for the @solana/client Solana client", "exports": { "browser": "./dist/index.browser.mjs", diff --git a/packages/web3-compat/CHANGELOG.md b/packages/web3-compat/CHANGELOG.md index 9a07114..3b5993b 100644 --- a/packages/web3-compat/CHANGELOG.md +++ b/packages/web3-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @solana/web3-compat +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5)]: + - @solana/client@1.7.1 + ## 0.0.21 ### Patch Changes diff --git a/packages/web3-compat/package.json b/packages/web3-compat/package.json index 8669a5f..7037593 100644 --- a/packages/web3-compat/package.json +++ b/packages/web3-compat/package.json @@ -1,6 +1,6 @@ { "name": "@solana/web3-compat", - "version": "0.0.21", + "version": "0.0.22", "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 4c2cd89..7c4a8b4 100644 --- a/tests/types-smoke/CHANGELOG.md +++ b/tests/types-smoke/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/test-types-smoke +## 0.0.33 + +### Patch Changes + +- Updated dependencies [[`5021c44`](https://github.com/solana-foundation/framework-kit/commit/5021c445e25199b7d773a732d1c11498487696e5)]: + - @solana/client@1.7.1 + - @solana/react-hooks@1.4.2 + ## 0.0.32 ### Patch Changes diff --git a/tests/types-smoke/package.json b/tests/types-smoke/package.json index f8f19f4..89a4510 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.32", + "version": "0.0.33", "private": true, "type": "module", "scripts": {