Skip to content

Commit 4de954a

Browse files
[1.x] Publish packages
1 parent 9d741b3 commit 4de954a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/tasty-weeks-protect.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",

0 commit comments

Comments
 (0)