Skip to content

Commit fde264d

Browse files
authored
Merge pull request #72 from macalinao/changeset-release/master
chore: release packages
2 parents d1292cd + 8d61c31 commit fde264d

File tree

16 files changed

+70
-108
lines changed

16 files changed

+70
-108
lines changed

.changeset/moody-moles-post.md

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

apps/example-dapp/CHANGELOG.md

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

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- 42846e7: Dependency bumps
8+
- Updated dependencies [42846e7]
9+
- @macalinao/wallet-adapter-compat@2.0.14
10+
- @macalinao/grill@0.5.14
11+
312
## 0.0.25
413

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

bun.lock

Lines changed: 8 additions & 90 deletions
Large diffs are not rendered by default.

packages/gill-extra/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @macalinao/gill-extra
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 42846e7: Dependency bumps
8+
- Updated dependencies [42846e7]
9+
- @macalinao/zod-solana@0.1.7
10+
311
## 0.0.6
412

513
### Patch Changes

packages/gill-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/gill-extra",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Additional utilities for Gill - Solana development without React dependencies",
55
"type": "module",
66
"sideEffects": false,

packages/grill/CHANGELOG.md

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

3+
## 0.5.14
4+
5+
### Patch Changes
6+
7+
- 42846e7: Dependency bumps
8+
- Updated dependencies [42846e7]
9+
- @macalinao/gill-extra@0.0.7
10+
- @macalinao/zod-solana@0.1.7
11+
312
## 0.5.13
413

514
### 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.13",
3+
"version": "0.5.14",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @macalinao/quarry
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 42846e7: Dependency bumps
8+
39
## 0.0.3
410

511
### Patch 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.0.3",
3+
"version": "0.0.4",
44
"description": "Quarry utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

0 commit comments

Comments
 (0)