Skip to content

Commit 7e3401b

Browse files
Publish packages (#26)
1 parent 2382631 commit 7e3401b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/breezy-lobsters-begin.md

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

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.20.3
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/kinobi-so/kinobi/pull/25) [`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix generated PDA prefix
8+
39
## 0.20.2
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.20.2",
3+
"version": "0.20.3",
44
"description": "Renders Rust clients for your programs",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
8+
- @kinobi-so/renderers-rust@0.20.3
9+
310
## 0.20.2
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.2",
3+
"version": "0.20.3",
44
"description": "Exports all Kinobi renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)