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
5 changes: 0 additions & 5 deletions .changeset/cyan-boxes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-colts-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-monkeys-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-cars-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-weeks-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-poets-knock.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "A CLI for setting up and managing Codama IDLs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/nodes-from-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codama/nodes-from-anchor

## 1.2.1

### Patch Changes

- [#621](https://github.com/codama-idl/codama/pull/621) [`14aeb2d`](https://github.com/codama-idl/codama/commit/14aeb2d0c8ac022fd043a01bc1589ec600566963) Thanks [@daog1](https://github.com/daog1)! - Recognize program addresses from seeds of kind set to `"account"` if the address of the account it points to is statically known. (See #607)

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-from-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/nodes-from-anchor",
"version": "1.2.0",
"version": "1.2.1",
"description": "Node specifications and helpers for the Codama standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codama/renderers-rust

## 1.1.0

### Minor Changes

- [#641](https://github.com/codama-idl/codama/pull/641) [`dbeea53`](https://github.com/codama-idl/codama/commit/dbeea5302d39f1673f31397c71f3bcd94c09044b) Thanks [@sonicfromnewyoke](https://github.com/sonicfromnewyoke)! - Extract `solana-instruction` from `solana-program`

- [#647](https://github.com/codama-idl/codama/pull/647) [`dcedfb5`](https://github.com/codama-idl/codama/commit/dcedfb56c1062fbc3b00e3cba9c5f21622acad91) Thanks [@sonicfromnewyoke](https://github.com/sonicfromnewyoke)! - extract entrypoint and error from solana-program

- [#535](https://github.com/codama-idl/codama/pull/535) [`ae3ca97`](https://github.com/codama-idl/codama/commit/ae3ca97d2df4f088cd243129c5625731a45d128e) Thanks [@buffalojoec](https://github.com/buffalojoec)! - renderers-rust: extract pubkey from solana-program

- [#654](https://github.com/codama-idl/codama/pull/654) [`480026d`](https://github.com/codama-idl/codama/commit/480026d2bdd6947e6fcdf1d232fb4dfeec973e67) Thanks [@sonicfromnewyoke](https://github.com/sonicfromnewyoke)! - extract solana-cpi, solana-msg and cleanup

- [#645](https://github.com/codama-idl/codama/pull/645) [`8caf59d`](https://github.com/codama-idl/codama/commit/8caf59d3ceec3210bcbbc74322bf90651fd1fab8) Thanks [@sonicfromnewyoke](https://github.com/sonicfromnewyoke)! - extract `solana-account-info` from `solana-program` & `solana-account` from `solana-sdk`

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-rust",
"version": "1.0.22",
"version": "1.1.0",
"description": "Renders Rust clients for your programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-vixen-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-vixen-parser",
"version": "1.0.15",
"version": "1.0.16",
"description": "Renders Yellowstone Account and Instruction Parsers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/renderers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codama/renderers

## 1.0.24

### Patch Changes

- Updated dependencies [[`dbeea53`](https://github.com/codama-idl/codama/commit/dbeea5302d39f1673f31397c71f3bcd94c09044b), [`dcedfb5`](https://github.com/codama-idl/codama/commit/dcedfb56c1062fbc3b00e3cba9c5f21622acad91), [`ae3ca97`](https://github.com/codama-idl/codama/commit/ae3ca97d2df4f088cd243129c5625731a45d128e), [`480026d`](https://github.com/codama-idl/codama/commit/480026d2bdd6947e6fcdf1d232fb4dfeec973e67), [`8caf59d`](https://github.com/codama-idl/codama/commit/8caf59d3ceec3210bcbbc74322bf90651fd1fab8)]:
- @codama/[email protected]
- @codama/[email protected]

## 1.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers",
"version": "1.0.23",
"version": "1.0.24",
"description": "Exports all Codama renderers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down