Skip to content

Commit 724366f

Browse files
[1.x] Publish packages
1 parent aa6dcd1 commit 724366f

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/funny-masks-live.md

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

.changeset/spicy-spoons-worry.md

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

packages/renderers-rust/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 1.0.1
412

513
### 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.1",
3+
"version": "1.0.2",
44
"description": "Renders Rust clients for your programs",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18), [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9)]:
8+
- @codama/renderers-rust@1.0.2
9+
310
## 1.0.1
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.1",
3+
"version": "1.0.2",
44
"description": "Exports all Codama renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)