Skip to content

Commit 799dade

Browse files
Publish packages (#23)
1 parent b9cd6b2 commit 799dade

File tree

10 files changed

+37
-18
lines changed

10 files changed

+37
-18
lines changed

.changeset/eight-hats-try.md

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

.changeset/olive-toys-beam.md

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

packages/renderers-js-umi/CHANGELOG.md

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

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
8+
9+
- [#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
10+
311
## 0.20.1
412

513
### Patch 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": "@kinobi-so/renderers-js-umi",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kinobi-so/renderers-js
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
8+
9+
- [#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
10+
311
## 0.20.1
412

513
### 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": "@kinobi-so/renderers-js",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kinobi-so/renderers-rust
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
8+
9+
- [#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
10+
311
## 0.20.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": "@kinobi-so/renderers-rust",
3-
"version": "0.20.1",
3+
"version": "0.20.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
# @kinobi-so/renderers
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
8+
- @kinobi-so/renderers-js-umi@0.20.2
9+
- @kinobi-so/renderers-rust@0.20.2
10+
- @kinobi-so/renderers-js@0.20.2
11+
312
## 0.20.1
413

514
### 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": "@kinobi-so/renderers",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "Exports all Kinobi renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)