Skip to content

Commit 06df2b7

Browse files
[1.x] Publish packages
1 parent 92efaa9 commit 06df2b7

File tree

29 files changed

+131
-21
lines changed

29 files changed

+131
-21
lines changed

.changeset/swift-tomatoes-care.md

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

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/codama-idl/codama/pull/390) [`92efaa9`](https://github.com/codama-idl/codama/commit/92efaa9261f38de10a1b691c5b25ea0ecf95360b) Thanks [@lithdew](https://github.com/lithdew)! - Support constant program ID's for PDA instruction accounts in Anchor.
8+
9+
- Updated dependencies []:
10+
- @codama/node-types@1.2.1
11+
312
## 1.2.0
413

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

packages/library/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`92efaa9`](https://github.com/codama-idl/codama/commit/92efaa9261f38de10a1b691c5b25ea0ecf95360b)]:
8+
- @codama/errors@1.2.1
9+
- @codama/nodes@1.2.1
10+
- @codama/validators@1.2.1
11+
- @codama/visitors@1.2.1
12+
313
## 1.2.0
414

515
### 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.0",
3+
"version": "1.2.1",
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.1
4+
35
## 1.2.0
46

57
## 1.1.0

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

packages/nodes-from-anchor/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/codama-idl/codama/pull/390) [`92efaa9`](https://github.com/codama-idl/codama/commit/92efaa9261f38de10a1b691c5b25ea0ecf95360b) Thanks [@lithdew](https://github.com/lithdew)! - Support constant program ID's for PDA instruction accounts in Anchor.
8+
9+
- Updated dependencies [[`92efaa9`](https://github.com/codama-idl/codama/commit/92efaa9261f38de10a1b691c5b25ea0ecf95360b)]:
10+
- @codama/errors@1.2.1
11+
- @codama/nodes@1.2.1
12+
- @codama/visitors@1.2.1
13+
314
## 1.1.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)