Skip to content

Commit

Permalink
Publish packages (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent b9cd6b2 commit 799dade
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-hats-try.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-toys-beam.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/renderers-js-umi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kinobi-so/renderers-js-umi

## 0.20.2

### Patch Changes

- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm

- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function

## 0.20.1

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

## 0.20.2

### Patch Changes

- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm

- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function

## 0.20.1

### 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.1",
"version": "0.20.2",
"description": "JavaScript renderer compatible with the Solana web3.js library",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kinobi-so/renderers-rust

## 0.20.2

### Patch Changes

- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm

- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function

## 0.20.1

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

## 0.20.2

### Patch Changes

- Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
- @kinobi-so/renderers-js-umi@0.20.2
- @kinobi-so/renderers-rust@0.20.2
- @kinobi-so/renderers-js@0.20.2

## 0.20.1

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

0 comments on commit 799dade

Please sign in to comment.