Skip to content

Commit

Permalink
[1.x] Publish packages (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent e02e2ad commit d98b51a
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-masks-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-worms-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-spoons-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/renderers-js-umi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codama/renderers-js-umi

## 1.0.1

### Patch Changes

- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"description": "JavaScript renderer compatible with the Umi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/renderers-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codama/renderers-js

## 1.0.1

### Patch Changes

- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"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.2

### Patch Changes

- [#246](https://github.com/codama-idl/codama/pull/246) [`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18) Thanks [@febo](https://github.com/febo)! - Fix Rust rendering when account list is empty

- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases

- [#242](https://github.com/codama-idl/codama/pull/242) [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add options to configure how traits are rendered in Rust

## 1.0.1

### 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.1",
"version": "1.0.2",
"description": "Renders Rust clients for your programs",
"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.2

### Patch Changes

- Updated dependencies [[`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18), [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6), [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9)]:
- @codama/renderers-rust@1.0.2
- @codama/renderers-js-umi@1.0.1
- @codama/renderers-js@1.0.1

## 1.0.1

### 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.1",
"version": "1.0.2",
"description": "Exports all Codama renderers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit d98b51a

Please sign in to comment.