Skip to content

Commit 9f5041b

Browse files
[1.x] Publish packages
1 parent 9f497fd commit 9f5041b

File tree

8 files changed

+23
-13
lines changed

8 files changed

+23
-13
lines changed

.changeset/pretty-walls-hammer.md

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

.changeset/tiny-bikes-hug.md

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

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.2.0
4+
5+
### Minor Changes
6+
7+
- [#415](https://github.com/codama-idl/codama/pull/415) [`3b6dd96`](https://github.com/codama-idl/codama/commit/3b6dd96430e5568b33e60eb40ebea71afbaa9677) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update the `Lamports` type to match its latest definition in version `2.0.0` and onwards.
8+
39
## 1.1.2
410

511
### Patch 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.1.2",
3+
"version": "1.2.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/renderers-rust
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- [#405](https://github.com/codama-idl/codama/pull/405) [`9f497fd`](https://github.com/codama-idl/codama/commit/9f497fd81250bbc8453390eb01a17509c6cfde09) Thanks [@wjthieme](https://github.com/wjthieme)! - bug: serde serialize/deserialize big arrays
8+
39
## 1.0.7
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.7",
3+
"version": "1.0.8",
44
"description": "Renders Rust clients for your programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b6dd96`](https://github.com/codama-idl/codama/commit/3b6dd96430e5568b33e60eb40ebea71afbaa9677), [`9f497fd`](https://github.com/codama-idl/codama/commit/9f497fd81250bbc8453390eb01a17509c6cfde09)]:
8+
- @codama/renderers-js@1.2.0
9+
- @codama/renderers-rust@1.0.8
10+
311
## 1.0.7
412

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

0 commit comments

Comments
 (0)