Skip to content

Commit 19754f9

Browse files
committed
Update changelogs
1 parent 4d854b4 commit 19754f9

File tree

13 files changed

+782
-782
lines changed

13 files changed

+782
-782
lines changed

packages/errors/CHANGELOG.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,116 @@
1-
# @kinobi-so/errors
1+
# @codama/errors
22

33
## 0.22.0
44

55
### Minor Changes
66

7-
- [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
7+
- [#183](https://github.com/codama/codama/pull/183) [`c8c5934`](https://github.com/codama/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
88

99
### Patch Changes
1010

11-
- [#180](https://github.com/kinobi-so/kinobi/pull/180) [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
11+
- [#180](https://github.com/codama/codama/pull/180) [`93a318a`](https://github.com/codama/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
1212

13-
- Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
14-
- @kinobi-so/node-types@0.22.0
13+
- Updated dependencies [[`c8c5934`](https://github.com/codama/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
14+
- @codama/node-types@0.22.0
1515

1616
## 0.21.5
1717

1818
### Patch Changes
1919

20-
- [#204](https://github.com/kinobi-so/kinobi/pull/204) [`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `KINOBI_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.
20+
- [#204](https://github.com/codama/codama/pull/204) [`a6849d3`](https://github.com/codama/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `codama_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.
2121

2222
- Updated dependencies []:
23-
- @kinobi-so/node-types@0.21.5
23+
- @codama/node-types@0.21.5
2424

2525
## 0.21.4
2626

2727
### Patch Changes
2828

2929
- Updated dependencies []:
30-
- @kinobi-so/node-types@0.21.4
30+
- @codama/node-types@0.21.4
3131

3232
## 0.21.3
3333

3434
### Patch Changes
3535

3636
- Updated dependencies []:
37-
- @kinobi-so/node-types@0.21.3
37+
- @codama/node-types@0.21.3
3838

3939
## 0.21.2
4040

4141
### Patch Changes
4242

4343
- Updated dependencies []:
44-
- @kinobi-so/node-types@0.21.2
44+
- @codama/node-types@0.21.2
4545

4646
## 0.21.1
4747

4848
### Patch Changes
4949

5050
- Updated dependencies []:
51-
- @kinobi-so/node-types@0.21.1
51+
- @codama/node-types@0.21.1
5252

5353
## 0.21.0
5454

5555
### Minor Changes
5656

57-
- [#111](https://github.com/kinobi-so/kinobi/pull/111) [`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
57+
- [#111](https://github.com/codama/codama/pull/111) [`2f26050`](https://github.com/codama/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
5858

5959
A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
6060

6161
### Patch Changes
6262

63-
- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
64-
- @kinobi-so/node-types@0.21.0
63+
- Updated dependencies [[`2f26050`](https://github.com/codama/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
64+
- @codama/node-types@0.21.0
6565

6666
## 0.20.6
6767

6868
### Patch Changes
6969

70-
- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi
70+
- [#102](https://github.com/codama/codama/pull/102) [`bcf6a23`](https://github.com/codama/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
7171

7272
- Updated dependencies []:
73-
- @kinobi-so/node-types@0.20.6
73+
- @codama/node-types@0.20.6
7474

7575
## 0.20.5
7676

7777
### Patch Changes
7878

79-
- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
79+
- [#42](https://github.com/codama/codama/pull/42) [`908acba`](https://github.com/codama/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
8080

8181
- Updated dependencies []:
82-
- @kinobi-so/node-types@0.20.5
82+
- @codama/node-types@0.20.5
8383

8484
## 0.20.4
8585

8686
### Patch Changes
8787

88-
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
89-
- @kinobi-so/node-types@0.20.4
88+
- Updated dependencies [[`668b550`](https://github.com/codama/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
89+
- @codama/node-types@0.20.4
9090

9191
## 0.20.3
9292

9393
### Patch Changes
9494

95-
- [#40](https://github.com/kinobi-so/kinobi/pull/40) [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message
95+
- [#40](https://github.com/codama/codama/pull/40) [`4bc5823`](https://github.com/codama/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message
9696

9797
- Updated dependencies []:
98-
- @kinobi-so/node-types@0.20.3
98+
- @codama/node-types@0.20.3
9999

100100
## 0.20.2
101101

102102
### Patch Changes
103103

104-
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
104+
- [`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
105105

106-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
107-
- @kinobi-so/node-types@0.20.2
106+
- Updated dependencies [[`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
107+
- @codama/node-types@0.20.2
108108

109109
## 0.20.1
110110

111111
### Patch Changes
112112

113-
- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
113+
- [#21](https://github.com/codama/codama/pull/21) [`0dec0c8`](https://github.com/codama/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
114114

115115
- Updated dependencies []:
116-
- @kinobi-so/node-types@0.20.1
116+
- @codama/node-types@0.20.1

packages/library/CHANGELOG.md

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,139 @@
1-
# kinobi
1+
# codama
22

33
## 0.22.0
44

55
### Patch Changes
66

7-
- Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
8-
- @kinobi-so/errors@0.22.0
9-
- @kinobi-so/nodes@0.22.0
10-
- @kinobi-so/validators@0.22.0
11-
- @kinobi-so/visitors@0.22.0
7+
- Updated dependencies [[`c8c5934`](https://github.com/codama/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
8+
- @codama/errors@0.22.0
9+
- @codama/nodes@0.22.0
10+
- @codama/validators@0.22.0
11+
- @codama/visitors@0.22.0
1212

1313
## 0.21.5
1414

1515
### Patch Changes
1616

17-
- Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
18-
- @kinobi-so/errors@0.21.5
19-
- @kinobi-so/nodes@0.21.5
20-
- @kinobi-so/validators@0.21.5
21-
- @kinobi-so/visitors@0.21.5
17+
- Updated dependencies [[`a6849d3`](https://github.com/codama/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
18+
- @codama/errors@0.21.5
19+
- @codama/nodes@0.21.5
20+
- @codama/validators@0.21.5
21+
- @codama/visitors@0.21.5
2222

2323
## 0.21.4
2424

2525
### Patch Changes
2626

27-
- [#181](https://github.com/kinobi-so/kinobi/pull/181) [`28f3d38`](https://github.com/kinobi-so/kinobi/commit/28f3d381f570859cbea1c72b7e352ad3e72db37f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix TS bug on `accept` and `update` Kinobi function
27+
- [#181](https://github.com/codama/codama/pull/181) [`28f3d38`](https://github.com/codama/codama/commit/28f3d381f570859cbea1c72b7e352ad3e72db37f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix TS bug on `accept` and `update` codama function
2828

2929
- Updated dependencies []:
30-
- @kinobi-so/errors@0.21.4
31-
- @kinobi-so/nodes@0.21.4
32-
- @kinobi-so/validators@0.21.4
33-
- @kinobi-so/visitors@0.21.4
30+
- @codama/errors@0.21.4
31+
- @codama/nodes@0.21.4
32+
- @codama/validators@0.21.4
33+
- @codama/visitors@0.21.4
3434

3535
## 0.21.3
3636

3737
### Patch Changes
3838

3939
- Updated dependencies []:
40-
- @kinobi-so/validators@0.21.3
41-
- @kinobi-so/visitors@0.21.3
42-
- @kinobi-so/errors@0.21.3
43-
- @kinobi-so/nodes@0.21.3
40+
- @codama/validators@0.21.3
41+
- @codama/visitors@0.21.3
42+
- @codama/errors@0.21.3
43+
- @codama/nodes@0.21.3
4444

4545
## 0.21.2
4646

4747
### Patch Changes
4848

4949
- Updated dependencies []:
50-
- @kinobi-so/validators@0.21.2
51-
- @kinobi-so/visitors@0.21.2
52-
- @kinobi-so/errors@0.21.2
53-
- @kinobi-so/nodes@0.21.2
50+
- @codama/validators@0.21.2
51+
- @codama/visitors@0.21.2
52+
- @codama/errors@0.21.2
53+
- @codama/nodes@0.21.2
5454

5555
## 0.21.1
5656

5757
### Patch Changes
5858

5959
- Updated dependencies []:
60-
- @kinobi-so/validators@0.21.1
61-
- @kinobi-so/visitors@0.21.1
62-
- @kinobi-so/errors@0.21.1
63-
- @kinobi-so/nodes@0.21.1
60+
- @codama/validators@0.21.1
61+
- @codama/visitors@0.21.1
62+
- @codama/errors@0.21.1
63+
- @codama/nodes@0.21.1
6464

6565
## 0.21.0
6666

6767
### Patch Changes
6868

69-
- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
70-
- @kinobi-so/errors@0.21.0
71-
- @kinobi-so/nodes@0.21.0
72-
- @kinobi-so/validators@0.21.0
73-
- @kinobi-so/visitors@0.21.0
69+
- Updated dependencies [[`2f26050`](https://github.com/codama/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
70+
- @codama/errors@0.21.0
71+
- @codama/nodes@0.21.0
72+
- @codama/validators@0.21.0
73+
- @codama/visitors@0.21.0
7474

7575
## 0.20.6
7676

7777
### Patch Changes
7878

79-
- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi
79+
- [#102](https://github.com/codama/codama/pull/102) [`bcf6a23`](https://github.com/codama/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
8080

81-
- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
82-
- @kinobi-so/errors@0.20.6
83-
- @kinobi-so/nodes@0.20.6
84-
- @kinobi-so/validators@0.20.6
85-
- @kinobi-so/visitors@0.20.6
81+
- Updated dependencies [[`bcf6a23`](https://github.com/codama/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
82+
- @codama/errors@0.20.6
83+
- @codama/nodes@0.20.6
84+
- @codama/validators@0.20.6
85+
- @codama/visitors@0.20.6
8686

8787
## 0.20.5
8888

8989
### Patch Changes
9090

91-
- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
92-
- @kinobi-so/errors@0.20.5
93-
- @kinobi-so/nodes@0.20.5
94-
- @kinobi-so/validators@0.20.5
95-
- @kinobi-so/visitors@0.20.5
91+
- Updated dependencies [[`908acba`](https://github.com/codama/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
92+
- @codama/errors@0.20.5
93+
- @codama/nodes@0.20.5
94+
- @codama/validators@0.20.5
95+
- @codama/visitors@0.20.5
9696

9797
## 0.20.4
9898

9999
### Patch Changes
100100

101-
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
102-
- @kinobi-so/visitors@0.20.4
103-
- @kinobi-so/nodes@0.20.4
104-
- @kinobi-so/errors@0.20.4
105-
- @kinobi-so/validators@0.20.4
101+
- Updated dependencies [[`668b550`](https://github.com/codama/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
102+
- @codama/visitors@0.20.4
103+
- @codama/nodes@0.20.4
104+
- @codama/errors@0.20.4
105+
- @codama/validators@0.20.4
106106

107107
## 0.20.3
108108

109109
### Patch Changes
110110

111-
- Updated dependencies [[`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
112-
- @kinobi-so/errors@0.20.3
113-
- @kinobi-so/validators@0.20.3
114-
- @kinobi-so/visitors@0.20.3
115-
- @kinobi-so/nodes@0.20.3
111+
- Updated dependencies [[`4bc5823`](https://github.com/codama/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
112+
- @codama/errors@0.20.3
113+
- @codama/validators@0.20.3
114+
- @codama/visitors@0.20.3
115+
- @codama/nodes@0.20.3
116116

117117
## 0.20.2
118118

119119
### Patch Changes
120120

121-
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
121+
- [`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
122122

123-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
124-
- @kinobi-so/errors@0.20.2
125-
- @kinobi-so/nodes@0.20.2
126-
- @kinobi-so/validators@0.20.2
127-
- @kinobi-so/visitors@0.20.2
123+
- Updated dependencies [[`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
124+
- @codama/errors@0.20.2
125+
- @codama/nodes@0.20.2
126+
- @codama/validators@0.20.2
127+
- @codama/visitors@0.20.2
128128

129129
## 0.20.1
130130

131131
### Patch Changes
132132

133-
- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
133+
- [#21](https://github.com/codama/codama/pull/21) [`0dec0c8`](https://github.com/codama/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
134134

135-
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
136-
- @kinobi-so/errors@0.20.1
137-
- @kinobi-so/nodes@0.20.1
138-
- @kinobi-so/validators@0.20.1
139-
- @kinobi-so/visitors@0.20.1
135+
- Updated dependencies [[`0dec0c8`](https://github.com/codama/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
136+
- @codama/errors@0.20.1
137+
- @codama/nodes@0.20.1
138+
- @codama/validators@0.20.1
139+
- @codama/visitors@0.20.1

0 commit comments

Comments
 (0)