diff --git a/.changeset/bracket-notation-index-signature.md b/.changeset/bracket-notation-index-signature.md deleted file mode 100644 index 5824e83..0000000 --- a/.changeset/bracket-notation-index-signature.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-js": patch ---- - -Use bracket notation for index signature property access diff --git a/.changeset/enable-isolated-declarations.md b/.changeset/enable-isolated-declarations.md deleted file mode 100644 index 1882c98..0000000 --- a/.changeset/enable-isolated-declarations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-js": patch ---- - -Enable `isolatedDeclarations` support in renderer and generated output diff --git a/.changeset/include-src-in-package-json.md b/.changeset/include-src-in-package-json.md deleted file mode 100644 index 6fa40da..0000000 --- a/.changeset/include-src-in-package-json.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-js": patch ---- - -Include source and dist files in generated package.json for IDE navigation diff --git a/.changeset/stale-lies-stare.md b/.changeset/stale-lies-stare.md deleted file mode 100644 index 3cbdf4d..0000000 --- a/.changeset/stale-lies-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-js': minor ---- - -Use `extendClient` from `@solana/plugin-core` in generated program plugins instead of manually spreading the client object. This improves type narrowing when composing plugins with overlapping keys. Bump minimum `@solana/kit` dependency to `^6.4.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index dadd5e6..5a8acf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @codama/renderers-js +## 2.2.0 + +### Minor Changes + +- [#140](https://github.com/codama-idl/renderers-js/pull/140) [`467e6cf`](https://github.com/codama-idl/renderers-js/commit/467e6cfecdf9529681efafb0209cd03962e2a106) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `extendClient` from `@solana/plugin-core` in generated program plugins instead of manually spreading the client object. This improves type narrowing when composing plugins with overlapping keys. Bump minimum `@solana/kit` dependency to `^6.4.0`. + +### Patch Changes + +- [#136](https://github.com/codama-idl/renderers-js/pull/136) [`85962b6`](https://github.com/codama-idl/renderers-js/commit/85962b65beac8963da0ad08e7cce4247121c1d77) Thanks [@ioxde](https://github.com/ioxde)! - Use bracket notation for index signature property access + +- [#133](https://github.com/codama-idl/renderers-js/pull/133) [`f043320`](https://github.com/codama-idl/renderers-js/commit/f04332075150f867e31668fbc93a7e55d21b76fd) Thanks [@ioxde](https://github.com/ioxde)! - Enable `isolatedDeclarations` support in renderer and generated output + +- [#131](https://github.com/codama-idl/renderers-js/pull/131) [`48903ed`](https://github.com/codama-idl/renderers-js/commit/48903ed9033bff647cd2fbd695874e8fbba9fca7) Thanks [@amilz](https://github.com/amilz)! - Include source and dist files in generated package.json for IDE navigation + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index d32ddc2..70ec8a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-js", - "version": "2.1.0", + "version": "2.2.0", "description": "JavaScript renderer compatible with the Solana Kit library", "exports": { "types": "./dist/types/index.d.ts",