Skip to content

Commit 5949864

Browse files
[1.x] Publish packages (#855)
1 parent 55122fd commit 5949864

File tree

22 files changed

+88
-17
lines changed

22 files changed

+88
-17
lines changed

.changeset/cool-regions-clap.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.3.4",
3+
"version": "1.3.5",
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.22",
3+
"version": "1.1.23",
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.22",
3+
"version": "1.1.23",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55122fd`](https://github.com/codama-idl/codama/commit/55122fda70f5a832fd791cda17172e41cbe55c1b)]:
8+
- @codama/node-types@1.3.7
9+
310
## 1.3.6
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.3.6",
3+
"version": "1.3.7",
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.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @codama/errors@1.3.7
9+
- @codama/nodes@1.3.7
10+
- @codama/validators@1.3.7
11+
- @codama/visitors@1.3.7
12+
- @codama/cli@1.3.5
13+
314
## 1.3.6
415

516
### 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.3.6",
3+
"version": "1.3.7",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/node-types
22

3+
## 1.3.7
4+
5+
### Patch Changes
6+
7+
- [#853](https://github.com/codama-idl/codama/pull/853) [`55122fd`](https://github.com/codama-idl/codama/commit/55122fda70f5a832fd791cda17172e41cbe55c1b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Branded types now use exact values instead of TypeScript's more restictive `unique symbol`. This will allow multiple versions of the library to coexist.
8+
39
## 1.3.6
410

511
## 1.3.5

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.3.6",
3+
"version": "1.3.7",
44
"description": "Node specifications for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)