Skip to content

Commit e375d89

Browse files
[1.x] Publish packages
1 parent f70b407 commit e375d89

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

.changeset/many-cooks-dream.md

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

.changeset/thin-jobs-push.md

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

packages/renderers-rust/CHANGELOG.md

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

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.8
410

511
### Patch Changes

packages/renderers-rust/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-rust",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Renders Rust clients for your programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-vixen-parser/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-vixen-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Renders Yellowstone Account and Instruction Parsers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

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

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f70b407`](https://github.com/codama-idl/codama/commit/f70b407594e3af00bb09d27bfe947f6c0312677a)]:
8+
- @codama/renderers-rust@1.0.9
9+
310
## 1.0.8
411

512
### Patch Changes

packages/renderers/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",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Exports all Codama renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)