Skip to content

Commit 19da7f9

Browse files
authored
Merge pull request #43 from macalinao/changeset-release/master
chore: release packages
2 parents 36ed772 + 5b6ebdc commit 19da7f9

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

.changeset/odd-crews-slide.md

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

.changeset/wide-windows-poke.md

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

bun.lock

Lines changed: 2 additions & 2 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.1",
73+
"version": "0.4.2",
7474
"devDependencies": {
7575
"@macalinao/coda": "workspace:*",
7676
"@macalinao/codama-rename-visitor": "workspace:*",
@@ -86,7 +86,7 @@
8686
},
8787
"clients/spl-governance": {
8888
"name": "@macalinao/clients-spl-governance",
89-
"version": "0.1.0",
89+
"version": "0.2.0",
9090
"devDependencies": {
9191
"@macalinao/coda": "workspace:*",
9292
"@macalinao/eslint-config": "catalog:",

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.2
4+
5+
### Patch Changes
6+
7+
- 4ada168: Add defaults for merge miner operations
8+
39
## 0.4.1
410

511
### Patch 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.1",
3+
"version": "0.4.2",
44
"description": "TypeScript client for Quarry protocol programs",
55
"type": "module",
66
"sideEffects": false,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @macalinao/clients-spl-governance
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0badd79: Use correct SPL governance IDL

clients/spl-governance/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-spl-governance",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "TypeScript client for the SPL Governance program",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)