Skip to content

Commit ad17443

Browse files
[1.x] Publish packages (#597)
1 parent 23f3795 commit ad17443

File tree

31 files changed

+133
-23
lines changed

31 files changed

+133
-23
lines changed

.changeset/cruel-candles-doubt.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.12",
3+
"version": "1.1.0",
44
"description": "A CLI for setting up and managing Codama IDLs",
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.14",
3+
"version": "1.1.15",
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.14",
3+
"version": "1.1.15",
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.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @codama/node-types@1.3.0
9+
310
## 1.2.13
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.13",
3+
"version": "1.3.0",
44
"description": "Error management for Codama",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#596](https://github.com/codama-idl/codama/pull/596) [`23f3795`](https://github.com/codama-idl/codama/commit/23f3795b5eeb05a98199e0ec4ff12b33127ace93) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Decouples the `@codama/cli` package to the main `codama` library as this was causing renderer updates to unnecessarily bump core Codama libraries.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @codama/errors@1.3.0
13+
- @codama/nodes@1.3.0
14+
- @codama/validators@1.3.0
15+
- @codama/visitors@1.3.0
16+
317
## 1.2.13
418

519
### 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.13",
3+
"version": "1.3.0",
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.3.0
4+
35
## 1.2.13
46

57
## 1.2.12

packages/node-types/package.json

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

0 commit comments

Comments
 (0)