Skip to content

Commit 1854826

Browse files
[1.x] Publish packages (#646)
1 parent 4555d0e commit 1854826

File tree

14 files changed

+33
-35
lines changed

14 files changed

+33
-35
lines changed

.changeset/cyan-boxes-hunt.md

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

.changeset/free-colts-wait.md

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

.changeset/gold-monkeys-breathe.md

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

.changeset/nasty-cars-smile.md

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

.changeset/tasty-weeks-protect.md

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

.changeset/whole-poets-knock.md

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/cli",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A CLI for setting up and managing Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes-from-anchor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/nodes-from-anchor
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#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)
8+
39
## 1.2.0
410

511
### Minor Changes

packages/nodes-from-anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/nodes-from-anchor",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node specifications and helpers for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-rust/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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`
16+
317
## 1.0.22
418

519
### Patch Changes

0 commit comments

Comments
 (0)