Skip to content

Commit

Permalink
[1.x] Publish packages (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
1 parent 18e75fe commit 1f13d36
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-owls-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-cooks-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-jobs-push.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codama/renderers-rust

## 1.0.9

### Patch Changes

- [#401](https://github.com/codama-idl/codama/pull/401) [`18e75fe`](https://github.com/codama-idl/codama/commit/18e75fe8a6cf24110c90a073eb7685b23843c11b) Thanks [@wjthieme](https://github.com/wjthieme)! - Fix a bug where types from sharedPage where not qualified correctly in the account fetch functions

- [#348](https://github.com/codama-idl/codama/pull/348) [`f70b407`](https://github.com/codama-idl/codama/commit/f70b407594e3af00bb09d27bfe947f6c0312677a) Thanks [@Nagaprasadvr](https://github.com/Nagaprasadvr)! - Add `Debug` trait to instruction structs

## 1.0.8

### 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.8",
"version": "1.0.9",
"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.0",
"version": "1.0.1",
"description": "Renders Yellowstone Account and Instruction Parsers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/renderers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codama/renderers

## 1.0.9

### Patch Changes

- Updated dependencies [[`18e75fe`](https://github.com/codama-idl/codama/commit/18e75fe8a6cf24110c90a073eb7685b23843c11b), [`f70b407`](https://github.com/codama-idl/codama/commit/f70b407594e3af00bb09d27bfe947f6c0312677a)]:
- @codama/renderers-rust@1.0.9

## 1.0.8

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

0 comments on commit 1f13d36

Please sign in to comment.