Skip to content

Commit d98b51a

Browse files
[1.x] Publish packages (#243)
1 parent e02e2ad commit d98b51a

File tree

11 files changed

+35
-21
lines changed

11 files changed

+35
-21
lines changed

.changeset/funny-masks-live.md

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

.changeset/smart-worms-ring.md

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

.changeset/spicy-spoons-worry.md

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

packages/renderers-js-umi/CHANGELOG.md

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

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

511
### Major Changes

packages/renderers-js-umi/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-js-umi",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript renderer compatible with the Umi framework",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-js/CHANGELOG.md

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

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

511
### Major Changes

packages/renderers-js/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-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript renderer compatible with the Solana web3.js library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-rust/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- [#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
10+
11+
- [#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
12+
313
## 1.0.1
414

515
### 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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), [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6), [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9)]:
8+
- @codama/renderers-rust@1.0.2
9+
- @codama/renderers-js-umi@1.0.1
10+
- @codama/renderers-js@1.0.1
11+
312
## 1.0.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)