Skip to content

Commit a1b172b

Browse files
Publish packages (#162)
1 parent 524687c commit a1b172b

File tree

10 files changed

+33
-16
lines changed

10 files changed

+33
-16
lines changed

.changeset/cyan-badgers-stare.md

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

.changeset/few-owls-kneel.md

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

packages/renderers-js-umi/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-umi
22

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
8+
39
## 0.21.1
410

511
### 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.21.1",
3+
"version": "0.21.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.21.3
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/kinobi-so/kinobi/pull/161) [`524687c`](https://github.com/kinobi-so/kinobi/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use lamports type/encoder/decoder for SolAmountTypeNode
8+
9+
- [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
10+
311
## 0.21.2
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.21.2",
3+
"version": "0.21.3",
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
# @kinobi-so/renderers-rust
22

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
8+
39
## 0.21.1
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": "@kinobi-so/renderers-rust",
3-
"version": "0.21.1",
3+
"version": "0.21.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`524687c`](https://github.com/kinobi-so/kinobi/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b), [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77)]:
8+
- @kinobi-so/renderers-js@0.21.3
9+
- @kinobi-so/renderers-js-umi@0.21.2
10+
- @kinobi-so/renderers-rust@0.21.2
11+
312
## 0.20.19
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.19",
3+
"version": "0.20.20",
44
"description": "Exports all Kinobi renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)