Skip to content

Commit 089d7a9

Browse files
[1.x] Publish packages
1 parent 855c094 commit 089d7a9

File tree

17 files changed

+44
-31
lines changed

17 files changed

+44
-31
lines changed

.changeset/eleven-radios-obey.md

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

.changeset/flat-suns-admire.md

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

.changeset/olive-candles-hunt.md

Lines changed: 0 additions & 11 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.1.2",
3+
"version": "1.1.3",
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.15",
3+
"version": "1.1.16",
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.15",
3+
"version": "1.1.16",
44
"description": "Helpers to dynamically identify and parse accounts and instructions",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes-from-anchor/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#713](https://github.com/codama-idl/codama/pull/713) [`364578e`](https://github.com/codama-idl/codama/commit/364578e45eca74fa24b452cc9ef22222da03ba39) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update `@solana/kit` dependencies and remove `I` prefixes in types
8+
39
## 1.2.1
410

511
### Patch Changes

packages/nodes-from-anchor/package.json

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

packages/renderers-js-umi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/renderers-js-umi
22

3+
## 1.1.16
4+
5+
### Patch Changes
6+
7+
- [#713](https://github.com/codama-idl/codama/pull/713) [`364578e`](https://github.com/codama-idl/codama/commit/364578e45eca74fa24b452cc9ef22222da03ba39) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update `@solana/kit` dependencies and remove `I` prefixes in types
8+
39
## 1.1.15
410

511
### Patch Changes

packages/renderers-js-umi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-js-umi",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "JavaScript renderer compatible with the Umi framework",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)