Skip to content

Commit 60cfbcf

Browse files
authored
Merge pull request #78 from macalinao/changeset-release/master
chore: release packages
2 parents 2b2f110 + c91b0d4 commit 60cfbcf

File tree

14 files changed

+56
-24
lines changed

14 files changed

+56
-24
lines changed

.changeset/blue-glasses-matter.md

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

.changeset/giant-islands-stand.md

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

apps/example-dapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-dapp
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7300702]
8+
- @macalinao/grill@0.6.0
9+
- @macalinao/wallet-adapter-compat@3.0.0
10+
311
## 0.1.0
412

513
### Minor Changes

apps/example-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-dapp",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"apps/example-dapp": {
1919
"name": "example-dapp",
20-
"version": "0.1.0",
20+
"version": "0.1.1",
2121
"dependencies": {
2222
"@gillsdk/react": "catalog:",
2323
"@hookform/resolvers": "^5.2.2",
@@ -111,7 +111,7 @@
111111
},
112112
"packages/grill": {
113113
"name": "@macalinao/grill",
114-
"version": "0.5.14",
114+
"version": "0.6.0",
115115
"dependencies": {
116116
"@gillsdk/react": "catalog:",
117117
"@macalinao/clients-token-metadata": "^0.4.0",
@@ -145,7 +145,7 @@
145145
},
146146
"packages/quarry": {
147147
"name": "@macalinao/quarry",
148-
"version": "0.1.0",
148+
"version": "0.2.0",
149149
"dependencies": {
150150
"@macalinao/clients-quarry": "^0.4.2",
151151
"@macalinao/gill-extra": "workspace:*",
@@ -166,7 +166,7 @@
166166
},
167167
"packages/react-quarry": {
168168
"name": "@macalinao/react-quarry",
169-
"version": "0.1.0",
169+
"version": "1.0.0",
170170
"dependencies": {
171171
"@macalinao/quarry": "workspace:*",
172172
},
@@ -224,7 +224,7 @@
224224
},
225225
"packages/wallet-adapter-compat": {
226226
"name": "@macalinao/wallet-adapter-compat",
227-
"version": "2.0.14",
227+
"version": "3.0.0",
228228
"dependencies": {
229229
"@solana/webcrypto-ed25519-polyfill": "*",
230230
"tslib": "catalog:",
@@ -613,7 +613,7 @@
613613

614614
"@lit/reactive-element": ["@lit/[email protected]", "", { "dependencies": { "@lit-labs/ssr-dom-shim": "^1.4.0" } }, "sha512-N+dm5PAYdQ8e6UlywyyrgI2t++wFGXfHx+dSJ1oBrg6FAxUj40jId++EaRm80MKX5JnlH1sBsyZ5h0bcZKemCg=="],
615615

616-
"@macalinao/biome-config": ["@macalinao/[email protected].1", "", {}, "sha512-/CvLQt6gbVoDx25uWcUzWuE5gk+QsXLc3CNssHLQl7PvvzxWVv+QOtD0eoRiNKNJ9bk9j0E3jYyGrN7rCmCdTw=="],
616+
"@macalinao/biome-config": ["@macalinao/[email protected].2", "", {}, "sha512-AvU9H6fcAIhmxRGlSUMBiyrLSA2kkW8mFRvlzchpIAION1dDpVEOBEjXpOBb+HLDRw5SO6qBl+R54RuyBvGVew=="],
617617

618618
"@macalinao/clients-quarry": ["@macalinao/[email protected]", "", { "peerDependencies": { "@solana/kit": "*" } }, "sha512-k1SWx/350KGPI7qFQQy6c7QIqG+m7MSasQIB8P40sRlMpFNCV6iZ5ymgq5S4eRr33k9CLon7P+OVOdKP92Uikw=="],
619619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@biomejs/biome": "^2.2.5",
5151
"@changesets/cli": "^2.29.7",
52-
"@macalinao/biome-config": "^0.1.1",
52+
"@macalinao/biome-config": "^0.1.2",
5353
"eslint": "^9.37.0",
5454
"husky": "^9.1.7",
5555
"lint-staged": "^16.2.3",

packages/grill/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 7300702: Fix bugs around quarry merge miner initialization, more pda hooks
8+
39
## 0.5.14
410

511
### Patch Changes

packages/grill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/grill",
3-
"version": "0.5.14",
3+
"version": "0.6.0",
44
"description": "Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

packages/quarry/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 7300702: Fix bugs around quarry merge miner initialization, more pda hooks
8+
9+
### Patch Changes
10+
11+
- 7768fe9: Fix deposit/withdraw bugs
12+
313
## 0.1.0
414

515
### Minor Changes

packages/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/quarry",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Quarry utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

0 commit comments

Comments
 (0)