Skip to content

Commit 56e68f0

Browse files
committed
Merge branch '0.21'
2 parents 972228a + f7bc9d0 commit 56e68f0

21 files changed

+181
-169
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@changesets/changelog-github": "^0.5.0",
16-
"@changesets/cli": "^2.27.8",
16+
"@changesets/cli": "^2.27.9",
1717
"@kinobi-so/internals": "workspace:*",
1818
"@solana/eslint-config-solana": "^3.0.3",
1919
"@solana/prettier-config-solana": "0.0.5",
@@ -25,15 +25,15 @@
2525
"eslint-config-turbo": "^2.1.3",
2626
"eslint-plugin-simple-import-sort": "^10.0.0",
2727
"eslint-plugin-sort-keys-fix": "^1.1.2",
28-
"eslint-plugin-typescript-sort-keys": "^3.2.0",
28+
"eslint-plugin-typescript-sort-keys": "^3.3.0",
2929
"happy-dom": "^15.7.4",
3030
"prettier": "^3.3.3",
3131
"rimraf": "6.0.1",
3232
"tsup": "^8.3.0",
3333
"turbo": "^2.1.3",
34-
"typescript": "^5.6.2",
35-
"vitest": "^2.1.1",
36-
"zx": "^8.1.8"
34+
"typescript": "^5.6.3",
35+
"vitest": "^2.1.2",
36+
"zx": "^8.1.9"
3737
},
3838
"engines": {
3939
"node": ">=18.0.0"

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.8
4+
5+
### Patch Changes
6+
7+
- [#231](https://github.com/kinobi-so/kinobi/pull/231) [`3c18cee`](https://github.com/kinobi-so/kinobi/commit/3c18ceeffb97922db500138af85d20fce00f80b2) Thanks [@aoikurokawa](https://github.com/aoikurokawa)! - Fix typo in generated comment
8+
39
## 0.21.7
410

511
### Patch Changes

packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl AddMemoBuilder {
7979
self.memo = Some(memo);
8080
self
8181
}
82-
/// Add an aditional account to the instruction.
82+
/// Add an additional account to the instruction.
8383
#[inline(always)]
8484
pub fn add_remaining_account(
8585
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl AdvanceNonceAccountBuilder {
110110
self.nonce_authority = Some(nonce_authority);
111111
self
112112
}
113-
/// Add an aditional account to the instruction.
113+
/// Add an additional account to the instruction.
114114
#[inline(always)]
115115
pub fn add_remaining_account(
116116
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl AllocateBuilder {
9393
self.space = Some(space);
9494
self
9595
}
96-
/// Add an aditional account to the instruction.
96+
/// Add an additional account to the instruction.
9797
#[inline(always)]
9898
pub fn add_remaining_account(
9999
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl AllocateWithSeedBuilder {
128128
self.program_address = Some(program_address);
129129
self
130130
}
131-
/// Add an aditional account to the instruction.
131+
/// Add an additional account to the instruction.
132132
#[inline(always)]
133133
pub fn add_remaining_account(
134134
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl AssignBuilder {
9494
self.program_address = Some(program_address);
9595
self
9696
}
97-
/// Add an aditional account to the instruction.
97+
/// Add an additional account to the instruction.
9898
#[inline(always)]
9999
pub fn add_remaining_account(
100100
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl AssignWithSeedBuilder {
121121
self.program_address = Some(program_address);
122122
self
123123
}
124-
/// Add an aditional account to the instruction.
124+
/// Add an additional account to the instruction.
125125
#[inline(always)]
126126
pub fn add_remaining_account(
127127
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl AuthorizeNonceAccountBuilder {
112112
self.new_nonce_authority = Some(new_nonce_authority);
113113
self
114114
}
115-
/// Add an aditional account to the instruction.
115+
/// Add an additional account to the instruction.
116116
#[inline(always)]
117117
pub fn add_remaining_account(
118118
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl CreateAccountBuilder {
120120
self.program_address = Some(program_address);
121121
self
122122
}
123-
/// Add an aditional account to the instruction.
123+
/// Add an additional account to the instruction.
124124
#[inline(always)]
125125
pub fn add_remaining_account(
126126
&mut self,

0 commit comments

Comments
 (0)