Skip to content

Commit 7f48c03

Browse files
authored
Merge pull request #40 from macalinao/changeset-release/master
chore: release packages
2 parents 26aaabc + 86f7a5b commit 7f48c03

File tree

8 files changed

+25
-12
lines changed

8 files changed

+25
-12
lines changed

.changeset/small-geckos-brake.md

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

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"clients/quarry": {
7272
"name": "@macalinao/clients-quarry",
73-
"version": "0.4.0",
73+
"version": "0.4.1",
7474
"devDependencies": {
7575
"@macalinao/coda": "workspace:*",
7676
"@macalinao/codama-rename-visitor": "workspace:*",
@@ -131,7 +131,7 @@
131131
},
132132
"packages/coda": {
133133
"name": "@macalinao/coda",
134-
"version": "0.4.1",
134+
"version": "0.4.2",
135135
"bin": {
136136
"coda": "./dist/bin/cli.js",
137137
},
@@ -157,7 +157,7 @@
157157
},
158158
"packages/coda-visitors": {
159159
"name": "@macalinao/coda-visitors",
160-
"version": "0.1.1",
160+
"version": "0.1.2",
161161
"dependencies": {
162162
"codama": "catalog:",
163163
},

clients/quarry/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 9bddb41: Add more defaults to Quarry client
8+
39
## 0.4.0
410

511
### Minor Changes

clients/quarry/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-quarry",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "TypeScript client for Quarry protocol programs",
55
"type": "module",
66
"sideEffects": false,

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.2
4+
5+
### Patch Changes
6+
7+
- 9bddb41: Add more defaults to Quarry client
8+
39
## 0.1.1
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.1",
3+
"version": "0.1.2",
44
"description": "Additional Codama visitors for enhanced code generation with Coda",
55
"type": "module",
66
"sideEffects": false,

packages/coda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @macalinao/grill-cli
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9bddb41]
8+
- @macalinao/coda-visitors@0.1.2
9+
310
## 0.4.1
411

512
### Patch Changes

packages/coda/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",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "CLI for generating clients for Solana programs",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)