Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .changeset/proud-queens-pull.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/regenerate-nodes-package.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tough-cats-strive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-otters-hum.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/cli",
"version": "1.5.2",
"version": "1.5.3",
"description": "A CLI for setting up and managing Codama IDLs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-address-resolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-address-resolution",
"version": "0.2.0",
"version": "0.2.1",
"description": "Address resolution functionality for instruction accounts in Codama IDLs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "Client to dynamically interact with Solana programs using Codama IDLs",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-codecs",
"version": "1.2.1",
"version": "1.2.2",
"description": "Get codecs on demand for Codama IDLs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-instructions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-instructions",
"version": "0.2.0",
"version": "0.2.1",
"description": "Runtime instruction creation for Codama IDLs",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-parsers",
"version": "1.2.1",
"version": "1.2.2",
"description": "Helpers to dynamically identify and parse accounts and instructions",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codama/errors

## 1.8.0

### Patch Changes

- Updated dependencies [[`2f7c443`](https://github.com/codama-idl/codama/commit/2f7c44377520fdb512de7d25b74a03ffd8c1a491), [`8667174`](https://github.com/codama-idl/codama/commit/8667174aabec62aed0a6a11822a87e66c9720246)]:
- @codama/node-types@1.8.0

## 1.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/errors",
"version": "1.7.0",
"version": "1.8.0",
"description": "Error management for Codama",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/fragments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/fragments",
"version": "0.1.0",
"version": "0.1.1",
"description": "Composable code-generation fragments and language-aware import maps for Codama renderers",
"exports": {
".": {
Expand Down
11 changes: 11 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# codama

## 1.8.0

### Patch Changes

- Updated dependencies [[`0b3a781`](https://github.com/codama-idl/codama/commit/0b3a781c024b27397e17ad456f039f76382cb519)]:
- @codama/nodes@1.8.0
- @codama/errors@1.8.0
- @codama/cli@1.5.3
- @codama/validators@1.8.0
- @codama/visitors@1.8.0

## 1.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codama",
"version": "1.7.0",
"version": "1.8.0",
"description": "A Solana framework for building standardised programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
Loading