Skip to content

Commit 111c26a

Browse files
Publish package (#47)
1 parent 62211b3 commit 111c26a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/funny-teeth-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-onions-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codama/renderers-js
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#62](https://github.com/codama-idl/renderers-js/pull/62) [`62211b3`](https://github.com/codama-idl/renderers-js/commit/62211b37d12d658cb37714b138f20ed95b843a10) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use the programId attribute of the PdaValueNode when provided to render default values. This enables PDA derivations to set the program address to another account in the same instruction.
8+
9+
### Patch Changes
10+
11+
- [#17](https://github.com/codama-idl/renderers-js/pull/17) [`0461845`](https://github.com/codama-idl/renderers-js/commit/046184580a8d0cbb96a44e7fc867853e752652f2) Thanks [@macalinao](https://github.com/macalinao)! - Include JSDoc comments for generated accounts
12+
313
## 1.4.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-js",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "JavaScript renderer compatible with the Solana Kit library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)