Skip to content

Commit d60410f

Browse files
[1.x] Publish packages (#426)
1 parent 7bb6920 commit d60410f

File tree

32 files changed

+138
-31
lines changed

32 files changed

+138
-31
lines changed

.changeset/little-spiders-exercise.md

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

.changeset/poor-crabs-act.md

Lines changed: 0 additions & 6 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.0.0",
3+
"version": "1.0.1",
44
"description": "The package that provides a CLI for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

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.2",
3+
"version": "1.1.3",
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.2",
3+
"version": "1.1.3",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codama/errors
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @codama/node-types@1.2.2
9+
310
## 1.2.1
411

512
### 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.2.1",
3+
"version": "1.2.2",
44
"description": "Error management for Codama",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#425](https://github.com/codama-idl/codama/pull/425) [`7bb6920`](https://github.com/codama-idl/codama/commit/7bb6920d58d268f604889d5181c2dac0300efe0f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add new Codama CLI
8+
9+
- Updated dependencies [[`7bb6920`](https://github.com/codama-idl/codama/commit/7bb6920d58d268f604889d5181c2dac0300efe0f)]:
10+
- @codama/cli@1.0.1
11+
- @codama/errors@1.2.2
12+
- @codama/nodes@1.2.2
13+
- @codama/validators@1.2.2
14+
- @codama/visitors@1.2.2
15+
316
## 1.2.1
417

518
### Patch Changes

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codama",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A Solana framework for building standardised programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/node-types/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @codama/node-types
22

3+
## 1.2.2
4+
35
## 1.2.1
46

57
## 1.2.0

0 commit comments

Comments
 (0)