Skip to content

Commit

Permalink
Publish packages (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 17, 2024
1 parent 7fc38db commit 1533ac2
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-clouds-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-apricots-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-days-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-coats-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-deers-pay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nodes-from-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kinobi-so/nodes-from-anchor

## 0.20.2

### Patch Changes

- [#30](https://github.com/kinobi-so/kinobi/pull/30) [`d43493e`](https://github.com/kinobi-so/kinobi/commit/d43493e0e42c4b1064c174050a91e71c4d28e252) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix type definition of Anchor discriminators

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-from-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/nodes-from-anchor",
"version": "0.20.1",
"version": "0.20.2",
"description": "Node specifications and helpers for the Kinobi standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/renderers-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kinobi-so/renderers-js

## 0.20.3

### Patch Changes

- [#29](https://github.com/kinobi-so/kinobi/pull/29) [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions

## 0.20.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers-js",
"version": "0.20.2",
"version": "0.20.3",
"description": "JavaScript renderer compatible with the Solana web3.js library",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kinobi-so/renderers-rust

## 0.20.4

### Patch Changes

- [#27](https://github.com/kinobi-so/kinobi/pull/27) [`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Make rust docs kinobi link clickable

- [#32](https://github.com/kinobi-so/kinobi/pull/32) [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754) Thanks [@febo](https://github.com/febo)! - Add default impl for instruction data struct in Rust renderer

- [#31](https://github.com/kinobi-so/kinobi/pull/31) [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2) Thanks [@febo](https://github.com/febo)! - Render error codes on Rust renderer

## 0.20.3

### 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": "@kinobi-so/renderers-rust",
"version": "0.20.3",
"version": "0.20.4",
"description": "Renders Rust clients for your programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/renderers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kinobi-so/renderers

## 0.20.4

### Patch Changes

- Updated dependencies [[`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf), [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754), [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb), [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2)]:
- @kinobi-so/renderers-rust@0.20.4
- @kinobi-so/renderers-js@0.20.3

## 0.20.3

### 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": "@kinobi-so/renderers",
"version": "0.20.3",
"version": "0.20.4",
"description": "Exports all Kinobi renderers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 1533ac2

Please sign in to comment.