Skip to content

Commit 4f79666

Browse files
authored
Merge pull request #34 from macalinao/changeset-release/master
chore: release packages
2 parents 28a6753 + acda76c commit 4f79666

File tree

8 files changed

+27
-11
lines changed

8 files changed

+27
-11
lines changed

.changeset/sad-tables-fly.md

Lines changed: 0 additions & 5 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.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [28b6a62]
8+
- @macalinao/grill@0.4.3
9+
- @macalinao/wallet-adapter-compat@1.0.3
10+
311
## 0.0.10
412

513
### Patch 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.0.10",
4+
"version": "0.0.11",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"apps/example-dapp": {
2121
"name": "example-dapp",
22-
"version": "0.0.10",
22+
"version": "0.0.11",
2323
"dependencies": {
2424
"@hookform/resolvers": "^5.2.1",
2525
"@macalinao/grill": "workspace:*",
@@ -88,7 +88,7 @@
8888
},
8989
"packages/grill": {
9090
"name": "@macalinao/grill",
91-
"version": "0.4.2",
91+
"version": "0.4.3",
9292
"dependencies": {
9393
"@macalinao/clients-token-metadata": "^0.2.0",
9494
"@macalinao/dataloader-es": "workspace:*",
@@ -156,7 +156,7 @@
156156
},
157157
"packages/wallet-adapter-compat": {
158158
"name": "@macalinao/wallet-adapter-compat",
159-
"version": "1.0.2",
159+
"version": "1.0.3",
160160
"dependencies": {
161161
"@solana/webcrypto-ed25519-polyfill": "*",
162162
"tslib": "catalog:",

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.4.3
4+
5+
### Patch Changes
6+
7+
- 28b6a62: Add useAccounts hook for fetching multiple accounts
8+
39
## 0.4.2
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.4.2",
3+
"version": "0.4.3",
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/wallet-adapter-compat/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [28b6a62]
8+
- @macalinao/grill@0.4.3
9+
310
## 1.0.2
411

512
### Patch Changes

packages/wallet-adapter-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/wallet-adapter-compat",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Compatibility layer that bridges @solana/wallet-adapter with @solana/kit and grill",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)