Skip to content

Commit

Permalink
[1.x] Publish packages (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
1 parent 4ceeb5e commit 4943958
Show file tree
Hide file tree
Showing 31 changed files with 134 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-moles-smell.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.0.1",
"version": "1.0.2",
"description": "The package that provides a CLI for the Codama standard",
"exports": {
"types": "./dist/types/index.d.ts",
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.1.3",
"version": "1.1.4",
"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-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-parsers",
"version": "1.1.3",
"version": "1.1.4",
"description": "Helpers to dynamically identify and parse accounts and instructions",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/errors

## 1.2.3

### Patch Changes

- [#430](https://github.com/codama-idl/codama/pull/430) [`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Improve ESM and CJS support when importing modules in CLI

- Updated dependencies []:
- @codama/node-types@1.2.3

## 1.2.2

### 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.2.2",
"version": "1.2.3",
"description": "Error management for Codama",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# codama

## 1.2.3

### Patch Changes

- [#430](https://github.com/codama-idl/codama/pull/430) [`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Improve ESM and CJS support when importing modules in CLI

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/cli@1.0.2
- @codama/nodes@1.2.3
- @codama/validators@1.2.3
- @codama/visitors@1.2.3

## 1.2.2

### 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.2.2",
"version": "1.2.3",
"description": "A Solana framework for building standardised programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/node-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @codama/node-types

## 1.2.3

## 1.2.2

## 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/node-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/node-types",
"version": "1.2.2",
"version": "1.2.3",
"description": "Node specifications for the Codama standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/nodes-from-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/nodes-from-anchor

## 1.1.3

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/visitors@1.2.3

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-from-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/nodes-from-anchor",
"version": "1.1.2",
"version": "1.1.3",
"description": "Node specifications and helpers for the Codama standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codama/nodes

## 1.2.3

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/node-types@1.2.3

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/nodes",
"version": "1.2.2",
"version": "1.2.3",
"description": "Node specifications and helpers for the Codama standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/renderers-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/renderers-core

## 1.0.5

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/visitors-core@1.2.3

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Core types and helpers for Codama renderers to use",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/renderers-js-umi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codama/renderers-js-umi

## 1.1.4

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/renderers-core@1.0.5
- @codama/validators@1.2.3
- @codama/visitors-core@1.2.3

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-js-umi",
"version": "1.1.3",
"version": "1.1.4",
"description": "JavaScript renderer compatible with the Umi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/renderers-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codama/renderers-js

## 1.2.2

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/nodes-from-anchor@1.1.3
- @codama/renderers-core@1.0.5
- @codama/visitors-core@1.2.3

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-js",
"version": "1.2.1",
"version": "1.2.2",
"description": "JavaScript renderer compatible with the Solana web3.js library",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codama/renderers-rust

## 1.0.11

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/renderers-core@1.0.5
- @codama/visitors-core@1.2.3

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-rust",
"version": "1.0.10",
"version": "1.0.11",
"description": "Renders Rust clients for your programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-vixen-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-vixen-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Renders Yellowstone Account and Instruction Parsers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/renderers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/renderers

## 1.0.11

### Patch Changes

- Updated dependencies []:
- @codama/renderers-js@1.2.2
- @codama/renderers-js-umi@1.1.4
- @codama/renderers-rust@1.0.11

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers",
"version": "1.0.10",
"version": "1.0.11",
"description": "Exports all Codama renderers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/validators

## 1.2.3

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/visitors-core@1.2.3

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/validators",
"version": "1.2.2",
"version": "1.2.3",
"description": "Validator visitors for the Codama framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/visitors-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codama/visitors-core

## 1.2.3

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visitors-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/visitors-core",
"version": "1.2.2",
"version": "1.2.3",
"description": "Core visitors for the Codama framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/visitors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codama/visitors

## 1.2.3

### Patch Changes

- Updated dependencies [[`4ceeb5e`](https://github.com/codama-idl/codama/commit/4ceeb5e6c479690fe878d25af6a5d48953adfa6a)]:
- @codama/errors@1.2.3
- @codama/nodes@1.2.3
- @codama/visitors-core@1.2.3

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visitors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/visitors",
"version": "1.2.2",
"version": "1.2.3",
"description": "All visitors for the Codama framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 4943958

Please sign in to comment.