Skip to content

Commit 399f593

Browse files
authored
Bump Kinobi version (#91)
* Bump Kinobi version * Create old-vans-jam.md
1 parent 1347315 commit 399f593

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.changeset/old-vans-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Bump Kinobi version

template/clients/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"validator:stop": "zx ./scripts/stop-validator.mjs"
88
},
99
"devDependencies": {
10-
"kinobi": "^0.21.0",
11-
"@kinobi-so/nodes-from-anchor": "^0.20.9"
10+
"kinobi": "^0.21.5",
11+
"@kinobi-so/nodes-from-anchor": "^0.21.3"
1212
}
1313
}

template/clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"clients:js:test": "zx ./scripts/client/test-js.mjs"
77
},
88
"devDependencies": {
9-
"@kinobi-so/renderers-js": "^0.21.2"
9+
"@kinobi-so/renderers-js": "^0.21.9"
1010
}
1111
}

template/clients/rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"clients:rust:test": "zx ./scripts/client/test-rust.mjs"
77
},
88
"devDependencies": {
9-
"@kinobi-so/renderers-rust": "^0.21.0"
9+
"@kinobi-so/renderers-rust": "^0.21.7"
1010
}
1111
}

0 commit comments

Comments
 (0)