Skip to content

Commit db40301

Browse files
Publish packages (#139)
1 parent af8ac37 commit db40301

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/shaggy-shrimps-call.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
# @kinobi-so/renderers-js
22

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- [#138](https://github.com/kinobi-so/kinobi/pull/138) [`af8ac37`](https://github.com/kinobi-so/kinobi/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use ReadonlyUint8Array for identifying accounts/instructions by data
8+
39
## 0.21.1
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": "@kinobi-so/renderers-js",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "JavaScript renderer compatible with the Solana web3.js library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

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

3+
## 0.20.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`af8ac37`](https://github.com/kinobi-so/kinobi/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e)]:
8+
- @kinobi-so/renderers-js@0.21.2
9+
310
## 0.20.16
411

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

0 commit comments

Comments
 (0)