Skip to content

Commit c18a3d0

Browse files
authored
Merge pull request #58 from macalinao/changeset-release/master
chore: release packages
2 parents d3af106 + 2d08208 commit c18a3d0

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
lines changed

.changeset/rotten-coats-press.md

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

.changeset/warm-readers-poke.md

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

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"clients/kamino-lending": {
4343
"name": "@macalinao/clients-kamino-lending",
44-
"version": "0.4.3",
44+
"version": "0.5.0",
4545
"devDependencies": {
4646
"@macalinao/coda": "workspace:^",
4747
"@macalinao/eslint-config": "catalog:",
@@ -173,7 +173,7 @@
173173
},
174174
"packages/coda-visitors": {
175175
"name": "@macalinao/coda-visitors",
176-
"version": "0.1.4",
176+
"version": "0.1.5",
177177
"dependencies": {
178178
"@solana-program/system": "^0.8.1",
179179
"@solana-program/token": "^0.6.0",
@@ -1433,7 +1433,7 @@
14331433

14341434
"linkify-it": ["[email protected]", "", { "dependencies": { "uc.micro": "^2.0.0" } }, "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ=="],
14351435

1436-
"lint-staged": ["[email protected].4", "", { "dependencies": { "commander": "^14.0.1", "listr2": "^9.0.4", "micromatch": "^4.0.8", "nano-spawn": "^2.0.0", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.8.1" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-Pkyr/wd90oAyXk98i/2KwfkIhoYQUMtss769FIT9hFM5ogYZwrk+GRE46yKXSg2ZGhcJ1p38Gf5gmI5Ohjg2yg=="],
1436+
"lint-staged": ["[email protected].5", "", { "dependencies": { "commander": "^14.0.1", "listr2": "^9.0.4", "micromatch": "^4.0.8", "nano-spawn": "^2.0.0", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.8.1" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang=="],
14371437

14381438
"listr2": ["[email protected]", "", { "dependencies": { "cli-truncate": "^5.0.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", "log-update": "^6.1.0", "rfdc": "^1.4.1", "wrap-ansi": "^9.0.0" } }, "sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ=="],
14391439

clients/kamino-lending/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @macalinao/clients-kamino-lending
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 8f4eef2: Update Kamino Lending PDAs
8+
39
## 0.4.3
410

511
### Patch Changes

clients/kamino-lending/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/clients-kamino-lending",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "TypeScript client for the Kamino Lending program",
55
"type": "module",
66
"sideEffects": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@changesets/cli": "^2.29.7",
5151
"@macalinao/biome-config": "^0.1.2",
5252
"husky": "^9.1.7",
53-
"lint-staged": "^16.2.4",
53+
"lint-staged": "^16.2.5",
5454
"turbo": "^2.5.8",
5555
"typedoc": "^0.28.14",
5656
"typescript": "^5.9.3"

packages/coda-visitors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @macalinao/coda-visitors
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- e0a4709: Update ATA refs
8+
39
## 0.1.4
410

511
### Patch Changes

packages/coda-visitors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/coda-visitors",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Additional Codama visitors for enhanced code generation with Coda",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)