Skip to content

Commit 4a5a2a9

Browse files
RELEASING: Releasing 3 package(s)
Releases: @macalinao/[email protected] [email protected] @macalinao/[email protected] [skip ci]
1 parent 78e247a commit 4a5a2a9

File tree

9 files changed

+30
-19
lines changed

9 files changed

+30
-19
lines changed

.changeset/nine-impalas-eat.md

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

.changeset/swift-sides-grin.md

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

.changeset/warm-mirrors-throw.md

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

apps/example-dapp/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 78e247a: Support custom explorers (Solscan example)
8+
- Updated dependencies [0a3cfb6]
9+
- Updated dependencies [78e247a]
10+
- Updated dependencies [62a5325]
11+
- @macalinao/grill@0.2.2
12+
- @macalinao/wallet-adapter-compat@0.2.2
13+
314
## 0.0.2
415

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

packages/grill/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 0a3cfb6: Fix sonner peer dependency
8+
- 78e247a: Support custom explorers (Solscan example)
9+
310
## 0.2.1
411

512
### 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.2.1",
3+
"version": "0.2.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @macalinao/wallet-adapter-compat
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 62a5325: Remove debug logs from wallet-adapter-compat
8+
- Updated dependencies [0a3cfb6]
9+
- Updated dependencies [78e247a]
10+
- @macalinao/grill@0.2.2
11+
312
## 0.2.1
413

514
### 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": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Compatibility layer that bridges @solana/wallet-adapter with @solana/kit and grill",
55
"type": "module",
66
"author": "Ian Macalinao <[email protected]>",

0 commit comments

Comments
 (0)