Skip to content

Commit ee0db91

Browse files
authored
Merge pull request #65 from macalinao/changeset-release/master
chore: release packages
2 parents c3a26b9 + a92137e commit ee0db91

File tree

10 files changed

+37
-14
lines changed

10 files changed

+37
-14
lines changed

.changeset/slick-memes-lick.md

Lines changed: 0 additions & 6 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.23
4+
5+
### Patch Changes
6+
7+
- 48ec0ee: Add staticTokenInfo prop
8+
- Updated dependencies [48ec0ee]
9+
- @macalinao/grill@0.5.11
10+
- @macalinao/wallet-adapter-compat@2.0.11
11+
312
## 0.0.22
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.22",
4+
"version": "0.0.23",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 4 additions & 4 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.22",
22+
"version": "0.0.23",
2323
"dependencies": {
2424
"@gillsdk/react": "catalog:",
2525
"@hookform/resolvers": "^5.2.1",
@@ -111,7 +111,7 @@
111111
},
112112
"packages/grill": {
113113
"name": "@macalinao/grill",
114-
"version": "0.5.10",
114+
"version": "0.5.11",
115115
"dependencies": {
116116
"@gillsdk/react": "catalog:",
117117
"@macalinao/clients-token-metadata": "^0.3.0",
@@ -165,7 +165,7 @@
165165
},
166166
"packages/react-quarry": {
167167
"name": "@macalinao/react-quarry",
168-
"version": "0.0.6",
168+
"version": "0.0.7",
169169
"dependencies": {
170170
"@macalinao/grill": "workspace:*",
171171
"@macalinao/quarry": "workspace:*",
@@ -222,7 +222,7 @@
222222
},
223223
"packages/wallet-adapter-compat": {
224224
"name": "@macalinao/wallet-adapter-compat",
225-
"version": "2.0.10",
225+
"version": "2.0.11",
226226
"dependencies": {
227227
"@solana/webcrypto-ed25519-polyfill": "*",
228228
"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.5.11
4+
5+
### Patch Changes
6+
7+
- 48ec0ee: Add staticTokenInfo prop
8+
39
## 0.5.10
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.10",
3+
"version": "0.5.11",
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/react-quarry/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [48ec0ee]
8+
- @macalinao/grill@0.5.11
9+
310
## 0.0.6
411

512
### Patch Changes

packages/react-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/react-quarry",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "React hooks for Quarry",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://grill.ianm.com",

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+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [48ec0ee]
8+
- @macalinao/grill@0.5.11
9+
310
## 2.0.10
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": "2.0.10",
3+
"version": "2.0.11",
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)