Skip to content

Commit 317aea1

Browse files
RELEASING: Releasing 5 package(s)
Releases: @macalinao/[email protected] @macalinao/[email protected] @macalinao/[email protected] [email protected] @macalinao/[email protected] [skip ci]
1 parent cf90866 commit 317aea1

File tree

12 files changed

+53
-22
lines changed

12 files changed

+53
-22
lines changed

.changeset/plain-keys-join.md

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

.changeset/thick-pants-study.md

Lines changed: 0 additions & 9 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.12
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
- Updated dependencies [9bc5c90]
10+
- Updated dependencies [b3c1751]
11+
- @macalinao/grill@0.5.0
12+
- @macalinao/wallet-adapter-compat@2.0.0
13+
314
## 0.0.11
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.11",
4+
"version": "0.0.12",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

packages/grill/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
9+
### Patch Changes
10+
11+
- b3c1751: Dependency bumps
12+
- Updated dependencies [9bc5c90]
13+
- Updated dependencies [b3c1751]
14+
- @macalinao/token-utils@0.1.4
15+
- @macalinao/zod-solana@0.1.1
16+
317
## 0.4.3
418

519
### 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.3",
3+
"version": "0.5.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/token-utils/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
310
## 0.1.3
411

512
### Patch Changes

packages/token-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/token-utils",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Token utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

packages/wallet-adapter-compat/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
- Updated dependencies [9bc5c90]
10+
- Updated dependencies [b3c1751]
11+
- @macalinao/grill@0.5.0
12+
313
## 1.0.3
414

515
### 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.3",
3+
"version": "2.0.0",
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)