Skip to content

Commit 394e9b6

Browse files
[1.x] Publish packages (#988)
1 parent 2428220 commit 394e9b6

25 files changed

Lines changed: 103 additions & 34 deletions

File tree

.changeset/four-spoons-fix.md

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

.changeset/soft-eyes-dress.md

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

.changeset/wicked-kangaroos-agree.md

Lines changed: 0 additions & 9 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.5.0",
3+
"version": "1.5.1",
44
"description": "A CLI for setting up and managing Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/dynamic-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/dynamic-client",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Tool to dynamically build instructions based on Codama IDLs",
55
"license": "MIT",
66
"repository": {

packages/dynamic-codecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/dynamic-codecs",
3-
"version": "1.1.31",
3+
"version": "1.2.0",
44
"description": "Get codecs on demand for Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/dynamic-parsers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/dynamic-parsers",
3-
"version": "1.1.31",
3+
"version": "1.2.0",
44
"description": "Helpers to dynamically identify and parse accounts and instructions",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/errors/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @codama/errors
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#987](https://github.com/codama-idl/codama/pull/987) [`2428220`](https://github.com/codama-idl/codama/commit/2428220162766b7f0547cea8d5f617a93b06732d) Thanks [@mikhd](https://github.com/mikhd)! - Add `dynamic-client` - a runtime Solana instruction builder
8+
9+
### Patch Changes
10+
11+
- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly.
12+
13+
- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]:
14+
- @codama/node-types@1.6.0
15+
316
## 1.5.1
417

518
### Patch Changes

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/errors",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Error management for Codama",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# codama
22

3+
## 1.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2428220`](https://github.com/codama-idl/codama/commit/2428220162766b7f0547cea8d5f617a93b06732d), [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]:
8+
- @codama/errors@1.6.0
9+
- @codama/nodes@1.6.0
10+
- @codama/validators@1.6.0
11+
- @codama/visitors@1.6.0
12+
- @codama/cli@1.5.1
13+
314
## 1.5.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)